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
@@ -1017,6 +1017,11 @@ Parameters starting with ``lasers.`` apply to all laser pulses, parameters start
1017
1017
The laser pulse is injected in the HiPACE++ simulation so that the beginning of the temporal profile from the file corresponds to the head of the simulation box, and time (in the file) is converted to space (HiPACE++ longitudinal coordinate) with ``z = -c*t + const``.
1018
1018
If this parameter is set, then the file is used to initialize all lasers instead of using a gaussian profile.
1019
1019
1020
+
* ``<laser name>.lambda0`` (`float`) optional (default `<read from file>`)
1021
+
Wavelength of the laser pulses. Currently, all pulses must have the same wavelength.
1022
+
The wavelength is already read in from the metadata of the openPMD file,
1023
+
however it can be overwritten using this parameter.
0 commit comments