diff --git a/doc/source/index.rst b/doc/source/index.rst index 05c31dd5..34865ff4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst index e9aaf16d..5fbb2740 100644 --- a/doc/source/introduction.rst +++ b/doc/source/introduction.rst @@ -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 `_ and those related to using noise simulators are available at this `link `_. diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst new file mode 100644 index 00000000..358df2e0 --- /dev/null +++ b/doc/source/tutorials.rst @@ -0,0 +1,10 @@ +.. _tutorials: + +************ +Tutorials +************ + +Tutorials related to using quantum gates and circuits in ``qutip-qip`` can be +found `here `_ and +those related to using noise simulators are available at this +`link `_.