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 2d2faff commit 2b4e9e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lasy/profiles/gaussian_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +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}
Here :math:`x_0` is the beam center position.
The definitions of beta, phi2, and zeta are taken from [S. Akturk et al., Optics Express 12, 4399 (2004)].
Expand Down

0 comments on commit 2b4e9e2

Please sign in to comment.