qutip

Simulate quantum system dynamics with multiple solvers in Python.

15|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/rubensliv/k-dense-ai --skill qutip-rubensliv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qutip
Source: https://github.com/rubensliv/k-dense-ai/tree/main/scientific-skills/qutip
Command: npx skills add https://github.com/rubensliv/k-dense-ai --skill qutip-rubensliv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Efficiently simulate and analyze quantum systems, including state preparation, dynamics, and measurement, using Python with a rich set of quantum tools.

Core Features & Use Cases

  • Quantum objects, states, and tensor products
  • Time evolution and dynamics (unitary and open systems) with diverse solvers
  • Analysis, measurement, and steady-state calculations
  • Visualization and data exploration of quantum results
  • Advanced methods: Floquet theory, HEOM, stochastic solvers

Quick Start

Define a simple two-level system, evolve it with a Hamiltonian, and plot an observable over time.

Frequently Asked Questions about qutip

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I simulate open quantum system dynamics in Python?

To simulate open quantum system dynamics in Python, you can use master equation solvers like mesolve and brmesolve to compute density matrix evolution for systems interacting with an environment.

What is the best way to simulate time-dependent Hamiltonians for qubits?

Simulating time-dependent Hamiltonians for qubits involves defining operators and passing time-varying coefficients to solvers like sesolve or mesolve to calculate state evolution.

Can I simulate quantum measurements and steady-state calculations for quantum optics?

Yes, you can simulate quantum measurements and steady-state calculations for quantum optics by applying analysis utilities to density matrices and evolved states.

Does this approach support stochastic solvers and Floquet theory for condensed matter systems?

Yes, this approach supports stochastic solvers like ssesolve and smesolve, alongside Floquet theory and HEOM methods, for simulating complex condensed matter quantum dynamics.

How do I visualize quantum state evolution and tensor products during simulation?

To visualize quantum state evolution and tensor products, you use built-in data exploration and visualization utilities to plot observables directly after computing the time evolution.