Skip to content

Commit

Permalink
Update notebook outputs (#2412)
Browse files Browse the repository at this point in the history
An action recently executed the notebooks in this repo. This PR updates
all notebooks that ran successfully with the new cell outputs.
  > [!NOTE]
  > This pull request was created by a GitHub action.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 2, 2024
1 parent e04eaea commit a2632cb
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 124 deletions.
48 changes: 24 additions & 24 deletions docs/guides/debug-qiskit-runtime-jobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@
"output_type": "stream",
"text": [
"Noisy results:\n",
" NeatResult([NeatPubResult(vals=array([0.97851562, 0.984375 , 0.9921875 , 0.98828125, 0.984375 ,\n",
" 0.97851562])), NeatPubResult(vals=array([0.95898438, 0.94921875, 0.93945312, 0.96289062, 0.97070312,\n",
" 0.9765625 ])), NeatPubResult(vals=array([0.92578125, 0.90625 , 0.90625 , 0.9140625 , 0.92382812,\n",
" 0.95507812])), NeatPubResult(vals=array([0.85351562, 0.8828125 , 0.85351562, 0.89453125, 0.90039062,\n",
" 0.94726562])), NeatPubResult(vals=array([0.7890625 , 0.78515625, 0.8359375 , 0.85546875, 0.87695312,\n",
" 0.92773438])), NeatPubResult(vals=array([0.79492188, 0.79492188, 0.80859375, 0.88085938, 0.87695312,\n",
" 0.93945312]))])\n",
" NeatResult([NeatPubResult(vals=array([0.97851562, 0.98242188, 0.98632812, 0.98046875, 0.98632812,\n",
" 0.98828125])), NeatPubResult(vals=array([0.96875 , 0.98046875, 0.94726562, 0.97265625, 0.95117188,\n",
" 0.97460938])), NeatPubResult(vals=array([0.91992188, 0.90820312, 0.90820312, 0.93945312, 0.96289062,\n",
" 0.97070312])), NeatPubResult(vals=array([0.90429688, 0.90625 , 0.88085938, 0.91015625, 0.92773438,\n",
" 0.96679688])), NeatPubResult(vals=array([0.85546875, 0.87109375, 0.85351562, 0.89453125, 0.92578125,\n",
" 0.96484375])), NeatPubResult(vals=array([0.8203125 , 0.81445312, 0.8203125 , 0.88671875, 0.91015625,\n",
" 0.953125 ]))])\n",
"\n"
]
}
Expand Down Expand Up @@ -336,22 +336,22 @@
"output_type": "stream",
"text": [
"Mean absolute difference between ideal and noisy results for circuits with 1 layers:\n",
" 1.56%\n",
" 1.63%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 2 layers:\n",
" 4.04%\n",
" 3.41%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 3 layers:\n",
" 7.81%\n",
" 6.51%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 4 layers:\n",
" 11.13%\n",
" 8.4%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 5 layers:\n",
" 15.49%\n",
" 10.58%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 6 layers:\n",
" 15.07%\n",
" 13.25%\n",
"\n"
]
}
Expand Down Expand Up @@ -412,22 +412,22 @@
"output_type": "stream",
"text": [
"Mean absolute difference between ideal and noisy results for circuits with 1 layers:\n",
" 3.09%\n",
" 4.92%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 2 layers:\n",
" 7.97%\n",
" 6.61%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 3 layers:\n",
" 12.86%\n",
" 14.48%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 4 layers:\n",
" 20.31%\n",
" 19.86%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 5 layers:\n",
" 23.31%\n",
" 25.55%\n",
"\n",
"Mean absolute difference between ideal and noisy results for circuits with 6 layers:\n",
" 29.2%\n",
" 27.73%\n",
"\n"
]
}
Expand Down Expand Up @@ -558,19 +558,19 @@
"output_type": "stream",
"text": [
"Mean absolute difference for factors [1, 1.1]:\n",
" 13.2%\n",
" 3.6%\n",
"\n",
"Mean absolute difference for factors [1, 1.1, 1.2]:\n",
" 8.9%\n",
" 9.03%\n",
"\n",
"Mean absolute difference for factors [1, 1.5, 2]:\n",
" 1.57%\n",
" 3.84%\n",
"\n",
"Mean absolute difference for factors [1, 1.5, 2, 2.5, 3]:\n",
" 4.3%\n",
" 2.68%\n",
"\n",
"Mean absolute difference for factors [1, 4]:\n",
" 2.18%\n",
" 2.68%\n",
"\n"
]
}
Expand Down
10 changes: 5 additions & 5 deletions docs/guides/get-started-with-primitives.ipynb

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/guides/hello-world.ipynb

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/guides/noise-learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"\n",
"```\n",
"qiskit[all]~=1.2.4\n",
"qiskit-aer~=0.15.1\n",
"qiskit-ibm-runtime~=0.33.2\n",
"qiskit-serverless~=0.17.1\n",
"qiskit-ibm-catalog~=0.1\n",
"qiskit-addon-sqd~=0.7.0\n",
"qiskit-aer~=0.15.1\n",
"qiskit-serverless~=0.18.0\n",
"qiskit-ibm-catalog~=0.2\n",
"qiskit-addon-sqd~=0.8.1\n",
"qiskit-addon-utils~=0.1.0\n",
"qiskit-addon-aqc-tensor~=0.1.1\n",
"scipy~=1.14.1\n",
"qiskit-addon-aqc-tensor~=0.1.2\n",
"qiskit-addon-obp~=0.1.0\n",
"scipy~=1.14.1\n",
"pyscf~=2.7.0\n",
"```\n",
"</details>"
Expand Down Expand Up @@ -148,17 +148,17 @@
" 'IIIIIIIIIIIIIIIIIIIIIIYZIII', 'IIIIIIIIIIIIIIIIIIIIIIZIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIIZXIII', 'IIIIIIIIIIIIIIIIIIIIIIZYIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIIZZIII', 'IIIIIIIIIIIIIIIIIIIIIXIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIYIIIII', 'IIIIIIIIIIIIIIIIIIIIIZIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIXIIIIII', 'IIIIIIIIIIIIIIIIIIIIXXIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIXYIIIII', 'IIIIIIIIIIIIIIIIIIIIXZIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIYIIIIII', 'IIIIIIIIIIIIIIIIIIIIYXIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIYYIIIII', 'IIIIIIIIIIIIIIIIIIIIYZIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIZIIIIII', 'IIIIIIIIIIIIIIIIIIIIZXIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIZYIIIII', 'IIIIIIIIIIIIIIIIIIIIZZIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIXIIIIIII', 'IIIIIIIIIIIIIIIIIIIXXIIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIXYIIIIII', 'IIIIIIIIIIIIIIIIIIIXZIIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIYIIIIIII', 'IIIIIIIIIIIIIIIIIIIYXIIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIYYIIIIII', 'IIIIIIIIIIIIIIIIIIIYZIIIIII', ...], rates=[0.00169, 0.00175, 0.00946, 0.00095, 0.0, 0.0, 0.0, 0.0, 0.00015, 0.0001, 0.00024, 0.0, 0.0, 0.0, 4e-05, 0.0009, 0.0, 0.00086, 0.00179, 0.0, 0.0016, 0.0, 0.0, 0.0007, 0.00071, 0.0, 0.00022, 0.01918, 0.00017, 0.0, 8e-05, 0.00442, 2e-05, 0.0, 0.0001, 0.0, 0.00088, 0.00014, 0.01813, 0.00159, 0.00459, 0.01937, 0.0014, 0.0, 0.00075, 0.0, 0.00119, 0.00038, 0.0, 8e-05, 0.00073, 0.001, 0.00067, 0.00074, 0.00126, 0.0, 3e-05, 0.0, 0.00101, 0.0, 0.0, 3e-05, 0.00129, 0.00011, 1e-05, 1e-05, 0.0013, 0.00103, 0.00129, 0.0001, 0.0004, 1e-05, 1e-05, 0.00066, 0.00042, 3e-05, 0.0, 0.00064, 0.0002, 3e-05, 9e-05, 4e-05, 0.00083, 3e-05, 4e-05, 9e-05, 0.001, 0.0, 0.00011, 0.00011, 0.01017, 0.00099, 0.00036, 0.00011, 0.00496, 0.0005, 0.00034, 0.00143, 0.00122, 0.0, 0.0, 0.00517, 0.00203, 0.00133, 0.00224, 0.00134, 0.00015, 0.0, 0.00019, 0.0015, 0.00015, 0.00019, 0.0, 0.00186, 0.0, 0.0, 0.0, 0.00215, 0.0, 0.0, 0.0, 0.00184, 0.00167, 0.00043, 0.00086, 0.0, 0.00071, 0.0, 0.0, 0.00021, 0.00158, 0.00083, 0.0, 0.0, 0.00077, 0.0, 0.0, 0.00159, 0.0, 0.00069, 2e-05, 0.00019, 0.0, 0.00065, 0.00018, 5e-05, 0.00044, 0.00042, 0.00077, 0.0007, 0.00053, 0.0, 0.00021, 0.0, 0.00063, 0.0, 0.0, 0.00021, 0.00423, 0.0, 0.0, 0.0, 0.00127, 0.00176, 0.0, 0.0, 0.00175, 0.00128, 0.00035, 7e-05, 0.00316, 0.00016, 0.00243, 0.00152, 0.00155, 0.00044, 0.00071, 0.00077, 0.0, 4e-05, 2e-05, 0.0014, 0.0, 2e-05, 4e-05, 0.00099, 1e-05, 0.0, 0.0, 0.00083, 0.00019, 0.00022, 0.00043, 0.00146, 0.00083, 0.00027, 0.00061, 0.00031, 0.00017, 0.00017, 0.00016, 0.00012, 0.00086, 0.0002, 0.00014, 0.00034, 0.00017, 0.00025, 0.0001, 0.00127, 0.00172, 0.00083, 0.00074, 0.00056, 0.00173, 0.00011, 0.00027, 0.00138, 0.00115, 0.0, 0.00029, 0.00195, 0.00112, 0.0, 0.00022, 0.0, 0.00104, 0.0, 0.0, 0.00022, 0.00264, 0.0, 0.0, 0.0, 0.00233, 0.00126, 0.00134, 0.00062, 0.00159, 0.00044, 0.00024, 0.00083, 0.00058, 2e-05, 0.0, 0.00183, 0.00063, 0.0, 0.00023, 0.0, 0.001, 0.0, 0.0, 0.00023, 0.00116, 0.00032, 2e-05, 2e-05, 0.00226, 0.0, 0.0, 0.0, 0.00123, 0.00086, 0.0001, 0.00078, 1e-05, 0.0, 0.0, 4e-05, 2e-05, 0.00087, 0.00086, 0.0, 1e-05, 0.0, 0.00024, 0.00031, 0.00078, 0.00123, 0.00166, 0.0, 0.00022, 0.00155, 0.00134, 0.0, 4e-05, 0.00106, 0.0006, 0.00078, 0.0005, 0.00117, 0.00171, 0.00153, 0.0013, 0.0, 0.0, 0.0, 0.00171, 0.00117, 0.00061, 0.00076, 5e-05, 6e-05, 4e-05, 0.00027, 0.0003, 0.00066, 0.00051, 6e-05, 5e-05, 4e-05, 0.00014, 0.0, 0.00091])\n",
" 'IIIIIIIIIIIIIIIIIIIIIXXIIII', 'IIIIIIIIIIIIIIIIIIIIIXYIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIXZIIII', 'IIIIIIIIIIIIIIIIIIIIIYIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIYXIIII', 'IIIIIIIIIIIIIIIIIIIIIYYIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIYZIIII', 'IIIIIIIIIIIIIIIIIIIIIZIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIZXIIII', 'IIIIIIIIIIIIIIIIIIIIIZYIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIIZZIIII', 'IIIIIIIIIIIIIIIIIIIIXIIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIXXIIIII', 'IIIIIIIIIIIIIIIIIIIIXYIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIXZIIIII', 'IIIIIIIIIIIIIIIIIIIIYIIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIYXIIIII', 'IIIIIIIIIIIIIIIIIIIIYYIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIYZIIIII', 'IIIIIIIIIIIIIIIIIIIIZIIIIII',\n",
" 'IIIIIIIIIIIIIIIIIIIIZXIIIII', 'IIIIIIIIIIIIIIIIIIIIZYIIIII', ...], rates=[0.00066, 0.00012, 0.00185, 0.00093, 0.0, 8e-05, 0.0, 0.0006, 8e-05, 0.0, 0.0, 0.00044, 0.0, 0.0, 0.00451, 0.00099, 0.00068, 0.00101, 0.00029, 0.00041, 0.00012, 0.0, 0.00076, 0.00064, 0.0001, 6e-05, 0.00053, 0.00069, 3e-05, 0.0, 7e-05, 0.00095, 3e-05, 7e-05, 0.0, 0.00065, 0.0, 5e-05, 5e-05, 0.00112, 0.00106, 0.00079, 0.00014, 0.0, 0.0, 0.0, 0.00132, 0.0004, 8e-05, 0.0, 0.00091, 0.00108, 0.00019, 1e-05, 2e-05, 0.00046, 0.0, 0.00083, 7e-05, 0.00061, 0.0, 7e-05, 0.00083, 0.00033, 0.00067, 0.0, 0.0, 0.00029, 0.00071, 0.00013, 0.00026, 0.00133, 0.00013, 0.0015, 0.00136, 0.0003, 0.00019, 0.0, 0.0001, 0.00056, 0.0, 0.00019, 0.0001, 0.00066, 0.00019, 0.00019, 0.00207, 0.00161, 0.00084, 0.00058, 7e-05, 0.00048, 0.0, 8e-05, 0.0016, 0.00055, 7e-05, 0.0, 0.00153, 0.00149, 0.00019, 0.00074, 0.0003, 0.00094, 0.00026, 0.0, 0.00144, 0.00144, 0.00027, 0.00023, 0.00094, 0.00149, 0.0, 0.0, 0.0, 0.00037, 0.0, 0.00093, 0.00013, 0.00076, 0.0, 0.00013, 0.00093, 0.00612, 9e-05, 0.0, 0.0, 0.00447, 9e-05, 0.0, 0.0, 0.00111, 0.0, 0.0, 0.0, 0.00063, 0.00456, 0.00622, 0.00109, 0.00015, 0.0, 0.0, 0.00132, 5e-05, 0.0003, 0.0, 0.00141, 0.00185, 0.00066, 0.0006, 7e-05, 0.00239, 0.00066, 7e-05, 0.0006, 0.00256, 0.0, 0.00059, 0.00059, 0.00285, 0.00372, 0.00318, 0.00063, 0.0, 0.0, 0.0002, 0.0011, 8e-05, 0.0, 8e-05, 0.00102, 0.00217, 0.0, 4e-05, 4e-05, 0.00102, 0.0, 0.00092, 5e-05, 0.00086, 0.0, 5e-05, 0.00092, 0.00095, 0.00089, 0.0, 0.00019, 0.00054, 0.00129, 6e-05, 0.00012, 0.00046, 0.00051, 0.00183, 0.00199, 0.00117, 0.0, 0.0, 0.00022, 0.00033, 0.00027, 7e-05, 0.0003, 0.00032, 7e-05, 0.00027, 0.0003, 0.0005, 0.00103, 0.0, 0.00015, 0.00088, 0.00065, 0.00034, 0.0, 0.00111, 0.00014, 0.00182, 0.00142, 0.00054, 0.00014, 0.0, 0.0, 0.00025, 0.0, 0.00014, 0.0, 0.00087, 0.0, 0.0, 0.00507, 0.00119, 0.0004, 0.00069, 0.0003, 0.00036, 0.0, 0.0, 0.00144, 0.00045, 0.00014, 2e-05, 0.00134, 0.00174, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00063, 0.00023, 0.00167, 0.0, 0.00036, 0.00076, 0.00058, 0.00104, 0.00016, 0.0, 0.00094, 0.00069, 0.0003, 0.0, 0.01022, 0.00018, 0.00267, 0.00082, 0.00195, 0.0, 0.0, 0.0, 0.00129, 0.0001, 0.0, 0.00013, 0.00178, 0.0, 0.0001, 0.00013, 0.00056, 0.00088, 6e-05, 7e-05, 0.00058, 0.00086, 0.00029, 0.0002, 0.00073, 0.00059, 0.00201, 0.00153, 0.00165, 0.00124, 8e-05, 3e-05, 0.00124, 0.00165, 2e-05, 0.0, 0.0014, 0.00022, 0.00096, 0.00097, 0.00079, 0.00019, 0.00019, 0.0, 0.00085, 0.0, 0.0, 0.00033, 0.01156, 8e-05, 8e-05, 0.0002])\n",
"\n"
]
}
Expand Down
Loading

0 comments on commit a2632cb

Please sign in to comment.