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)