@@ -36,11 +36,6 @@ notebooks = [
3636 " docs/guides/operators-overview.ipynb" ,
3737 " docs/guides/plot-quantum-states.ipynb" ,
3838 " docs/guides/primitives-rest-api.ipynb" ,
39- " docs/guides/qiskit-addons-aqc-get-started.ipynb" ,
40- " docs/guides/qiskit-addons-cutting-wires.ipynb" ,
41- " docs/guides/qiskit-addons-mpf-get-started.ipynb" ,
42- " docs/guides/qiskit-addons-mpf.ipynb" ,
43- " docs/guides/qiskit-addons-utils.ipynb" ,
4439 " docs/guides/quick-start.ipynb" ,
4540 " docs/guides/repetition-rate-execution.ipynb" ,
4641 " docs/guides/represent-quantum-computers.ipynb" ,
@@ -84,7 +79,6 @@ notebooks = [
8479 " docs/guides/get-started-with-primitives.ipynb" ,
8580 " docs/guides/ibm-circuit-function.ipynb" ,
8681 " docs/guides/primitives-examples.ipynb" ,
87- " docs/guides/qiskit-addons-obp-get-started.ipynb" ,
8882 " docs/guides/qiskit-addons-sqd-get-started.ipynb" ,
8983 " docs/guides/multiverse-computing-singularity.ipynb" ,
9084 " docs/guides/qunova-chemistry.ipynb" ,
@@ -104,7 +98,6 @@ notebooks = [
10498 " docs/guides/hello-world.ipynb" ,
10599 # The following notebook takes >300s to run and should be executed in the
106100 # cron job. Even though it does not use real hardware
107- " docs/guides/qiskit-addons-cutting-gates.ipynb" ,
108101
109102 # The following notebooks don't seem to work with `test-eagle`, but I'm not
110103 # sure why. I've added them here to run on the next cron job so we can
0 commit comments