UnitarySimulatorPy

class UnitarySimulatorPy(configuration=None, provider=None)[source]

Python implementation of a unitary simulator.

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.

Attributes

UnitarySimulatorPy.DEFAULT_CONFIGURATION

UnitarySimulatorPy.DEFAULT_OPTIONS

UnitarySimulatorPy.MAX_QUBITS_MEMORY

Methods

UnitarySimulatorPy.configuration()

Return the backend configuration.

UnitarySimulatorPy.name()

Return the backend name.

UnitarySimulatorPy.properties()

Return the backend properties.

UnitarySimulatorPy.provider()

Return the backend Provider.

UnitarySimulatorPy.run(qobj[, backend_options])

Run qobj asynchronously.

UnitarySimulatorPy.run_experiment(experiment)

Run an experiment (circuit) and return a single experiment result.

UnitarySimulatorPy.status()

Return the backend status.

UnitarySimulatorPy.version()

Return the backend version.