Skip to content

Commit

Permalink
Refresh notebook outputs (Qiskit#1391)
Browse files Browse the repository at this point in the history
Uses the results of the most recent cron job to refresh notebook outputs
so they match user expectations.
  • Loading branch information
frankharkins authored May 15, 2024
1 parent 8c73e75 commit 7831eac
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 149 deletions.
10 changes: 5 additions & 5 deletions docs/start/hello-world.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/nb-tester/notebooks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ notebooks_that_submit_jobs = [
"tutorials/chsh-inequality/chsh-inequality.ipynb",
"tutorials/grovers-algorithm/grovers.ipynb",
"tutorials/quantum-approximate-optimization-algorithm/qaoa.ipynb",
"tutorials/repeat-until-success/repeat-until-success.ipynb",
"tutorials/variational-quantum-eigensolver/vqe.ipynb",
]

Expand All @@ -54,4 +53,5 @@ notebooks_that_submit_jobs = [
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",
]
61 changes: 23 additions & 38 deletions tutorials/grovers-algorithm/grovers.ipynb

Large diffs are not rendered by default.

95 changes: 37 additions & 58 deletions tutorials/quantum-approximate-optimization-algorithm/qaoa.ipynb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions tutorials/repeat-until-success/repeat-until-success.ipynb

Large diffs are not rendered by default.

59 changes: 25 additions & 34 deletions tutorials/variational-quantum-eigensolver/vqe.ipynb

Large diffs are not rendered by default.

0 comments on commit 7831eac

Please sign in to comment.