You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that this is the way it should be - at least for our data, the forces were saved in units of kcal/mol/aa. That being said, I think this should explicitly be mentioned in the docstring. I will make a PR about it.
Hi,
Please correct me if I'm wrong, I feel the physics unit of beta in GeometryStatistics() is incorrect.
if the following formula is used to calculate beta,
self.beta = JPERKCAL/KBOLTZMANN/AVOGADRO/self.temperature
The unit of physics constants:
KBOLTZMANN: J/K
AVOGADRO: mol^-1
temperature: K
JPERKCAL: J/kcal
J/kcal/JxKxmol/K=mol/kcal
The text was updated successfully, but these errors were encountered: