diff options
author | 2019-10-17 14:58:45 -0700 | |
---|---|---|
committer | 2019-10-17 14:58:45 -0700 | |
commit | e69b69a05b0e1c9f67320fa080910fad34fa804d (patch) | |
tree | 98a551518d23ff01003360112915565f7b6d3482 /Docs/source/running_cpp | |
parent | dd293f5f3a6b1a0aaa1ed8784aba99c37b5c4a7b (diff) | |
download | WarpX-e69b69a05b0e1c9f67320fa080910fad34fa804d.tar.gz WarpX-e69b69a05b0e1c9f67320fa080910fad34fa804d.tar.zst WarpX-e69b69a05b0e1c9f67320fa080910fad34fa804d.zip |
Fixed changes noted on PR comments.
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 10028ed41..24296d22d 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -386,9 +386,9 @@ Particle initialization 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** -* ``E_external & B_external`` (list of `float`) optional (default `0.0`) - Two seperate paramters which add a uniform E-field or B-field to each particle - which is then added to the field values gathered from the grid in the +* ``warpx.E_external`` & ``warpx.B_external`` (list of `float`) optional (default `0.0`) + Two separate parameters which add a uniform E-field or B-field to each particle + which is then added to the field values gathered from the grid in the PIC cycle. Laser initialization |