aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/running_cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-07-28 15:09:27 -0700
committerGravatar GitHub <noreply@github.com> 2020-07-28 15:09:27 -0700
commitdced7f03c3b451e126dc042652fdd929adfa1e1e (patch)
treef644147225a4727880d5138af09bad9c71741e30 /Docs/source/running_cpp
parent53c6198b12e3e7487d54858e22ff337fc0a75c29 (diff)
downloadWarpX-dced7f03c3b451e126dc042652fdd929adfa1e1e.tar.gz
WarpX-dced7f03c3b451e126dc042652fdd929adfa1e1e.tar.zst
WarpX-dced7f03c3b451e126dc042652fdd929adfa1e1e.zip
Docs: Hint FWHM_I in Gaussian Beam (#1215)
Hint that the pulse length in theory is not the pulse length measured in experiments (and how to translate).
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r--Docs/source/running_cpp/parameters.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst
index c3759260e..a68a058f5 100644
--- a/Docs/source/running_cpp/parameters.rst
+++ b/Docs/source/running_cpp/parameters.rst
@@ -717,7 +717,7 @@ Laser initialization
* ``<laser_name>.profile_duration`` (`float` ; in seconds)
- The duration of the laser, defined as :math:`\tau` below:
+ The duration of the laser pulse, defined as :math:`\tau` below:
- For the ``"gaussian"`` profile:
@@ -725,6 +725,8 @@ Laser initialization
E(\boldsymbol{x},t) \propto \exp\left( -\frac{(t-t_{peak})^2}{\tau^2} \right)
+ Note that :math:`\tau` relates to the full width at half maximum (FWHM) of *intensity*, which is closer to pulse length measurements in experiments, as :math:`\tau = \mathrm{FWHM}_I / \sqrt{2\ln(2)}` :math:`\approx \mathrm{FWHM}_I / 1.174`.
+
- For the ``"harris"`` profile:
.. math::