stim 0.4.0

Safe Rust bindings for Stim, a high-performance stabilizer circuit simulator and analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod explained_error;
pub(crate) mod flipped_measurement;
pub(crate) mod gate_data;
pub(crate) mod gate_target;
pub(crate) mod gate_target_with_coords;

pub use explained_error::ExplainedError;
pub use flipped_measurement::FlippedMeasurement;
pub use gate_data::{Gate, GateData};
pub use gate_target::GateTarget;
pub use gate_target_with_coords::GateTargetWithCoords;