Skip to content

Commit

Permalink
Update Build repetition codes tutorial (Qiskit#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd authored May 28, 2024
1 parent e5bcf7b commit 0a6d2fe
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 137 deletions.
4 changes: 2 additions & 2 deletions scripts/nb-tester/notebooks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ notebooks_exclude = [

# The following notebooks submit jobs that can be mocked with a simulator
notebooks_that_submit_jobs = [
"tutorials/build-repetition-codes/build-repetition-codes.ipynb",
"tutorials/chsh-inequality/chsh-inequality.ipynb",
"tutorials/grovers-algorithm/grovers.ipynb",
"tutorials/quantum-approximate-optimization-algorithm/qaoa.ipynb",
"tutorials/variational-quantum-eigensolver/vqe.ipynb",
]

# The following notebooks submit jobs that are too big to mock with a simulator
# The following notebooks submit jobs that are too big to mock with a simulator (or use functions that aren't supported on sims)
# A job is "too big" if a cell can't run in under 5 mins, or we run out of
# memory on a reasonable device.
notebooks_no_mock = [
"docs/start/hello-world.ipynb",
"tutorials/combine-error-mitigation-options-with-the-estimator-primitive/combine-error-mitigation-options-with-the-estimator-primitive.ipynb",
"tutorials/repeat-until-success/repeat-until-success.ipynb",
"tutorials/build-repetition-codes/build-repetition-codes.ipynb",
]
300 changes: 165 additions & 135 deletions tutorials/build-repetition-codes/build-repetition-codes.ipynb

Large diffs are not rendered by default.

0 comments on commit 0a6d2fe

Please sign in to comment.