-
Notifications
You must be signed in to change notification settings - Fork 57
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
Changes from 9 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
64ed376
added tight binding tutorial
ajrazander 5b5a021
corrected typos
ajrazander b3889a3
Included Qiskit nature definition of Hamiltonian
ajrazander 3bd597a
Last typo
ajrazander 8183944
Add TODO for Parameter support of FermionicOp
ajrazander eaa1747
added mthree, rzx compatiblity, typos, prints
ajrazander 86f7ae6
black formatting
ajrazander 5385ec3
only simulated data in plots and simulated backends
ajrazander be53005
formatting
ajrazander a06d392
index syntax updates
ajrazander f751a2d
increased timeout period
ajrazander a092126
fixed doc section labels
ajrazander 7e090d9
Revert "fixed doc section labels"
ajrazander 029766b
undo edits to protein folding notebook
ajrazander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,25 @@ | ||
============================= | ||
Tutorial on quantum simulation | ||
============================= | ||
|
||
This experiment simulates the time evolution under a tight binding model on IBM Quantum hardware. | ||
The results are published at `arXiv:2209.02795`_. | ||
The documentation for this module consists of one notebook: | ||
|
||
1. The `qsim-tight-binding-model`_ 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 | ||
.. _tutorial: qsim-tight-binding-model.ipynb | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
qsim-tight-binding-model | ||
|
||
.. Hiding - Indices and tables | ||
:ref:`genindex` | ||
:ref:`modindex` | ||
:ref:`search` | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the link is written incorrectly. Please build the docs locally and make sure they look correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated the index.rst files, and the building is doing better than before, but now it's timing out. I get this output:
I'm not sure what the error here is exactly. It seems like the tox -edocs is trying to run the notebook, but one of the cells is taking longer then 180 seconds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please push your changes and I will investigate increasing the time limit. I'm wondering though, could you take a look at the long-running cell and think about whether there is a reasonable way to make it execute faster?