Skip to content

Commit 72f7b11

Browse files
committed
laser docu: Add intro text
1 parent a89da45 commit 72f7b11

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

docs/source/models/lasers.rst

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Analytic Expressions for the 3D Laser Profiles
66
.. sectionauthor:: Klaus Steiniger
77

88

9+
Among others, PIConGPU offers the ``GaussianPulse`` and ``DispersivePulse`` profiles to model complex, Gaussian-like laser pulse profiles in simulations.
10+
11+
The ``GaussianPulse`` profile allows modelling standard Gaussian pulses defined by a Gaussian distribution of laser energy along the longitudinal and transverse directions.
12+
Furthermore, it allows including higher-order transverse modes via Laguerre-Gaussian modes [Pausch2022]_.
13+
14+
The ``DispersivePulse`` profile allows modelling standard Gaussian pulses which feature dispersions, i.e. frequency specific modifications of the laser's spectral phase, up to third order.
15+
That is, time delay (TD), angular dispersion (AD), group-delay dispersion (GDD), and third-order dispersion (TOD) are self-consistently taken into account in the propagation of these pulses.
16+
The profile assumes a gaussian shape for the laser's spectrum.
17+
However, the electric field values in time domain are computed from the field's values in frequency domain by a discrete Fourier transform.
18+
Therefore, it is possible to use any other shape of the laser's spectrum by modifying the profile's source code.
19+
920
A very concise description of the equations used in the ``GaussianPulse`` and ``DispersivePulse`` profiles are provided in the following.
1021
Please also refer to the in-code documentation of these and the other profiles in order to obtain more profile-specific information.
1122

@@ -206,13 +217,19 @@ In that case
206217
207218
References
208219
----------
209-
.. [Steiniger2024]
210-
K. Steiniger et al.
211-
*Distortions in focusing laser pulses due to spatio-temporal couplings: an analytic description*,
212-
High Power Laser Science and Engineering 12 (2024).
213-
https://doi.org/10.1017/hpl.2023.96
220+
.. [Pausch2022]
221+
R. Pausch et al.
222+
*Modeling Beyond Gaussian Laser Pulses in Particle-in-Cell Simulations - The Impact of Higher Order Laser Modes*
223+
2022 IEEE Advanced Accelerator Concepts Workshop (AAC), Long Island, NY, USA (2022).
224+
https://doi.org/10.1109/AAC55212.2022.10822876
214225
215226
.. [Siegman1986]
216227
Siegman, Anthony E.
217228
*Lasers*,
218229
University science books (1986).
230+
231+
.. [Steiniger2024]
232+
K. Steiniger et al.
233+
*Distortions in focusing laser pulses due to spatio-temporal couplings: an analytic description*,
234+
High Power Laser Science and Engineering 12 (2024).
235+
https://doi.org/10.1017/hpl.2023.96

0 commit comments

Comments
 (0)