Skip to content

Commit

Permalink
[mini] Add documentation for laser polarization input parameter (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxThevenet authored Dec 19, 2024
1 parent 9b84317 commit 49dc5f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/run/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,11 @@ Parameters starting with ``lasers.`` apply to all laser pulses, parameters start
The names of the laser pulses, separated by a space.
To run without a laser, choose the name ``no_laser``.

* ``lasers.polarization`` (`linear` or `circular`) optional (default `linear`)
Polarization of the laser pulse.
The ponderomotive force is 2x larger in circular polarization than in linear polarization.
Note that the envelope of the vector potential stored in arrays is independent on the polarization, such that the energy is actually 2x higher in circular polarization than in linear polarization.

* ``lasers.use_phase`` (`bool`) optional (default `true`)
Whether the phase terms (:math:`\theta` in Eq. (6) of [C. Benedetti et al. Plasma Phys. Control. Fusion 60.1: 014002 (2017)]) are computed and used in the laser envelope advance. Keeping the phase should be more accurate, but can cause numerical issues in the presence of strong depletion/frequency shift.

Expand Down

0 comments on commit 49dc5f7

Please sign in to comment.