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.

Job Manager

qiskit.providers.ibmq.managed

High level mechanism for handling jobs.


Classes

IBMQJobManager()Job Manager for IBM Quantum Experience.
ManagedJobSet([name, short_id])A set of managed jobs.
ManagedJob(start_index, experiments_count[, job])Job managed by the Job Manager.
ManagedResults(job_set, backend_name, success)Results managed by the Job Manager.

Exceptions

IBMQJobManagerError(*message)Base class for errors raise by the Job Manager.
IBMQJobManagerInvalidStateError(*message)Errors raised when an operation is invoked in an invalid state.
IBMQJobManagerTimeoutError(*message)Errors raised when a Job Manager operation times out.
IBMQJobManagerJobNotFound(*message)Errors raised when a job cannot be found.
IBMQManagedResultDataNotAvailable(*message)Errors raised when result data is not available.
IBMQJobManagerUnknownJobSet(*message)Errors raised when the job set ID is unknown.
Was this page helpful?
Report a bug or request content on GitHub.