pub fn atomistic_temperature(atoms: &[Atom], k_boltzmann: f64) -> f64
Compute the instantaneous temperature of a group of atoms via the equipartition theorem: T = 2 KE / (3 N k_B).
T = 2 KE / (3 N k_B)