iqm.pulla.utils_qiskit.DummyJob#
- class iqm.pulla.utils_qiskit.DummyJob(backend, qiskit_result)#
Bases:
JobV1A dummy job object that can be used to retrieve the result of a locally compiled circuit.
The
job_idis the same as thesweep_idof theStationControlResult.Attributes
Methods
result()Return the results of the job.
status()Return the status of the job, among the values of
JobStatus.submit()Submit the job to the backend for execution.
- result()#
Return the results of the job.
- status()#
Return the status of the job, among the values of
JobStatus.
- submit()#
Submit the job to the backend for execution.