StatevectorSimulatorPy

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

Python statevector 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

StatevectorSimulatorPy.DEFAULT_CONFIGURATION

StatevectorSimulatorPy.DEFAULT_OPTIONS

StatevectorSimulatorPy.MAX_QUBITS_MEMORY

StatevectorSimulatorPy.SHOW_FINAL_STATE

Methods

StatevectorSimulatorPy.configuration()

Return the backend configuration.

StatevectorSimulatorPy.name()

Return the backend name.

StatevectorSimulatorPy.properties()

Return the backend properties.

StatevectorSimulatorPy.provider()

Return the backend Provider.

StatevectorSimulatorPy.run(qobj[, …])

Run qobj asynchronously.

StatevectorSimulatorPy.run_experiment(experiment)

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

StatevectorSimulatorPy.status()

Return the backend status.

StatevectorSimulatorPy.version()

Return the backend version.