qiskit.providers.ProviderV1.backends¶ abstract ProviderV1.backends(name=None, **kwargs)[source]¶ Return a list of backends matching the specified filtering. Paramètres name (str) – name of the backend. **kwargs – dict used for filtering. Renvoie a list of Backends that match the filteringcriteria. Type renvoyé list[Backend]