Skip to content

Commit

Permalink
Update 13_trotterQRTE.ipynb (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omid-Hassasfar authored Nov 15, 2023
1 parent 4841613 commit 7fc109f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/13_trotterQRTE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,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",
Expand Down Expand Up @@ -1056,7 +1056,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7fc109f

Please sign in to comment.