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.
BaseCalibrationExperiment.update_calibrations¶
- BaseCalibrationExperiment.update_calibrations(experiment_data)[source]¶
Update parameter values in the
Calibrationsinstance.The default behaviour is to call the update method of the class variable
__updater__with simplistic options. Subclasses can override this method to update the instance ofCalibrationsif they require a more sophisticated behaviour as is the case for theRabiandFineAmplitudecalibration experiments.