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

Improve step-by-step creation of Sequence in notebooks #729

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
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
16 changes: 11 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ computers and simulators, check the pages in :doc:`review`.

.. toctree::
:maxdepth: 2
:caption: Installation and First Steps
:caption: Installation

installation
intro_rydberg_blockade
tutorials/creating
tutorials/simulating

.. toctree::
:maxdepth: 2
Expand All @@ -62,10 +59,18 @@ computers and simulators, check the pages in :doc:`review`.
review
conventions

.. toctree::
:maxdepth: 2
:caption: Sequence creation

tutorials/sequence/intro
tutorials/sequence/rydberg_blockade
tutorials/sequence/local

.. toctree::
:maxdepth: 2
:caption: Backend Execution

tutorials/backends

.. toctree::
Expand All @@ -84,6 +89,7 @@ computers and simulators, check the pages in :doc:`review`.
tutorials/phase_shifts_vz_gates
tutorials/composite_wfs
tutorials/paramseqs
tutorials/registers
tutorials/reg_layouts
tutorials/interpolated_wfs
tutorials/serialization
Expand Down
3 changes: 3 additions & 0 deletions docs/source/tutorials/registers.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../tutorials/advanced_features/Register Creation.ipynb"
}
3 changes: 3 additions & 0 deletions docs/source/tutorials/sequence/intro.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../../tutorials/sequence_introduction/sequence_pi_pulse.ipynb"
}
3 changes: 3 additions & 0 deletions docs/source/tutorials/sequence/local.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../../tutorials/sequence_introduction/sequence_local.ipynb"
}
3 changes: 3 additions & 0 deletions docs/source/tutorials/sequence/rabi.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../../tutorials/sequence_introduction/sequence_rabi.ipynb"
}
3 changes: 3 additions & 0 deletions docs/source/tutorials/sequence/rydberg_blockade.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../../tutorials/sequence_introduction/sequence_interaction.ipynb"
}
361 changes: 361 additions & 0 deletions tutorials/advanced_features/Register Creation.ipynb

Large diffs are not rendered by default.

340 changes: 340 additions & 0 deletions tutorials/sequence_introduction/sequence_interaction.ipynb

Large diffs are not rendered by default.

711 changes: 711 additions & 0 deletions tutorials/sequence_introduction/sequence_local.ipynb

Large diffs are not rendered by default.

683 changes: 683 additions & 0 deletions tutorials/sequence_introduction/sequence_pi_pulse.ipynb

Large diffs are not rendered by default.

782 changes: 782 additions & 0 deletions tutorials/sequence_introduction/sequence_rabi.ipynb

Large diffs are not rendered by default.