qat.engines.qblox.execution module

class QbloxEngine(instrument)

Bases: NativeEngine[QbloxProgram]

execute(program, **kwargs)

Executes a compiled instruction program and returns results that are processed according to the acquires.

The engine is expected to return the results as a dictionary with the output variables as keys.

Return type:

dict[str, list[Acquisition]]