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¶
- class AnalysisConfig(cls=None, args=<factory>, kwargs=<factory>, options=<factory>, version='0.5.4')[source]¶
Store configuration settings for Analysis
This stores the current configuration of a :class:~qiskit_experiments.framework.BaseAnalysis` and can be used to reconstruct the analysis class using either the
analysis()
property if the analysis class type is currently stored, or the :meth:~qiskit_experiments.framework.BaseAnalysis.from_config` class method of the appropriate experiment.Attributes
Methods
Return the analysis class constructed from this config.