rustiq-core 0.0.11

Quantum circuit synthesis library in rust
Documentation
1
2
3
4
5
6
7
mod common;
pub mod count;
pub mod depth;
pub mod subset_wise;
pub mod synthesis;
pub use subset_wise::codiagonalize_subsetwise;
pub use synthesis::codiagonalize;