Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

ExperimentConfig.experiment

ExperimentConfig.experiment()[source]

Return the experiment constructed from this config.

Returns:

The experiment reconstructed from the config.

Return type:

BaseExperiment

Raises:

QiskitError – If the experiment class is not stored, was not successful deserialized, or reconstruction of the experiment fails.