Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Warning

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

qiskit.providers.ibmq.job.IBMQJob.qobj

IBMQJob.qobj()[source]

Return the Qobj for this job.

Return type

Union[QasmQobj, PulseQobj, None]

Returns

The Qobj for this job, or None if the job does not have a Qobj.

Raises

IBMQJobApiError -- If an unexpected error occurred when retrieving job information from the server.