stim 0.1.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
12
13
14
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::{GateData, all_gate_data, gate_data};
pub use gate_target::{
    GateTarget, target_combined_paulis, target_combiner, target_inv, target_pauli, target_rec,
    target_sweep_bit, target_x, target_y, target_z,
};
pub use gate_target_with_coords::GateTargetWithCoords;