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.

Calibrations.load_parameter_values

Calibrations.load_parameter_values(file_name='parameter_values.csv')[source]

Load parameter values from a given file into self._params.

Parameters:

file_name (str) – The name of the file that stores the parameters. Will default to parameter_values.csv.