25 lines
925 B
Plaintext
25 lines
925 B
Plaintext
---
|
|
title: Backend (v1.2)
|
|
description: API reference for qiskit.providers.Backend in qiskit v1.2
|
|
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/1.2/qiskit/providers/backend.py#L29-L38" signature="qiskit.providers.Backend" modifiers="class">
|
|
Bases: [`object`](https://docs.python.org/3/library/functions.html#object "(in Python v3.13)")
|
|
|
|
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>
|
|
|