Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent 46a0f5d commit 697661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ This module provides elements for the accelerator lattice.
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.

The internal tracking methods used by ImpactX are symplectic. However, if a user-defined linear map :math:`R` is provided, it is
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.

:param R: a linear transport map to multiply with the the phase space vector :math:`(x,px,y,py,t,pt)`.
Expand Down

0 comments on commit 697661b

Please sign in to comment.