Drag
class qiskit.pulse.library.Drag(duration, amp, sigma, beta, angle=0.0, name=None, limit_amplitude=None)
Bases: object
The Derivative Removal by Adiabatic Gate (DRAG) pulse is a standard Gaussian pulse with an additional Gaussian derivative component and lifting applied.
It can be calibrated either to reduce the phase error due to virtual population of the state during the pulse or to reduce the frequency spectrum of a standard Gaussian pulse near the transition, reducing the chance of leakage to the state.
where is a standard unlifted Gaussian waveform, is the lifted Gaussian
waveform, and .
References
Create new pulse instance.
Parameters
- duration – Pulse length in terms of the sampling period dt.
- amp – The magnitude of the amplitude of the DRAG envelope.
- sigma – A measure of how wide or narrow the Gaussian peak is; described mathematically in the class docstring.
- beta – The correction amplitude.
- angle – The angle of the complex amplitude of the DRAG envelope. Default value 0.
- name – Display name for this pulse envelope.
- limit_amplitude – If
True
, then limit the amplitude of the waveform to 1. The default isTrue
and the amplitude is constrained to 1.
Returns
ScalableSymbolicPulse instance.
Attributes
alias
Default value: 'Drag'
Was this page helpful?
Report a bug or request content on GitHub.