Accuracy of gmx_MMPBSA when grabbing interval frames from a GROMACS simulation #538
Unanswered
alanjchang
asked this question in
Q&A
Replies: 1 comment
-
That depends on the stability of your trajectory. The calculation is deterministic, so you will get the same energy values for the same frames regardless of the interval. But if your trajectory is not stable, this can affect the average. Technically, the interval simply reduces the number of frames to reduce the computation time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is gmx_MMPBSA more accurate when interval = 1 in the input file, meaning that it analyzes every single of the trajectory, or is it more accurate when interval = 10 for example, so it analyzes every 10 frames. In other words, does the accuracy increase/decrease if gmx_MMPBSA only grabs every n frames vs if it grabs every frame?
Beta Was this translation helpful? Give feedback.
All reactions