Skip to content

Mismatch in the fraction of accepted translation move with two different Hoomd Versions #1997

Answered by joaander
hrithiknandy asked this question in Support
Discussion options

You must be logged in to vote

You should not expect software with different major revisions to behave the same: https://semver.org/

In this case, the relevant change is that HOOMD-blue >=3.0 (released more than 4 years ago) reports the total number of trial moves from the start of the call to run.

Without knowing how you generated those log files, I can only guess that your 4.8.1 results are plotting the average acceptance from step 0 to step T as a function of T. You should instead log the total number of translation moves and post-process that log to compute windowed averages of the acceptance with your preferred window width. For example: (total_accepted(T) - total_accepted(T-width)) / (total_moves(T) - total_moves…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hrithiknandy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants