Skip to main content

Crate lift_export

Crate lift_export 

Source
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;

Modules§

llvm
qasm_export