Skip to content

Commit

Permalink
Verbatim
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Feb 20, 2025
1 parent bfa2cdd commit 0a6fd03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/usage/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Initial Beam Distributions
bunch charge

* ``beam.current`` (``float``, in A)
beam current, used only if space_charge_model = "2D"
beam current, used only if ``algo.space_charge_model = "2D"``

* ``beam.particle`` (``string``)
particle type: currently either ``electron``, ``positron`` or ``proton``
Expand Down Expand Up @@ -835,11 +835,11 @@ Multigrid-specific numerical options:

* ``2D``: Space charge forces are computed in the plane ``(x,y)`` transverse to the reference particle velocity, assuming the beam is long and unbunched.

Currently, this model is supported only in evelope mode (when algo.track = "envelope").
Currently, this model is supported only in envelope mode (when ``algo.track = "envelope"``).

* ``3D``: Space charge forces are computed in three dimensions, assuming the beam is bunched.

Currently, this model is supported only in particle mode (when algo.track = "particles").
Currently, this model is supported only in particle mode (when ``algo.track = "particles"``).


.. _running-cpp-parameters-collective-csr:
Expand Down

0 comments on commit 0a6fd03

Please sign in to comment.