forked from Qiskit/qiskit-ibm-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to tutorials for 1.0 + ISA changes (Qiskit#1408)
* A majority of these tutorials are already 1.0 ready, but were re-run to double-check Additional changes include fixes for the ISA changes in Qiskit#794 * fix black/lint * docs build * fix docs build again * docs build --------- Co-authored-by: Kevin Tian <[email protected]>
- Loading branch information
1 parent
e152d12
commit fba5ce1
Showing
13 changed files
with
2,582 additions
and
2,493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
515 changes: 515 additions & 0 deletions
515
docs/tutorials/chsh_inequality/chsh_with_estimator.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
411 changes: 411 additions & 0 deletions
411
docs/tutorials/grovers_algorithm/grover_with_sampler.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# These tutorials are uploaded to the IBM Quantum Learning app | ||
# https://learning.quantum.ibm.com/catalog/tutorials | ||
# urlProduction refers to a link in the Learning CMS | ||
lessons: | ||
- path: variational_quantum_eigensolver | ||
urlProduction: tutorials/5e01f54c-0ef4-4003-8793-d6e5717110bb | ||
- path: chsh_inequality | ||
urlProduction: tutorials/da7dbfe7-4ae7-4889-b78d-5dfd5263fb02 | ||
- path: grovers_algorithm | ||
urlProduction: tutorials/76db794e-a4a7-466e-bd2b-d5d5950a9279 | ||
- path: quantum_approximate_optimization_algorithm | ||
urlProduction: tutorials/8c5868ac-d82f-4ca4-ba9d-70d3d6344e80 | ||
- path: submitting_transpiled_circuits | ||
urlProduction: tutorials/0f49821a-9de4-4932-a77a-ec3faf23cf55 | ||
|
This file was deleted.
Oops, something went wrong.
617 changes: 617 additions & 0 deletions
617
docs/tutorials/quantum_approximate_optimization_algorithm/qaoa_with_primitives.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
377 changes: 377 additions & 0 deletions
377
docs/tutorials/submitting_transpiled_circuits/user-transpiled-circuits.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
637 changes: 637 additions & 0 deletions
637
docs/tutorials/variational_quantum_eigensolver/vqe_with_estimator.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.