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.backend_options¶
- IBMQJob.backend_options()[source]¶
Return the backend configuration options used for this job.
Options that are not applicable to the job execution are not returned. Some but not all of the options with default values are returned. You can use
qiskit.providers.ibmq.IBMQBackend.options
to see all backend options.- Return type
Dict
[str
,Any
]- Returns
Backend options used for this job. An empty dictionary is returned if the options cannot be retrieved.