qat.backend.fallthrough module
- class FallthroughBackend(model=None)
Bases:
BaseBackendA backend that passes through an IR
InstructionBuilderand does not alter it.- Parameters:
model¶ (
None) – The hardware model that holds calibrated information on the qubits on the QPU.
- emit(ir, res_mgr=None, met_mgr=None, compiler_config=None, **kwargs)
Converts an IR
QatIRto machine instructions of a given target architecture.How targets convert the IR is at their discretion but they mostly follow macro-expansion techniques where target instructions are selected for each instruction in the IR.