QrJobV1 module¶
- class QrJobV1¶
Implements a derivative of the qiskit JobV1 object class.
- QrJobV1(backend, job)¶
Initializes the asynchronous job.
- Args:
backend: the QrBackendV2 used to run the job. job: the job instance returned by the
QuantumRings.BackendV2.run()method.
- cancel() None¶
Cancel this job.
- submit() None¶
submit a new job. This method is not supported.
- get_counts() dict¶
Returns the number of counts
- get_probabilities()¶
Returns the probabilities.
- result()¶
Returns the Results dictionary
- status()¶
Returns the current status of the job