Provider
class qiskit.providers.Provider
Bases: object
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
기본값: 0
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.