Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK Go to the latest version
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.

Base Objects

qiskit.providers


Base Objects

BaseProvider(*args, **kwargs)Base class for a Backend Provider.
BaseBackend(configuration[, provider])Base class for backends.
BaseJob(backend, job_id)Class to handle asynchronous jobs

Job Status

JobStatus(value)Class for job status enumerated type.

Exceptions

QiskitBackendNotFoundError(*message)Base class for errors raised while looking for a backend.
BackendPropertyError(*message)Base class for errors raised while looking for a backend property.
JobError(*message)Base class for errors raised by Jobs.
JobTimeoutError(*message)Base class for timeout errors raised by jobs.
Was this page helpful?
Report a bug or request content on GitHub.