iqm.pulla.utils_qiskit.DummyJob#
- class iqm.pulla.utils_qiskit.DummyJob(backend, qiskit_result)#
Bases:
JobV1
A dummy job object that can be used to retrieve the result of a locally compiled circuit.
The
job_id
is the same as thesweep_id
of 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.