qiskit.providers.ibmq.IBMQBackend.retrieve_job¶
- IBMQBackend.retrieve_job(job_id)[source]¶
Return a single job submitted to this backend.
- Paramètres
job_id (
str
) – The ID of the job to retrieve.- Type renvoyé
- Renvoie
The job with the given ID.
- Lève
IBMQBackendError – If job retrieval failed.