BaseBackend¶
- class BaseBackend(configuration, provider=None)[source]¶
Base class for backends.
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.
BaseBackend.run
(qobj)Run a Qobj on the the backend.
Return the backend status.
Return the backend version.