SyncPartDict#

class orbit.bunch_utils.SyncPartDict[source]#

Bases: TypedDict

A dictionary containing the attributes of the synchronous particle.

coords#

The coordinates (x, px, y, py, z, dE) of the synchronous particle.

Type

NDArray[np.float64]

kin_energy#

The kinetic energy of the synchronous particle.

Type

float

momentum#

The momentum of the synchronous particle.

Type

float

beta#

The beta of the synchronous particle.

Type

float

gamma#

The gamma of the synchronous particle.

Type

float

time#

The time of the synchronous particle.

Type

float