Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Next steps
Get started with Estimator <tutorials/how-to-getting-started-with-estimator>
Get started with Sampler <tutorials/how-to-getting-started-with-sampler>
Get started with error suppression and error mitigation <tutorials/Error-Suppression-and-Error-Mitigation>
CHSH with Estimator <tutorials/chsh_with_estimator>
VQE with Estimator <tutorials/vqe_with_estimator>
Grover with Sampler <tutorials/grover_with_sampler>
QAOA with Primitives <tutorials/qaoa_with_primitives>
Submit user-transpiled circuits using primitives <tutorials/user-transpiled-circuits>
CHSH with Estimator <tutorials/chsh_inequality/chsh_with_estimator>
VQE with Estimator <tutorials/variational_quantum_eigensolver/vqe_with_estimator>
Grover with Sampler <tutorials/grovers_algorithm/grover_with_sampler>
QAOA with Primitives <tutorials/quantum_approximate_optimization_algorithm/qaoa_with_primitives>
Submit user-transpiled circuits using primitives <tutorials/submitting_transpiled_circuits/user-transpiled-circuits>
All tutorials <tutorials>


Expand Down
10 changes: 5 additions & 5 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ Estimator

tutorials/how-to-getting-started-with-estimator
tutorials/Error-Suppression-and-Error-Mitigation
tutorials/chsh_with_estimator
tutorials/vqe_with_estimator
tutorials/chsh_inequality/chsh_with_estimator
tutorials/variational_quantum_eigensolver/vqe_with_estimator

Sampler
=================================

.. nbgallery::

tutorials/how-to-getting-started-with-sampler
tutorials/grover_with_sampler
tutorials/user-transpiled-circuits
tutorials/qaoa_with_primitives
tutorials/grovers_algorithm/grover_with_sampler
tutorials/submitting_transpiled_circuits/user-transpiled-circuits
tutorials/quantum_approximate_optimization_algorithm/qaoa_with_primitives


.. Hiding - Indices and tables
Expand Down
515 changes: 515 additions & 0 deletions docs/tutorials/chsh_inequality/chsh_with_estimator.ipynb

Large diffs are not rendered by default.

478 changes: 0 additions & 478 deletions docs/tutorials/chsh_with_estimator.ipynb

This file was deleted.

391 changes: 0 additions & 391 deletions docs/tutorials/grover_with_sampler.ipynb

This file was deleted.

411 changes: 411 additions & 0 deletions docs/tutorials/grovers_algorithm/grover_with_sampler.ipynb

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/tutorials/learning-api.conf.yaml
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

598 changes: 0 additions & 598 deletions docs/tutorials/qaoa_with_primitives.ipynb

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

372 changes: 0 additions & 372 deletions docs/tutorials/user-transpiled-circuits.ipynb

This file was deleted.

Large diffs are not rendered by default.

644 changes: 0 additions & 644 deletions docs/tutorials/vqe_with_estimator.ipynb

This file was deleted.