Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2024
1 parent 2b4e9e2 commit 7fd3c84
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 @@ -65,20 +65,20 @@ class GaussianProfile(Profile):
phi2 : float (in second^2), optional (default: '0')
The group-delay dispersion defined as:
.. math::
\phi^{(2)} = \frac{dt_0}{d\omega}
beta : float (in second), optional (default: '0')
The angular dispersion defined as:
.. 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::
\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 7fd3c84

Please sign in to comment.