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

class ExperimentConfig(cls=None, args=<factory>, kwargs=<factory>, experiment_options=<factory>, transpile_options=<factory>, run_options=<factory>, version='0.5.4')[source]

Store configuration settings for an Experiment

This stores the current configuration of a :class:~qiskit_experiments.framework.BaseExperiment` and can be used to reconstruct the experiment using either the experiment() property if the experiment class type is currently stored, or the :meth:~qiskit_experiments.framework.BaseExperiment.from_config` class method of the appropriate experiment.

Attributes

Methods

ExperimentConfig.experiment()

Return the experiment constructed from this config.