Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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 filtering

criteria.

반환 형식

list[Backend]