iqm.pulla.utils_qiskit.DummyJob

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 the sweep_id of the StationControlResult.

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.