From 6cdb94f97f2aa761525916d2a48e50a1f5ac7d5c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:55:51 +0000 Subject: [PATCH] Update 13_trotterQRTE.ipynb (backport #102) (#103) Co-authored-by: Omid Hassasfar <53404654+Omid-Hassasfar@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- 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,