25 lines
800 B
Plaintext
25 lines
800 B
Plaintext
---
|
|
title: Backend
|
|
description: API reference for qiskit.providers.Backend
|
|
in_page_toc_min_heading_level: 1
|
|
python_api_type: class
|
|
python_api_name: qiskit.providers.Backend
|
|
---
|
|
|
|
# Backend
|
|
|
|
<Class id="qiskit.providers.Backend" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.18/qiskit/providers/backend.py" signature="Backend" modifiers="class">
|
|
Bases: `object`
|
|
|
|
Base common type for all versioned Backend 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.Backend.version" attributeValue="0" />
|
|
</Class>
|
|
|