Skip to main contentIBM Quantum Documentation
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

FakeProviderForBackendV2

class FakeProviderForBackendV2

GitHub

Bases: object

Fake provider containing fake V2 backends.

Only filtering backends by name is implemented. This class contains all fake V2 backends available in the qiskit_ibm_runtime.fake_provider.


Methods

backend

backend(name=None, **kwargs)

GitHub

Filter backends in provider by name.

Parameters

  • name (str | None)
  • kwargs (Any)

Return type

FakeBackendV2

backends

backends(name=None, **kwargs)

GitHub

Return all backends accessible via this account.

Parameters

  • name (str | None)
  • kwargs (Any)

Return type

List[FakeBackendV2]

Was this page helpful?
Report a bug or request content on GitHub.