qiskit.providers.ibmq.IBMQBackend.retrieve_job¶
- IBMQBackend.retrieve_job(job_id)[código fonte]¶
Return a single job submitted to this backend.
- Parâmetros
job_id (
str
) – The ID of the job to retrieve.- Tipo de retorno
- Retorno
The job with the given ID.
- Levanta
IBMQBackendError – If job retrieval failed.