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.circuits¶
- IBMQJob.circuits()[source]¶
Return the circuits or pulse schedules for this job.
- Return type
List
[Union
[QuantumCircuit
,Schedule
]]- Returns
The circuits or pulse schedules for this job. An empty list is returned if the circuits cannot be retrieved (for example, if the job uses an old format that is no longer supported).