qiskit.providers.BaseProvider.backends¶
-
abstract
BaseProvider.
backends
(name=None, **kwargs)[source]¶ Return a list of backends matching the specified filtering.
- Parameters
name (str) – name of the backend.
**kwargs – dict used for filtering.
- Returns
- a list of Backends that match the filtering
criteria.
- Return type
list[BaseBackend]