Skip to content

Commit

Permalink
Update docs/tutorials/05_qaoa.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Wood <[email protected]>
  • Loading branch information
ElePT and woodsp-ibm authored Aug 21, 2023
1 parent 7050e96 commit 8f90b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/05_qaoa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"x = sample_most_likely(result.eigenstate)\n",
"\n",
"print(x)\n",
"print(f\"Objective value computed by VQE is {objective_value(x, w)}\")\n"
"print(f\"Objective value computed by SamplingVQE is {objective_value(x, w)}\")\n"
]
},
{
Expand Down

0 comments on commit 8f90b40

Please sign in to comment.