qiskit.providers.ibmq.experiment.IBMExperimentService.device_components¶
- IBMExperimentService.device_components(backend_name=None)[source]¶
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.