What problem does it solve?
It helps you simulate and analyze quantum dynamics in closed and open (dissipative) systems without manually deriving and coding the full equations of motion.
Core Features & Use Cases
- Lindblad/Open-System Dynamics: Build Hamiltonians and collapse operators to run master-equation solvers for decoherence and dissipation.
- Time Evolution & Quantum Trajectories: Evolve pure states unitarily and mixed states with dissipation, or simulate Monte Carlo jump trajectories for measurement-driven behavior.
- Analysis & Visualization: Compute expectation values, steady states, correlation functions/spectra, and visualize results such as Bloch spheres and Wigner functions.
Use Case: You have a damped cavity model (Jaynes–Cummings or harmonic oscillator) and need to predict photon number decay and steady-state observables under loss; use this Skill to set up operators, run mesolve, and extract the quantities you care about.
Quick Start
Run the QuTiP time-evolution simulation for an open system by installing qutip and then computing expectation values from a mesolve result for your Hamiltonian, initial state, time grid, and collapse operators.