diff options
author | 2019-10-11 19:53:11 -0700 | |
---|---|---|
committer | 2019-10-11 19:53:11 -0700 | |
commit | ded6dd2cb05a76e1df9ab8561148f00d5e0bd365 (patch) | |
tree | dc813a3ba2cc5eafb925cbf31498fadd0b26a275 /Docs/source/running_cpp | |
parent | 358a8aa9fc550709e0f24a202f06a696be31ae93 (diff) | |
parent | d0b0c0940205a71534b96c4649aeffd983c4f9cf (diff) | |
download | WarpX-ded6dd2cb05a76e1df9ab8561148f00d5e0bd365.tar.gz WarpX-ded6dd2cb05a76e1df9ab8561148f00d5e0bd365.tar.zst WarpX-ded6dd2cb05a76e1df9ab8561148f00d5e0bd365.zip |
Merge branch 'fix_particle_sorting' into nodal_aux_3
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 14 |
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 -------------------- |