Expand description
LIFT Export: Backend code generators for LIFT compiler framework.
Provides exporters to LLVM IR (for GPU/CPU compilation), OpenQASM 3.0 (for quantum hardware execution on IBM, Rigetti, IonQ, etc.), and ONNX (for neural network interchange with PyTorch, TensorFlow, TensorRT, etc.).
Re-exports§
pub use llvm::LlvmExporter;pub use onnx::OnnxExportError;pub use onnx::OnnxExporter;pub use qasm_export::QasmExporter;