Skip to content

Commit cf63b43

Browse files
author
Stefan Tietze
committed
Fix: FWHM factor
1 parent ebb77a2 commit cf63b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/picongpu/include/fields/laserProfiles/laserWavepacket.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ HINLINE float3_X laserLongitudinal(uint32_t currentStep, float_X& phase)
5959
const double endUpramp = -0.5 * LASER_NOFOCUS_CONSTANT;
6060
const double startDownramp = 0.5 * LASER_NOFOCUS_CONSTANT;
6161

62-
const double tau = PULSE_LENGTH / sqrt(2.0);
62+
const double tau = PULSE_LENGTH * sqrt(2.0);
6363

6464
double correctionFactor = 0.0;
6565

0 commit comments

Comments
 (0)