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 8521f02 commit f16f109Copy full SHA for f16f109
py/orbit/bunch_utils/collect_bunch.py
@@ -80,7 +80,7 @@ def collect_bunch(
80
A dictionary containing the collected bunch attributes. Returns None if not on the root MPI rank or if the global bunch size is 0.
81
BunchDict structure:
82
{
83
- "coord_array": NDArray[np.float64] of shape (N, 6) where N is the total number of macroparticles,
+ "coords": NDArray[np.float64] of shape (N, 6) where N is the total number of macroparticles,
84
and the 6 columns correspond to [x, xp, y, yp, z, dE] in units of [m, rad, m, rad, m, eV], respectively.
85
"sync_part": {
86
"coords": NDArray[np.float64] of shape (3,),
0 commit comments