QmioJob¶
- class qmiotools.integrations.qiskitqmio.QmioJob(*args: Any, **kwargs: Any)¶
Bases:
qiskit.providers.JobV1
A class to return the results of a Job following the structure of
qiskit.providers.JobV1
Initializes the synchronous job.
Methods
- cancel() None ¶
This method is not necessary for this backend, because currently the execution is synchronous
- result() qiskit.result.Result ¶