qat.backend.fallthrough module
- class FallthroughBackend(model=None)
Bases:
BaseBackend
A backend that passes through an IR
InstructionBuilder
and 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)