qiskit.providers.ProviderV1.backends¶
- abstract ProviderV1.backends(name=None, **kwargs)[Quellcode]¶
Return a list of backends matching the specified filtering.
- Parameter
name (str) – name of the backend.
**kwargs – dict used for filtering.
- Rückgabe
- a list of Backends that match the filtering
criteria.
- Rückgabetyp
list[Backend]