경고
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.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.