diff options
author | 2022-07-29 20:29:55 +0200 | |
---|---|---|
committer | 2022-07-29 18:29:55 +0000 | |
commit | c1144c9802e6a2b75323f80ff925b37910f1c350 (patch) | |
tree | ed1862083c9337a4017ad6df8786a0e91e85cffb /Docs/source/usage | |
parent | 842a3b63ea530d88ce83453cc43a275a40daac7d (diff) | |
download | WarpX-c1144c9802e6a2b75323f80ff925b37910f1c350.tar.gz WarpX-c1144c9802e6a2b75323f80ff925b37910f1c350.tar.zst WarpX-c1144c9802e6a2b75323f80ff925b37910f1c350.zip |
Remove duplicated parameter <species_name>.x/y/z_rms in parameters docs (#3268)
Diffstat (limited to 'Docs/source/usage')
-rw-r--r-- | Docs/source/usage/parameters.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst index 60204b3bd..2d0125201 100644 --- a/Docs/source/usage/parameters.rst +++ b/Docs/source/usage/parameters.rst @@ -635,7 +635,6 @@ Particle initialization ``<species_name>.npart`` (number of particles in the beam), ``<species_name>.x/y/z_m`` (average position in `x/y/z`), ``<species_name>.x/y/z_rms`` (standard deviation in `x/y/z`), - ``<species_name>.x/y/z_rms`` (standard deviation in `x/y/z`), ``<species_name>.x/y/z_cut`` (optional, particles with ``abs(x-x_m) > x_cut*x_rms`` are not injected, same for y and z. ``<species_name>.q_tot`` is the charge of the un-cut beam, so that cutting the distribution is likely to result in a lower total charge), and optional argument ``<species_name>.do_symmetrize`` (whether to symmetrize the beam in the x and y directions). |