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,
is the measured angle error from the fit. The duration of the single qubit-gate is in samples and is the duration of a sample. This is also the duration of the time unitdt
of the delay.