Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

Job

qiskit.providers.ibmq.job

Modules representing IBM Quantum Experience jobs.


Classes

IBMQJob(backend, api_client, job_id, …[, …])Representation of a job that executes on an IBM Quantum Experience backend.
QueueInfo([position, status, …])Queue information for a job.

Functions

job_monitor(job[, interval, output])Monitor the status of an IBMQJob instance.

Exception

IBMQJobError(*message)Base class for errors raised by the job modules.
IBMQJobApiError(*message)Errors that occur unexpectedly when querying the server.
IBMQJobFailureError(*message)Errors raised when a job failed.
IBMQJobInvalidStateError(*message)Errors raised when a job is not in a valid state for the operation.
IBMQJobTimeoutError(*message)Errors raised when a job operation times out.
Was this page helpful?
Report a bug or request content on GitHub.