German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Warnung

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_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.