From c7ed6e11d2a5578bfca9c610125f36aba49572e5 Mon Sep 17 00:00:00 2001 From: rtvuser1 Date: Sat, 28 Sep 2024 18:45:48 -0700 Subject: [PATCH] Fix error in setting of paths for metrics and execute --- benchmarks-cudaq.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks-cudaq.ipynb b/benchmarks-cudaq.ipynb index 68bb2fb1..fe73c74a 100644 --- a/benchmarks-cudaq.ipynb +++ b/benchmarks-cudaq.ipynb @@ -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", @@ -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",