Expand description
LIFT Export: Backend code generators for the LIFT compiler framework.
Provides exporters to LLVM IR (for GPU/CPU compilation) and OpenQASM 3.0 (for quantum hardware execution on IBM, Rigetti, IonQ, etc.).
Re-exports§
pub use llvm::LlvmExporter;pub use qasm_export::QasmExporter;