qutip

Simulate and analyze quantum systems with QuTiP solvers.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill qutip-yf8578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qutip
Source: https://github.com/yf8578/clawomics/tree/main/skills/qutip
Command: npx skills add https://github.com/yf8578/clawomics --skill qutip-yf8578

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for simulating and analyzing quantum mechanical systems, including both closed (unitary) and open (dissipative) quantum systems.

Core Features & Use Cases

  • Quantum State and Operator Manipulation: Create and manipulate quantum states and operators.
  • Time Evolution Solvers: Simulate unitary and dissipative dynamics with various optimized solvers.
  • Analysis and Measurement: Compute expectation values, entropy, fidelity, and more.
  • Visualization: Plot Bloch spheres, Wigner functions, and other quantum phenomena.
  • Use Case: Researchers can use this Skill to model the behavior of qubits under decoherence, simulate cavity QED systems, or explore fundamental quantum phenomena.

Quick Start

Use the qutip skill to simulate the time evolution of a two-level system under a Hamiltonian.

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 systems with decoherence using master equations?

To simulate open quantum systems with decoherence, you can use master equation solvers to model dissipative dynamics. This toolbox supports computing time evolution for quantum states under both unitary and dissipative operations.

What is the best way to calculate expectation values for a time-evolving quantum state?

Calculating expectation values for a time-evolving quantum state involves applying time evolution solvers to quantum operators and states. This toolbox provides analysis features to compute expectation values, entropy, and fidelity directly.

Can I visualize quantum dynamics like Bloch spheres and Wigner functions in Python?

Visualizing quantum dynamics like Bloch spheres and Wigner functions is directly supported. The toolbox includes built-in visualization methods to plot these quantum phenomena for analyzing states and system evolution.

Does this toolbox support simulating cavity QED and quantum optics systems?

Yes, simulating cavity QED and quantum optics systems is a core supported use case. Researchers can model the behavior of qubits, simulate cavity dynamics, and explore fundamental quantum phenomena.

How do I set up the time evolution of a two-level system under a Hamiltonian?

Setting up the time evolution of a two-level system under a Hamiltonian requires creating the quantum state and defining the Hamiltonian operator. The toolbox provides optimized solvers to then simulate the unitary dynamics.

What distinguishes this approach for quantum simulation from other Python libraries in the same category?

This approach distinguishes itself by providing specialized solvers for both closed unitary and open dissipative quantum systems within one framework. It integrates state manipulation, time evolution, and quantum visualization methods comprehensively.