We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e3839 commit 3b1f520Copy full SHA for 3b1f520
dev_tools/notebooks/isolated_notebook_test.py
@@ -61,6 +61,9 @@
61
# temporary: need to fix QVM metrics and device spec
62
'docs/tutorials/google/spin_echoes.ipynb',
63
'docs/tutorials/google/visualizing_calibration_metrics.ipynb',
64
+ # notebooks that import the examples module which is not installed with cirq
65
+ 'examples/direct_fidelity_estimation.ipynb',
66
+ 'examples/stabilizer_code.ipynb',
67
] + NOTEBOOKS_DEPENDING_ON_UNRELEASED_FEATURES
68
69
# As these notebooks run in an isolated env, we want to minimize dependencies that are
0 commit comments