Skip to content

Commit

Permalink
Added a few missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
TsafrirA committed May 25, 2023
1 parent 3f75b0d commit eb9c907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiskit/pulse/library/symbolic_pulses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ def Sin(
.. math::
f(x) = \\text{A}\\sin\\left(2\\pi\text{freq}x+\\text{phase}\\right) , 0 <= x < duration
f(x) = \\text{A}\\sin\\left(2\\pi\\text{freq}x+\\text{phase}\\right) , 0 <= x < duration
where :math:`\\text{A} = \\text{amp} \\times\\exp\\left(i\\times\\text{angle}\\right)`.
Expand Down Expand Up @@ -1517,7 +1517,7 @@ def Cos(
.. math::
f(x) = \\text{A}\\cos\\left(2\\pi\text{freq}x+\\text{phase}\\right) , 0 <= x < duration
f(x) = \\text{A}\\cos\\left(2\\pi\\text{freq}x+\\text{phase}\\right) , 0 <= x < duration
where :math:`\\text{A} = \\text{amp} \\times\\exp\\left(i\\times\\text{angle}\\right)`.
Expand Down Expand Up @@ -1655,7 +1655,7 @@ def Triangle(
.. math::
f(x) = \\text{A}\\left[\\text{sawtooth}\\left(x\\right)right] , 0 <= x < duration
f(x) = \\text{A}\\left[\\text{sawtooth}\\left(x\\right)\\right] , 0 <= x < duration
where :math:`\\text{A} = \\text{amp} \\times\\exp\\left(i\\times\\text{angle}\\right)`,
and :math:`\\text{sawtooth}\\left(x\\right)` is a sawtooth wave with the same frequency
Expand Down

0 comments on commit eb9c907

Please sign in to comment.