Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions qiskit/pulse/pulse_lib/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,14 @@ def drag(duration: int, amp: complex, sigma: float, beta: float,

If ``zero_ends == True``, the samples from :math:`g(x)` are remapped as in :meth:`gaussian`.

[1] Gambetta, J. M., Motzoi, F., Merkel, S. T. & Wilhelm, F. K.
Analytic control methods for high-fidelity unitary operations
in a weakly nonlinear oscillator. Phys. Rev. A 83, 012308 (2011).
References:
1. |citation1|_

.. _citation1: http://dx.doi.org/10.1103/PhysRevA.83.012308

.. |citation1| replace:: *Gambetta, J. M., Motzoi, F., Merkel, S. T. & Wilhelm, F. K.
"Analytic control methods for high-fidelity unitary operations
in a weakly nonlinear oscillator." Phys. Rev. A 83, 012308 (2011).*

Args:
duration: Duration of pulse. Must be greater than zero.
Expand Down