File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/picongpu/include/fields/laserProfiles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ namespace picongpu
51
51
* not zero, the integral over the volume will only vanish if the plateau length is
52
52
* a multiple of the wavelength.
53
53
* 2) Since we define our envelope by a sigma of the laser intensity,
54
- * tau = PULSE_LENGTH / sqrt(2)
54
+ * tau = PULSE_LENGTH * sqrt(2)
55
55
*/
56
56
namespace laserPlaneWave
57
57
{
@@ -72,7 +72,7 @@ namespace picongpu
72
72
const double mue = 0.5 * RAMP_INIT * PULSE_LENGTH;
73
73
74
74
const double w = 2.0 * PI * f;
75
- const double tau = PULSE_LENGTH / sqrt ( 2.0 );
75
+ const double tau = PULSE_LENGTH * sqrt ( 2.0 );
76
76
77
77
const double endUpramp = mue;
78
78
const double startDownramp = mue + LASER_NOFOCUS_CONSTANT;
You can’t perform that action at this time.
0 commit comments