Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix partial_tempering with new gromacs #337

Closed
GiovanniBussi opened this issue Feb 2, 2018 · 0 comments
Closed

Fix partial_tempering with new gromacs #337

GiovanniBussi opened this issue Feb 2, 2018 · 0 comments
Assignees

Comments

@GiovanniBussi
Copy link
Member

As I realized now reading GROMACS manual, GROMACS changed the way wildcards in dihedrals are processed.

  • Up to 5.1.3, the rule was to accept the first match
  • In more recent versions, the rule is to accept the match with the lowest number of wildcards.

The partial_tempering.sh script should be fixed to implement the new rule. By the way, the new rule makes also more sense to me.

Notice that this problem should be easy to detect by comparing energies obtained with scaling factor 1.0 and energies obtained with the original topology, and nobody reported it, so it might be not important in practical cases.

@GiovanniBussi GiovanniBussi self-assigned this Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant