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
Raises

QiskitError – if an error occurred when instantiating the backend.

Methods

BaseBackend.configuration()

Return the backend configuration.

BaseBackend.name()

Return the backend name.

BaseBackend.properties()

Return the backend properties.

BaseBackend.provider()

Return the backend Provider.

BaseBackend.run(qobj)

Run a Qobj on the the backend.

BaseBackend.status()

Return the backend status.

BaseBackend.version()

Return the backend version.