qutip

Simulate open quantum system dynamics with QuTiP solvers.

19|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill qutip-tondevrel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qutip
Source: https://github.com/tondevrel/scientific-agent-skills/tree/main/skills/qutip
Command: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill qutip-tondevrel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill enables the simulation of quantum systems, allowing researchers and developers to model the behavior of quantum states and their evolution over time.

Core Features & Use Cases

  • Quantum Dynamics Simulation: Model the time evolution of quantum states in both closed and open systems using solvers like mesolve and sesolve.
  • Open Quantum Systems: Simulate decoherence and dissipation using collapse operators.
  • Quantum Optics & Cavity QED: Analyze phenomena like Rabi oscillations and Jaynes-Cummings models.
  • Quantum Control: Optimize pulse sequences for quantum operations.

Quick Start

Use the qutip skill to simulate Rabi oscillations for a qubit with a given Hamiltonian and initial state over a specified 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 systems and model decoherence?

To simulate open quantum systems and model decoherence, you can solve master equations using collapse operators. This approach calculates dissipation effects by simulating the time evolution of quantum states interacting with their environment.

What is the best way to simulate Rabi oscillations in cavity QED models?

The best way to simulate Rabi oscillations in cavity QED models is by defining a time-dependent Hamiltonian and an initial state, then applying quantum dynamics solvers to calculate the state evolution over a specified time period.

Can I use time-dependent Hamiltonians for quantum control optimization?

Yes, you can use time-dependent Hamiltonians for quantum control optimization. By modeling the time evolution of quantum states, you can optimize pulse sequences to achieve precise quantum operations and control system dynamics.

How do Monte Carlo trajectories work for quantum dynamics simulation?

Monte Carlo trajectories work for quantum dynamics simulation by calculating stochastic state evolutions in open quantum systems. This method solves the master equation statistically, modeling individual quantum trajectories to analyze overall system behavior.

Do I need to define Qobj quantum objects to solve Schrödinger equations?

Yes, you need to define Qobj quantum objects to solve Schrödinger equations. These objects represent the quantum states and operators required as inputs for the solvers to calculate the dynamics of closed quantum systems.