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
If the simulations are carried out at 2 different temperatures, we need U, as the ratio of Boltzmann factors involved the total energy, not just the difference.
Certainly, if they are not given, this should be caught well before.
For NVT, one shouldn't need PV. I'll need to check to see how this was handled in alchemical-analysis.
Hi @harlor, welcome to alchemlyb! We're always looking for ways to improve the existing components of the library. Do you have an example dataset using NVT? It would be worthwhile to generate one, perhaps with a single molecule such as benzene, but in NVT instead of NPT. @ianmkenney, do you have a way to do this by chance?
Assuming to find values of U and pV in the second and last column can go badly wrong if they are not given.
alchemlyb/src/alchemlyb/parsing/gmx.py
Lines 49 to 61 in e5b2e58
What do you think: Should we print a warning when these columns are not given and continue with what is given or directly throw an exception?
Btw: Is it really necessary to add pV if the simulations are in NVT? Why do we add U?
The text was updated successfully, but these errors were encountered: