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.

AnalysisConfig.analysis

AnalysisConfig.analysis()[source]

Return the analysis class constructed from this config.

Returns:

The analysis reconstructed from the config.

Return type:

BaseAnalysis

Raises:

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