You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/models/lasers.rst
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ Analytic Expressions for the 3D Laser Profiles
6
6
.. sectionauthor:: Klaus Steiniger
7
7
8
8
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
+
9
20
A very concise description of the equations used in the ``GaussianPulse`` and ``DispersivePulse`` profiles are provided in the following.
10
21
Please also refer to the in-code documentation of these and the other profiles in order to obtain more profile-specific information.
11
22
@@ -206,13 +217,19 @@ In that case
206
217
207
218
References
208
219
----------
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
214
225
215
226
.. [Siegman1986]
216
227
Siegman, Anthony E.
217
228
*Lasers*,
218
229
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).
0 commit comments