Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Correct documentation of Drag/LiftedDrag As discussed in qiskit-terra issue #7659, the definition of the LiftedDrag pulse was not consistent with its implementation in qiskit.pulse.library.continuous.py. One error is fixed by this PR. A remaining problem is the explicit definition of the sampler strategy. This should be fixed after/with the update of parametric pulses, qiskit-terra issue #7821. * Implement review update of #7856 - Removal of f'(x) - Added definition of g'(x) - Typos corrected 'gaussian' -> 'Gaussian' - Link to `qiskit.pulse.library.Gaussian` added * Fixing linting errors #7856 Fixed the linting errors (line too long) in lines 353, 356, and 358 of qiskit/pulse/library/parametric_pulses.py. * Replace URL link to Gaussian Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> * Removal of trailing whitespace in line 357 Moved link to Gaussian via :class: from line 358 to 357. Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit c90c176)
- Loading branch information