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.