Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-shalloo committed Feb 24, 2025
1 parent 6c0c968 commit 6748491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/api/profiles/transverse/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Transverse Laser Profiles
super_gaussian_profile
jinc_profile
transverse_profile_from_data
flattened_gaussian
2 changes: 1 addition & 1 deletion lasy/profiles/transverse/flattened_gaussian_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class FlattenedGaussianTransverseProfile(TransverseProfile):
E(x,y,z=\infty) \propto
\exp\left(-\frac{(N+1)r^2}{w(z)^2}\right)
\sum_{n=0}^N \frac{1}{n!}\left(\frac{(N+1)\,r^2}{w(z)^2}\right)^n
\mathrm{with} \qquad w(z) = \frac{\lambda_0}{\pi w0}|z-z_{foc}|
- Note that a beam defined using the near field definition would be equivalent to a beam defined with
Expand Down

0 comments on commit 6748491

Please sign in to comment.