.. _introduction: ************ Introduction ************ The qutip-qip package ===================== The qutip-qip package used to be a module ``qutip.qip`` under `QuTiP (Quantum Toolbox in Python) `_. From QuTiP 5.0, the community has decided to decrease the size of the core QuTiP package by reducing the external dependencies, in order to simplify maintenance. Hence a few modules are separated from the core QuTiP and will become QuTiP family packages. They are still maintained by the QuTiP team but hosted under different repositories in the `QuTiP organization `_. 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. Citing =========== If you use ``qutip-qip`` in your research, please cite the `article `_ as .. code-block:: text Boxi Li, Shahnawaz Ahmed, Sidhant Saraogi, Neill Lambert, Franco Nori, Alexander Pitchford, & Nathan Shammah. (2022). Pulse-level noisy quantum circuits with QuTiP. Quantum, 6, 630. The bibtex can be downloaded directly :download:`here` or copy-pasted using : .. code-block:: text @article{Li2022pulselevelnoisy, doi = {10.22331/q-2022-01-24-630}, url = {https://doi.org/10.22331/q-2022-01-24-630}, title = {Pulse-level noisy quantum circuits with {Q}u{T}i{P}}, author = {Li, Boxi and Ahmed, Shahnawaz and Saraogi, Sidhant and Lambert, Neill and Nori, Franco and Pitchford, Alexander and Shammah, Nathan}, journal = {{Quantum}}, issn = {2521-327X}, publisher = {{Verein zur F{\"{o}}rderung des Open Access Publizierens in den Quantenwissenschaften}}, volume = {6}, pages = {630}, month = jan, year = {2022} }