Skip to content

Commit

Permalink
Skip utility sims (#6170)
Browse files Browse the repository at this point in the history
* skip utility sims

* advanced
  • Loading branch information
95-martin-orion committed Jun 28, 2023
1 parent 421d492 commit af4688d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev_tools/notebooks/isolated_notebook_test.py
Expand Up @@ -80,6 +80,8 @@
# skipping fidelity estimation due to
# https://github.com/quantumlib/Cirq/issues/3502
"examples/*fidelity*",
# skipping quantum utility simulation (too large)
'examples/advanced/*quantum_utility*',
# Also skipping stabilizer code testing.
"examples/*stabilizer_code*",
# An intentionally empty/template code notebook.
Expand Down
2 changes: 2 additions & 0 deletions dev_tools/notebooks/notebook_test.py
Expand Up @@ -40,6 +40,8 @@
# skipping fidelity estimation due to
# https://github.com/quantumlib/Cirq/issues/3502
'examples/*fidelity*',
# skipping quantum utility simulation (too large)
'examples/advanced/*quantum_utility*',
# tutorials that use QCS and arent skipped due to one or more cleared output cells
'docs/tutorials/google/identifying_hardware_changes.ipynb',
'docs/tutorials/google/echoes.ipynb',
Expand Down

0 comments on commit af4688d

Please sign in to comment.