Skip to content

Commit

Permalink
Merge pull request #33 from ajrazander/main
Browse files Browse the repository at this point in the history
Advanced tutorial on quantum simulation
  • Loading branch information
kevinsung authored Oct 3, 2022
2 parents 9c6c5f2 + 029766b commit 306bfb6
Show file tree
Hide file tree
Showing 6 changed files with 2,537 additions and 2 deletions.
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

0 comments on commit 306bfb6

Please sign in to comment.