Skip to content

Commit

Permalink
Add symplectic warning in app element documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored Jan 13, 2025
1 parent aff0764 commit c8ac06c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/usage/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ Lattice Elements
The matrix :math:`R` multiplies the phase space vector :math:`(x,px,y,py,t,pt)`, where coordinates :math:`(x,y,t)` have units of m
and momenta :math:`(px,py,pt)` are dimensionless. So, for example, :math:`R(1,1)` is dimensionless, and :math:`R(1,2)` has units of m.

This requires these additional parameters:
The internal tracking methods used by ImpactX are symplectic. However, if a user-defined linear map :math:`R` is provided, it is up to the user to ensure that the matrix :math:`R` is symplectic. Otherwise, this condition may be violated.

This element requires these additional parameters:

* ``<element_name>.R(i,j)`` (``float``, ...) matrix entries
a 1-indexed, 6x6, linear transport map to multiply with the the phase space vector :math:`x,px,y,py,t,pt`.
Expand Down

0 comments on commit c8ac06c

Please sign in to comment.