aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/running_cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-11 10:40:51 -0700
committerGravatar GitHub <noreply@github.com> 2019-10-11 10:40:51 -0700
commit46baf306dfa45a5a966452664d8f041e608711eb (patch)
tree80a14e9e2d07f0fde0ee954ee49c9fe1aabd1edb /Docs/source/running_cpp
parent3fea6d30d65967f77a3fa6d9a2322609cdd111b7 (diff)
parent9e4cb10cbd19d787852bcfbb5cd83b38497ce5a6 (diff)
downloadWarpX-46baf306dfa45a5a966452664d8f041e608711eb.tar.gz
WarpX-46baf306dfa45a5a966452664d8f041e608711eb.tar.zst
WarpX-46baf306dfa45a5a966452664d8f041e608711eb.zip
Merge pull request #344 from lucafedeli88/qed_phys_part_with_lambda
QED: now particles initialize a real component (optical depth) to be used for QED modules
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 30687244e..631036373 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
--------------------