aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/running_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r--Docs/source/running_cpp/parameters.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst
index c45891531..bf4bc095f 100644
--- a/Docs/source/running_cpp/parameters.rst
+++ b/Docs/source/running_cpp/parameters.rst
@@ -373,6 +373,20 @@ Particle initialization
species (must be smaller than the atomic number of chemical element given
in `physical_element`).
+* ``<species>.do_qed`` (`int`) optional (default `0`)
+ If `<species>.do_qed = 0` all the QED effects are disabled for this species.
+ If `<species>.do_qed = 1` QED effects can be enabled for this species (see below)
+ **Implementation of this feature is in progress. It requires to compile with QED=TRUE**
+
+* ``<species>.do_qed_quantum_sync`` (`int`) optional (default `0`)
+ It only works if `<species>.do_qed = 1`. Enables Quantum synchrotron emission for this species.
+ **Implementation of this feature is in progress. It requires to compile with QED=TRUE**
+
+* ``<species>.do_qed_breit_wheeler`` (`int`) optional (default `0`)
+ It only works if `<species>.do_qed = 1`. Enables non-linear Breit-Wheeler process for this species.
+ **Implementation of this feature is in progress. It requires to compile with QED=TRUE**
+
+
Laser initialization
--------------------