BaseBackend¶
-
class
BaseBackend
(configuration, provider=None)[source]¶ Bases:
abc.ABC
Legacy Base class for backends.
DEPRECATED Legacy base class for backends.
This method should initialize the module and its configuration, and raise an exception if a component of the module is not available.
- Parameters
configuration (BackendConfiguration) – backend configuration
provider (BaseProvider) – provider responsible for this backend
- Raises
QiskitError – if an error occurred when instantiating the backend.
Methods
Return the backend configuration.
Return the backend name.
Return the backend properties.
Return the backend Provider.
Run a Qobj on the the backend.
Return the backend status.
Return the backend version.