Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK의 이전 버전입니다. 최신 버전으로 이동

BasicProvider

class qiskit.providers.basic_provider.BasicProvider

GitHub

Bases: ProviderV1

Provider for test simulators.


Attributes

version

기본값: 1


Methods

backends

backends(name=None, filters=None, **kwargs)

GitHub

Return a list of backends matching the specified filtering.

Parameters

  • name (str) – name of the backend.
  • **kwargs – dict used for filtering.

Returns

a list of Backends that match the filtering

criteria.

Return type

list[Backend]

get_backend

get_backend(name=None, **kwargs)

GitHub

Return a single backend matching the specified filtering.

Parameters

  • name (str) – name of the backend.
  • **kwargs – dict used for filtering.

Returns

a backend matching the filtering.

Return type

Backend

Raises

QiskitBackendNotFoundError – if no backend could be found or more than one backend matches the filtering criteria.

이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.