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