GaussianDragCorrection
- class qililab.GaussianDragCorrection(amplitude, duration, num_sigmas, drag_coefficient)
Bases:
GaussianCalculates the first order drag correction of the imaginary (Ey) channel of a drive pulse. See https://arxiv.org/abs/0901.0534 (10).
So far only implemented for Gaussian pulses.
- Parameters:
drag_coefficient (
float) – drag coefficientwaveform (
Waveform) – waveform on which the drag transformation is calculated
Attributes Summary
Methods Summary
envelope([resolution])Returns the envelope corresponding to the drag correction.
Get the duration of the waveform.
Attributes Documentation
Methods Documentation