qat.core.qpu.CommonQPU
- class qat.core.qpu.CommonQPU(plugins=None)
Common overloaded interface for a QPU connection containing local plugins and a QPU handler.
- Parameters
plugins (list<
AbstractPlugin
>) – a list of plugins to attach to the QPU. Optional. Defaults to None.