Skip to content

Commit

Permalink
add tutorials.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Jun 13, 2021
1 parent 7c29cac commit fc9ba4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ qutip-qip: QuTiP quantum information processing
introduction.rst
installation.rst

.. toctree::
:maxdepth: 2
:caption: Tutorials

tutorials.rst


.. toctree::
:maxdepth: 2
:caption: User guide
Expand Down
2 changes: 0 additions & 2 deletions doc/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ They are still maintained by the QuTiP team but hosted under different repositor
The qutip-qip package, QuTiP quantum information processing, aims at providing basic tools for quantum computing simulation both for simple quantum algorithm design and for experimental realization.
Compared to other libraries for quantum information processing, qutip-qip puts additional emphasis on the physics layer and the interaction with the QuTiP package.
It offers two different approaches for simulating quantum circuits, one with :class:`.QubitCircuit` calculating unitary evolution under quantum gates by matrix product, another called :class:`.Processor` using open system solvers in QuTiP to simulate noisy quantum device.

Tutorials related to using quantum gates and circuits in ``qutip-qip`` can be found `here <https://qutip.org/tutorials#quantum-information-processing>`_ and those related to using noise simulators are available at this `link <https://qutip.org/tutorials#nisq>`_.
10 changes: 10 additions & 0 deletions doc/source/tutorials.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _tutorials:

************
Tutorials
************

Tutorials related to using quantum gates and circuits in ``qutip-qip`` can be
found `here <https://qutip.org/tutorials#quantum-information-processing>`_ and
those related to using noise simulators are available at this
`link <https://qutip.org/tutorials#nisq>`_.

0 comments on commit fc9ba4a

Please sign in to comment.