Skip to content

Commit 26c873f

Browse files
fix: Re-enable 3 pulse control notebooks in test suite
Remove 2_Native_gate_calibrations, 3_Bell_pair_with_pulses_Rigetti, and 4_Build_single_qubit_gates from EXCLUDED_NOTEBOOKS. These were excluded with the comment 'does not converge due to device quality' but pass with --mock-level=LEAST which uses real device metadata. The Bell pair notebook frame name bug was fixed in #855.
1 parent 9be399a commit 26c873f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integ_tests/test_all_notebooks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Some AHS examples are running long especially on Mac. Removing while investigating
2323
"05_Running_Analog_Hamiltonian_Simulation_with_local_simulator.ipynb",
2424
# Some pulse examples does not converge due to device quality
25-
"2_Native_gate_calibrations.ipynb",
26-
"3_Bell_pair_with_pulses_Rigetti.ipynb",
27-
"4_Build_single_qubit_gates.ipynb",
2825
"Using_the_experimental_local_simulator.ipynb",
2926
# CUDA-Q hybrid job notebooks
3027
"0_Getting_started_with_CUDA-Q.ipynb",

0 commit comments

Comments
 (0)