Skip to content

Commit

Permalink
Minor update MaxCut QITE example
Browse files Browse the repository at this point in the history
  • Loading branch information
renezander90 committed Dec 13, 2024
1 parent 7c70888 commit 17d689e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/reference/Examples/MaxCutQITE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In the following, we print the 5 most likely solutions (for the optimal evolutio
::

qv = QuantumVariable(N)
QITE(qv, U_0, exp_H, optimal_s, k)
QITE(qv, U_0, exp_H, optimal_s, steps)
results = qv.get_measurement()

print("5 most likely solutions")
Expand Down

0 comments on commit 17d689e

Please sign in to comment.