qutip

Simulate and analyze quantum systems with Python numerical solvers.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill qutip-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qutip
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/qutip
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill qutip-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a powerful Python toolbox for simulating and analyzing quantum mechanical systems, enabling researchers and students to explore complex quantum phenomena.

Core Features & Use Cases

  • Quantum Dynamics Simulation: Simulate both closed (unitary) and open (dissipative) quantum systems using various solvers.
  • Quantum Optics & Cavity QED: Model light-matter interactions, quantum optics experiments, and cavity quantum electrodynamics.
  • Quantum Information Processing: Analyze quantum states, entanglement, and dynamics relevant to quantum computing research.
  • Use Case: A physicist can use this Skill to simulate the time evolution of a qubit under the influence of a time-dependent magnetic field and decoherence, visualizing the Bloch sphere trajectory.

Quick Start

Use the qutip skill to simulate the time evolution of a qubit with Hamiltonian sigmaz and collapse operator sigmam for 100 time steps.

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 in Python?

You can simulate open quantum systems in Python by defining collapse operators to model dissipation. This Skill supports numerical simulations of non-unitary dynamics, allowing you to analyze state evolution and expectation values for open systems.

Can I model cavity QED and quantum optics experiments using Python?

Yes, you can model cavity QED and quantum optics experiments in Python. This Skill provides solvers to simulate light-matter interactions and analyze complex quantum phenomena relevant to quantum optics research.

What is the best way to simulate non-Markovian quantum dynamics?

To simulate non-Markovian quantum dynamics, you can utilize advanced methods like Floquet theory and HEOM. This Skill implements these techniques to solve complex time-evolution problems beyond standard Markovian approximations.

How do I calculate the time evolution of a qubit with decoherence?

You calculate the time evolution of a qubit with decoherence by defining a Hamiltonian and collapse operators. This Skill numerically integrates the dynamics, enabling you to extract expectation values and visualize trajectories like Bloch sphere evolution.

Do I need specific Python packages to analyze quantum state evolution?

No external Python packages are required as dependencies to start analyzing quantum state evolution. This Skill operates self-contained to simulate closed and open quantum systems, computing state evolution and expectation values directly.