qiskit.providers.ibmq.experiment.IBMExperimentService.device_components¶
- IBMExperimentService.device_components(backend_name=None)[código fonte]¶
Return the device components.
- Parâmetros
backend_name (
Optional
[str
]) – Name of the backend whose components are to be retrieved.- Tipo de retorno
Union
[Dict
[str
,List
],List
]- Retorno
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.
- Levanta
IBMQApiError – If the request to the server failed.