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]