Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced tutorial on quantum simulation #33

Merged
merged 14 commits into from
Oct 3, 2022
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
autoclass_content = "both"

# nbsphinx options (for tutorials)
nbsphinx_timeout = 180
nbsphinx_timeout = 500
nbsphinx_execute = "always"
nbsphinx_widgets_path = ""
exclude_patterns = ["_build", "**.ipynb_checkpoints", "getting_started.ipynb"]
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Research using Qiskit, demonstrating best practices for running quantum computin

mzm_generation/index
protein_folding/index
tutorial_quantum_sim/index
apidocs/index

.. Hiding - Indices and tables
Expand Down
Binary file added docs/tutorial_quantum_sim/figures/lattice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/tutorial_quantum_sim/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
==============================
Tutorial on quantum simulation
==============================

This experiment simulates the time evolution under a tight binding model on IBM Quantum hardware.
The results are published on the arXiv `arXiv:2209.02795`_.
The documentation for this module consists of one notebook that contains background information, shows how the building blocks of the experiment were implemented, collects experimental data, analyzes data, and generates plots.

.. _arXiv:2209.02795: https://arxiv.org/abs/2209.02795


.. toctree::
:maxdepth: 1

qsim-tight-binding-model

.. Hiding - Indices and tables
:ref:`genindex`
:ref:`modindex`
:ref:`search`

Loading