qat.interop.qiskit.QPUToBackend
- class qat.interop.qiskit.QPUToBackend(*args: Any, **kwargs: Any)
Basic connector implementing a Qiskit Backend, pluggable on a QLM QPU.
- Parameters:
qpu –
QPUHandlerobject.configuration – BackendConfiguration object. Leave default value for standard uses.
provider – Provider responsible for this backend.
- set_qpu(qpu)
Sets the QLM QPU that this backend is supposed to use.
- Parameters:
qpu – QLM QPU object.