Warnung
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.AccountProvider.get_backend¶
- AccountProvider.get_backend(name=None, **kwargs)¶
Return a single backend matching the specified filtering.
- Parameter
name (str) – name of the backend.
**kwargs – dict used for filtering.
- Rückgabe
a backend matching the filtering.
- Rückgabetyp
- Verursacht
QiskitBackendNotFoundError – if no backend could be found or more than one backend matches the filtering criteria.