qiskit-documentation/docs/api/qiskit/1.1/qiskit.providers.Backend.mdx

25 lines
903 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/1.1/qiskit/providers/backend.py#L28-L37" signature="qiskit.providers.Backend" modifiers="class">
Bases: [`object`](https://docs.python.org/3/library/functions.html#object "(in Python v3.12)")
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>