Skip to main contentIBM Quantum Documentation

Provider

class qiskit.providers.Provider

GitHub(opens in a new tab)

Bases: object(opens in a new tab)

Base common type for all versioned Provider abstract classes.

Note this class should not be inherited from directly, it is intended to be used for type checking. When implementing a provider you should use the versioned abstract classes as the parent class and not this class directly.

Deprecated since version 1.1

The class qiskit.providers.provider.Provider is deprecated as of qiskit 1.1. It will be removed no earlier than 3 months after the release date. The abstract Provider and ProviderV1 classes are deprecated and will be removed in 2.0. You can just remove it as the parent class and a get_backend method that returns the backends from self.backend.


Attributes

version

Default value: 0

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