What problem does it solve?
QuTiP provides a comprehensive toolkit for simulating quantum dynamics of open and closed systems using Python, enabling researchers to model evolution, dissipation, and measurement.
Core Features & Use Cases
- Object-based quantum modeling with Qobj, tensor products, and basis states for building complex quantum systems
- Time-evolution solvers for closed and open dynamics (sesolve, mesolve, mcsolve, brmesolve, fmmesolve, ssesolve)
- Analysis and measurement utilities, steady-state calculations, correlation functions, and spectral tools
- Visualization helpers (Bloch spheres, Wigner functions, state distributions)
- Advanced techniques (Floquet theory, HEOM, stochastic methods, quantum process tomography)
- Common models (Jaynes-Cummings, spin chains, multi-mode cavities) for rapid experimentation
Quick Start
Install QuTiP, define a simple system Hamiltonian and initial state, select a solver (sesolve, mesolve, mcsolve, or others), and run the time evolution to obtain states and observables.