qutip

Simulate and analyze quantum systems with QuTiP in Python.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill qutip-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qutip
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/scientific/physics/qutip
Command: npx skills add https://github.com/hxk622/TokenDance --skill qutip-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qutip, numpy, matplotlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a powerful Python environment for simulating and analyzing quantum mechanical systems, including both closed and open quantum systems.

Core Features & Use Cases

  • Quantum Dynamics Simulation: Solve Schrödinger and master equations for unitary and dissipative evolution.
  • Quantum Object Manipulation: Create and manipulate quantum states, operators, and composite systems.
  • Analysis & Visualization: Compute expectation values, entropy, fidelity, and visualize states (e.g., Bloch sphere, Wigner function).
  • Use Case: Researchers can simulate the dynamics of a quantum harmonic oscillator under dissipation or analyze the entanglement evolution of a two-qubit system.

Quick Start

Use the qutip skill to simulate the time evolution of a damped harmonic oscillator with the provided Hamiltonian and collapse operators.

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 and dissipative dynamics in Python?

To simulate dissipative dynamics in open quantum systems using Python, you solve master equations and generate Monte Carlo trajectories. This approach models environmental interactions by defining collapse operators for unitary and dissipative evolution.

What is the best way to compute expectation values and fidelity for a two-qubit system?

The best way to compute expectation values and fidelity for a two-qubit system is to construct composite quantum operators and states, then apply numerical analysis tools to evaluate entanglement evolution and system entropy directly.

How can I visualize quantum states like a Bloch sphere or Wigner function using Python?

You can visualize quantum states like a Bloch sphere or Wigner function using Python by utilizing built-in plotting functions alongside matplotlib to graphically represent the density matrices of qubits and harmonic oscillators.

Does this Python environment support Floquet theory for analyzing driven quantum systems?

Yes, this Python environment supports Floquet theory for analyzing periodically driven quantum systems. It calculates Floquet modes and quasi-energies to determine the long-term unitary evolution of time-dependent Hamiltonians.

Can I model a damped harmonic oscillator under dissipation without writing numerical integrators from scratch?

Yes, you can model a damped harmonic oscillator under dissipation without writing numerical integrators from scratch. You define the Hamiltonian and collapse operators, and the built-in solvers automatically integrate the master equation.

Do I need numpy and matplotlib installed to simulate quantum dynamics with QuTiP?

Yes, you need numpy and matplotlib installed to simulate quantum dynamics with QuTiP. Numpy handles the underlying numerical array operations, while matplotlib provides the rendering framework for visualizing quantum states.