stim 0.4.0

Safe Rust bindings for Stim, a high-performance stabilizer circuit simulator and analyzer
Documentation
1
2
3
4
/// Returns the pinned upstream Stim commit recorded by the bridge layer.
pub fn upstream_commit() -> &'static str {
    stim_cxx::pinned_stim_commit()
}