Expand description
Stim circuit executor with detector and observable support
This module provides execution capabilities for Stim circuits, including:
- Running circuits with the stabilizer simulator
- Tracking measurement records for detector evaluation
- Computing detector values from measurement parities
- Computing observable values for logical qubit tracking
§Detector Model
Detectors check parity conditions on measurement results. A detector triggers when the XOR of its referenced measurement results differs from the expected value.
§Observable Model
Observables track logical qubit values through a circuit. They are computed as the XOR of specified measurement results.
Structs§
- Detector
Record - Record of a detector definition
- Execution
Result - Result of executing a Stim circuit
- Observable
Record - Record of an observable definition
- Stim
Executor - Stim circuit executor with full error correction support