Skip to main content
IBM Quantum Platform
Esta página pertenece a una versión antigua de Qiskit SDK y no existe en la versión más reciente. Te recomendamos que actualices a la última versión. Consulta las notas de la versión para obtener más información.

Provider

class qiskit.providers.Provider

GitHub

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

Valor predeterminado: 0

¿Le ha resultado útil esta página?
Informe de un error, de una errata o solicite contenido en GitHub.