25 lines
809 B
Plaintext
25 lines
809 B
Plaintext
---
|
|
title: Provider
|
|
description: API reference for qiskit.providers.Provider
|
|
in_page_toc_min_heading_level: 1
|
|
python_api_type: class
|
|
python_api_name: qiskit.providers.Provider
|
|
---
|
|
|
|
# Provider
|
|
|
|
<Class id="qiskit.providers.Provider" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.23/qiskit/providers/provider.py" signature="Provider" modifiers="class">
|
|
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.
|
|
|
|
## Attributes
|
|
|
|
### version
|
|
|
|
<Attribute id="qiskit.providers.Provider.version" attributeValue="0" />
|
|
</Class>
|
|
|