quil-rs 0.36.0

Rust tooling for Quil (Quantum Instruction Language)
Documentation
1
2
3
4
5
pub(crate) mod templates;
pub use templates::*;

#[cfg(feature = "python")]
pub(crate) mod quilpy;