qiskit.providers.ibmq.AccountProvider.get_backend¶
- AccountProvider.get_backend(name=None, **kwargs)¶
Return a single backend matching the specified filtering.
- 매개변수
name (str) – name of the backend.
**kwargs – dict used for filtering.
- 반환
a backend matching the filtering.
- 반환 형식
- 예외 발생
QiskitBackendNotFoundError – if no backend could be found or more than one backend matches the filtering criteria.