def GetTemperature(self): """Calculate instantaneous kinetic temperature [K] of system.""" energy.GetTemperature(self)
def GetTemperature(self): """Calculate instantaneous kinetic temperature [K] of system.""" self.temperature = energy.GetTemperature(self.e_kinetic, self.n_atoms)