qiskit.providers.ProviderV1.get_backend¶
- ProviderV1.get_backend(name=None, **kwargs)[fuente]¶
Return a single backend matching the specified filtering.
- Parámetros
name (str) – name of the backend.
**kwargs – dict used for filtering.
- Devuelve
a backend matching the filtering.
- Tipo del valor devuelto
- Muestra
QiskitBackendNotFoundError – if no backend could be found or more than one backend matches the filtering criteria.