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.
1 parent 79ee8cb commit 3ad4006Copy full SHA for 3ad4006
py/orbit/bunch_utils/collect_bunch.py
@@ -54,7 +54,7 @@ def collect_bunch(
54
BunchDict structure:
55
{
56
"coords": NDArray[np.float64] of shape (N, 6) where N is the total number of macroparticles,
57
- and the 6 columns correspond to [x, xp, y, yp, z, dE] in units of [m, rad, m, rad, m, eV], respectively.
+ and the 6 columns correspond to [x, xp, y, yp, z, dE] in units of [m, rad, m, rad, m, GeV], respectively.
58
"sync_part": {
59
"coords": NDArray[np.float64] of shape (3,),
60
"kin_energy": np.float64,
0 commit comments