IBMCompositeJob.backend_options#
- IBMCompositeJob.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_ibm_provider.IBMBackend.options
to see all backend options.- Return type:
Dict
[str
,Any
]- Returns:
Backend options used for this job.