Skip to content

Commit

Permalink
Fix error in setting of paths for metrics and execute
Browse files Browse the repository at this point in the history
  • Loading branch information
rtvuser1 committed Sep 29, 2024
1 parent 8d5fd23 commit c7ed6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks-cudaq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"\n",
"# OPTIONS: \n",
"import sys\n",
"sys.path[1:1] = [ \"_common\", \"_common/cudaq}\" ]\n",
"sys.path[1:1] = [ \"_common\", \"_common/cudaq\" ]\n",
"\n",
"# # Uncomment these lines to add a suffix to your backend_id and data/image files\n",
"# import metrics\n",
Expand Down Expand Up @@ -1143,7 +1143,7 @@
"\n",
"# OPTIONS: updated for running with noise\n",
"import sys\n",
"sys.path[1:1] = [ \"_common\", \"_common/cudaq}\" ]\n",
"sys.path[1:1] = [ \"_common\", \"_common/cudaq\" ]\n",
"\n",
"# Uncomment these lines to add a suffix to your backend_id and data/image files\n",
"import metrics\n",
Expand Down

0 comments on commit c7ed6e1

Please sign in to comment.