Skip to content

Commit

Permalink
Update gaussian_profile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huixingjian authored Dec 19, 2024
1 parent 44c2421 commit d4200f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lasy/profiles/gaussian_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ class GaussianProfile(Profile):
phi2 : float (in second^2), optional (default: '0')
The group-delay dispersion defined as:
.. math::
.. math::
\phi^{(2)} = \frac{dt_0}{d\omega}
beta : float (in second), optional (default: '0')
The angular dispersion defined as:
.. math::
.. math::
\beta = \frac{d\theta_0}{d\omega}
Here :math:`\theta_0` is the propagation angle of this component.
zeta : float (in meter * second), optional (default: '0')
A spatial chirp defined as:
.. math::
.. math::
\zeta = \frac{dx_0}{d\omega}
Expand Down

0 comments on commit d4200f4

Please sign in to comment.