We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e0bfd4 + b45c0b2 commit 229b809Copy full SHA for 229b809
pysixtrack/particles.py
@@ -16,7 +16,7 @@ class Particles(object):
16
17
s [m] Reference accumulated pathlength
18
x [m] Horizontal offset
19
- px [1] Px / (m/m0 * p0c)
+ px [1] Px / (m/m0 * p0c) = beta_x gamma /(beta0 gamma0)
20
y [m Vertical offset]
21
py [1] Py / (m/m0 * p0c)
22
delta [1] Pc / (m/m0 * p0c) - 1
@@ -33,9 +33,9 @@ class Particles(object):
33
energy0 [eV] refernece energy
34
gamma0 [1] reference relativistic gamma
35
beta0 [1] reference relativistix beta
36
- chi [1]
+ chi [1] q/ q0 * m0/m = qratio / mratio
37
mratio [1] mass/mass0
38
- qratio [1]
+ qratio [1] q / q0
39
partid int
40
turn int
41
state int
0 commit comments