API Reference¶
Generated directly from the package's own docstrings via
mkdocstrings — nothing here is duplicated by hand, so
it can't drift out of sync with the code.
| Module | What it's for |
|---|---|
| Simulator | Core dense statevector engine (DenseSVSimulator) |
| MPS Simulator | Matrix-product-state engine for low-entanglement circuits at scale |
| Chunk | Anti-OOM statevector chunking, including distributed multi-device dispatch |
| QASM Parser | OpenQASM 2.0 / 3.0 parsing |
| Compiler | Circuit transpilation (QuantumTranspiler) |
| Registry & Noise Models | Hardware detection, NoiseModel Kraus channels |
| Gates | Gate matrix tables (GATES, PARAMETRIC_GATES, GATE_IDS) |
| Mitigation | Zero-Noise Extrapolation, scalar and density-matrix |
| Healing | Predictive-healing primitives |
| Interop | Qiskit / PennyLane bridges |
| Autodiff | Differentiable circuit-to-energy pipeline for VQE |