qiskit.providers.ibmq.job.IBMQJob.circuits¶
- IBMQJob.circuits()[ソース]¶
Return the circuits or pulse schedules for this job.
- 戻り値の型
List
[Union
[QuantumCircuit
,Schedule
]]- 戻り値
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).