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.

FineFrequencyCal.update_calibrations

FineFrequencyCal.update_calibrations(experiment_data)[source]

Update the qubit frequency based on the measured angle deviation.

The frequency of the qubit is updated according to

..math:

f \to f - \frac{{\rm d}\theta}{2\pi\tau{\rm d}t}

Here, dθ is the measured angle error from the fit. The duration of the single qubit-gate is τ in samples and dt is the duration of a sample. This is also the duration of the time unit dt of the delay.