From 741928344a98732b37068d21d83cec678a300007 Mon Sep 17 00:00:00 2001 From: Omid Hassasfar <53404654+Omid-Hassasfar@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:41:34 +0200 Subject: [PATCH] Update 13_trotterQRTE.ipynb (#102) (cherry picked from commit 7fc109fb55e0bc27001550721d1d40f0d94d94b8) --- docs/tutorials/13_trotterQRTE.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/13_trotterQRTE.ipynb b/docs/tutorials/13_trotterQRTE.ipynb index 2fc61b1e..31a6504a 100644 --- a/docs/tutorials/13_trotterQRTE.ipynb +++ b/docs/tutorials/13_trotterQRTE.ipynb @@ -797,7 +797,7 @@ ], "source": [ "fourth_order_formula = SuzukiTrotter(order=4)\n", - "trotter_step_fourth_order = PauliEvolutionGate(H, dt, synthesis=second_order_formula)\n", + "trotter_step_fourth_order = PauliEvolutionGate(H, dt, synthesis=fourth_order_formula)\n", "circuit = QuantumCircuit(H.num_qubits)\n", "circuit.append(trotter_step_fourth_order, range(H.num_qubits))\n", "circuit = circuit.decompose(reps=2)\n", @@ -1006,7 +1006,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.2" + "version": "3.11.3" } }, "nbformat": 4,