rustiq_core/synthesis/
mod.rs

1
2
3
4
//! This module contains all the synthesis methods

pub mod clifford;
pub mod pauli_network;