A collection of quantum simulation scripts and notebooks exploring closed and open quantum systems.
Status: Maintenance Mode (Educational Use Only)
While QuTiP is excellent for prototyping, this project has hit the Python Performance Wall for large-scale open system simulations.
- Interpreter Overhead: Python's Global Interpreter Lock (GIL) creates bottlenecks in nested loops (e.g., 60x60 steady-state heatmaps).
- JAX Limitations: JAX lacks native quantum abstractions, making it chemically inefficient for this work.
- The Julia Solution: I have migrated production simulations to Julia (QuantumOptics.jl) for its JIT compilation and native GPU support.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt - Run:
jupyter notebook
MIT License.