| title | QuTiP in Research |
|---|
QuTiP is a robust open-source Python framework for simulating quantum systems. It is widely adopted in the fields of quantum optics, open quantum system dynamics, and quantum information science. With a focus on efficiency, an intuitive API, and rich visualization tools, QuTiP enables rapid prototyping and testing of complex physical models. Backed by a strong community all over the world, extensive documentation and tutorials, QuTiP has established itself at the forefront of quantum physics research.
We hope, you enjoy using QuTiP. Please help us make QuTiP even better by citing it in your publications
Check out some selected papers and how they are making use of QuTiP.
If you enjoy using QuTiP in your research, let us know! Send us a Juptyer Notebook of your work to feature on this page.
Or check out previous submissions here.
-
{% assign papers = site.data.citations | where: "visible", true %}
{% for p in papers %}
-
{% if p.notebook %}
{% else %}
{% endif %}
{{ p.title }}
{{ p.authors }},
{{ p.journal }} ({{ p.year }})
›
{% endfor %}
QuTiP is optimized for performance, completely open-source and tested by thousands of users.
QuTiP is the original quantum framework written in Python; the most widely used programming language in the quantum sciences. Python's straightforward syntax allows for constructing, manipulating, and evolving quantum objects using QuTiP with just a few lines of code. Easy to learn, and 100% open-source.
QuTiP includes a variety of builtin solvers for dynamical simulations. In addition to the standard Lindblad and Monte Carlo Solvers, QuTiP includes routines for Bloch-Redfield evolution, periodic systems using the Floquet formalism, and stochastic solvers. Add to this, steady state analysis and non-Markovian techniques, and you have a wide variety of tools from which to explore your systems behavior.
From Bloch spheres to nonlinear colormaps for Wigner functions, QuTiP includes a host of built-in visualization routines that help bring your data to life. Our plotting utilities have been used by Fortune 500 companies, government research labs, and countless research groups around the globe. If you don't look good, we don't look good.
QuTiP is thoroughly tested, both by its thousands of users, and by the large collection of built in test scripts. QuTiP includes over a thousand such tests, covering nearly all of the builtin functions. These tests are run over and over again during development to make sure that the results you get from QuTiP are in fact the correct answers.
QuTiP is capable of leveraging the multiprocessing power inside every modern computer. Taking advantage of the Python multiprocessing library, OPENMP, SSE3 processor extensions, and the Intel MKL, if available, allows for faster manipulation of quantum objects, and increased performance of evolution equations, without any work at all.
{% include supp_org.html %} {% include donate.html %}
