Module four_momentum

Source
Expand description

§Four-Momentum

This module contains a helper struct, FourMomentum, which contains useful methods and manipulations for physics four-vectors representing momentum coordinates. In particular, this struct has the same layout as a [Field; 4] with components identified as $(E, p_x, p_y, p_z)$.

Structs§

FourMomentum
Struct which holds energy and three-momentum as a four-vector.