We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b907fdc commit bf1e7afCopy full SHA for bf1e7af
InputNamelist.py
@@ -87,7 +87,7 @@
87
#laser_fwhm_field = 25.5*math.sqrt(2)*fs # laser FWHM duration in field, i.e. FWHM duration in intensity*sqrt(2)
88
#laser_waist = 12*um # laser waist, conversion from um
89
#x_center_laser = Lx-1.7*c_normalized*laser_fwhm_field # laser position at the start of the simulation
90
-#x_focus_laser = (x_center_laser+0.1*laser_fwhm_field) # laser focal plane position
+#x_focus_laser = (x_center_laser+0.1*c_normalized*laser_fwhm_field) # laser focal plane position
91
#a0 = 2.3 # laser peak field, normalized by E0 defined above
92
93
### Define a Gaussian bunch with Gaussian temporal envelope
0 commit comments