Skip to content

Commit ea77f4a

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 amazon-braket#855.
1 parent 9be399a commit ea77f4a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/integ_tests/test_all_notebooks.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
"0_Getting_started_papermill.ipynb",
2222
# Some AHS examples are running long especially on Mac. Removing while investigating
2323
"05_Running_Analog_Hamiltonian_Simulation_with_local_simulator.ipynb",
24-
# 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",
24+
# Requires amazon-braket-simulator-v2 package (optional install)
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)