qiskit.providers.ibmq.experiment.IBMExperimentService.device_components¶
- IBMExperimentService.device_components(backend_name=None)[ソース]¶
Return the device components.
- パラメータ
backend_name (
Optional
[str
]) – Name of the backend whose components are to be retrieved.- 戻り値の型
Union
[Dict
[str
,List
],List
]- 戻り値
A list of device components if backend_name is specified. Otherwise a dictionary whose keys are backend names the values are lists of device components for the backends.
- 例外
IBMQApiError – If the request to the server failed.