Expand description
Stabilizer simulator for efficient simulation of Clifford circuits
The stabilizer formalism provides an efficient way to simulate quantum circuits
that consist only of Clifford gates (H, S, CNOT) and Pauli measurements.
This implementation uses the tableau representation and leverages SciRS2
for efficient data structures and operations.
Structs§
- Clifford
Circuit Builder - Builder for creating circuits that can be simulated with the stabilizer formalism
- Stabilizer
Simulator - Stabilizer simulator that efficiently simulates Clifford circuits
- Stabilizer
Tableau - Stabilizer tableau representation
Enums§
- Stabilizer
Gate - Gates supported by the stabilizer simulator
Functions§
- is_
clifford_ circuit - Check if a circuit can be simulated by the stabilizer simulator