Expand description
LIFT Quantum: Quantum computing dialect for the LIFT compiler framework.
Provides 50+ quantum gates (IBM, Rigetti, IonQ, Quantinuum native sets), noise models, Kraus channels, quantum error correction codes, and device topology representations with shortest-path routing.
Re-exports§
pub use dialect::QuantumDialect;pub use gates::*;pub use kraus::*;pub use noise::*;pub use qec::*;pub use topology::*;pub use types::*;