diff options
-rw-r--r-- | Docs/source/usage/parameters.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst index 81ed1c5d2..2171fd074 100644 --- a/Docs/source/usage/parameters.rst +++ b/Docs/source/usage/parameters.rst @@ -1022,7 +1022,10 @@ Particle initialization * ``<species>.do_classical_radiation_reaction`` (`int`) optional (default `0`) Enables Radiation Reaction (or Radiation Friction) for the species. Species must be either electrons or positrons. Boris pusher must be used for the - simulation + simulation. If both ``<species>.do_classical_radiation_reaction`` and + ``<species>.do_qed_quantum_sync`` are enabled, then the classical module + will be used when the particle's chi parameter is below ``qed_qs.chi_min``, + the discrete quantum module otherwise. * ``<species>.do_qed_quantum_sync`` (`int`) optional (default `0`) Enables Quantum synchrotron emission for this species. |