qiskit.providers.ProviderV1.backends¶ abstract ProviderV1.backends(name=None, **kwargs)[ソース]¶ Return a list of backends matching the specified filtering. パラメータ name (str) – name of the backend. **kwargs – dict used for filtering. 戻り値 a list of Backends that match the filteringcriteria. 戻り値の型 list[Backend]