Skip to content

Commit

Permalink
Enclosing target in double quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Pisal <[email protected]>
  • Loading branch information
sacpis committed Feb 28, 2025
1 parent d5c65e6 commit fb6105b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/applications/python/adapt_qaoa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -45,7 +45,7 @@
"from scipy.optimize import minimize\n",
"import random\n",
"\n",
"cudaq.set_target('nvidia', option='fp64')"
"cudaq.set_target(\"nvidia\", option=\"fp64\")"
]
},
{
Expand Down

0 comments on commit fb6105b

Please sign in to comment.