Skip to content

Commit

Permalink
Merge branch 'main' into fix-target
Browse files Browse the repository at this point in the history
  • Loading branch information
ptristan3 committed Apr 16, 2024
2 parents e1d308d + d8ab399 commit 8b9af99
Show file tree
Hide file tree
Showing 65 changed files with 204 additions and 7,781 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mypy:
mypy --module qiskit_ibm_runtime --package test

style:
black --check qiskit_ibm_runtime setup.py test docs/tutorials
black --check qiskit_ibm_runtime setup.py test

unit-test:
python -m unittest discover --verbose --top-level-directory . --start-directory test/unit
Expand All @@ -40,4 +40,4 @@ unit-test-coverage:
coverage lcov

black:
black qiskit_ibm_runtime setup.py test docs/tutorials
black qiskit_ibm_runtime setup.py test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ use the `Qiskit` tag in [Stack Exchange].
[many people]: https://github.com/Qiskit/qiskit-ibm-runtime/graphs/contributors
[BibTeX file]: https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib
[Apache License 2.0]: https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/LICENSE.txt
[tutorials]: https://github.com/Qiskit/qiskit-ibm-runtime/tree/main/docs/tutorials
[tutorials]: https://learning.quantum.ibm.com/catalog/tutorials
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.23.0'
release = '0.24.0'

# -- General configuration ---------------------------------------------------

Expand Down
30 changes: 0 additions & 30 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,6 @@ Qiskit Runtime docs live at docs.quantum.ibm.com and come from https://github.co
This site is only used to generate our API docs, which then get migrated to
https://github.com/Qiskit/documentation.

The tutorials are also pulled into learning.quantum.ibm.com.

Next steps
=================================

`Tutorials <tutorials.html>`_

.. toctree::
:maxdepth: 1
:hidden:
:caption: Get started

Overview <self>

.. toctree::
:maxdepth: 1
:hidden:
:caption: Tutorials

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_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>


.. toctree::
:maxdepth: 1
:hidden:
Expand Down
31 changes: 0 additions & 31 deletions docs/tutorials.rst

This file was deleted.

1,997 changes: 0 additions & 1,997 deletions docs/tutorials/Error-Suppression-and-Error-Mitigation.ipynb

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 8b9af99

Please sign in to comment.