qutip

Simulate and analyze quantum mechanics using QuTiP solvers and quantum objects.

21|2|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/silverstein/claude-scientific-skills-desktop --skill qutip-silverstein
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qutip
Source: https://github.com/silverstein/claude-scientific-skills-desktop/tree/main/corpus/qutip
Command: npx skills add https://github.com/silverstein/claude-scientific-skills-desktop --skill qutip-silverstein

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QuTiP helps you simulate and analyze quantum mechanics problems where you need accurate modeling of states, operators, time evolution, and measurements for both closed and open (dissipative) systems.

Core Features & Use Cases

  • Quantum state, operator, and solver workflows: Build kets, bras, density matrices, Hamiltonians, collapse operators, and run common solvers for dynamics.
  • Open-system and advanced dynamics: Handle dissipation and more specialized methods such as Floquet analysis, HEOM for non-Markovian effects, and stochastic trajectory solvers.
  • Analysis and visualization: Compute expectation values, entropy and entanglement measures, correlation functions, steady states, and plot key representations like Bloch spheres and Wigner functions.

Quick Start

Use the qutip skill to get a complete QuTiP-based workflow for your specific quantum task, including which solver to choose and how to compute the quantities you care about.

Frequently Asked Questions about qutip

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

FAQPage Schema
How do I simulate time evolution in an open quantum system with dissipation?

To simulate open quantum systems, construct density matrices and collapse operators, then use the mesolve solver for dissipative time evolution and compute observables from the resulting trajectories.

Can I model non-Markovian dynamics or Floquet-driven systems for quantum optics?

You can model non-Markovian dynamics using the HEOM solver and analyze periodically driven systems with Floquet analysis, covering advanced quantum optics and condensed matter workflows.

What is the best way to compute entanglement measures and correlation functions?

The best way to compute entanglement and correlation functions is to define your quantum states and operators, run the appropriate dynamics solver, and use built-in analysis utilities for statistics.

How do I visualize quantum states using Wigner functions and Bloch spheres?

To visualize quantum states, construct your kets or density matrices, then use the built-in visualization utilities to plot Wigner functions and Bloch sphere representations directly.

Does this approach support stochastic trajectory solvers for quantum measurement analysis?

Yes, this approach supports stochastic trajectory solvers like mcsolve, allowing you to simulate individual quantum trajectories and analyze measurement statistics across quantum computing applications.

When should I use sesolve instead of mesolve for quantum simulation?

Use sesolve for simulating closed quantum systems with pure state vectors, and switch to mesolve when your quantum simulation requires modeling open dissipative systems with density matrices.