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

Switch to default OPLS atomtype names #317

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Conversation

ricalessandri
Copy link
Collaborator

@ricalessandri ricalessandri commented Apr 25, 2023

LigParGen assigns labels that are not used in the standard /usr/local/gromacs/share/gromacs/top/oplsaa.ff/ffnonbonded.itp even though it does not really create any new atom type that is not already listed in that ffnonbonded.itp (at least most of the times).

This PR fixes this for PEO (currently the only OPLS polymer we have in the library; at least till I finish with #276): previously, the .ff files used the LigParGen-generated atom names; now they've been re-assigned to the standard OPLS atomtype names. This should make using the model easier, since one can now simply call the GMX default OPLS:

; Include forcefield parameters
#include "oplsaa.ff/forcefield.itp"
...

Copy link
Member

@fgrunewald fgrunewald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good thinking!

@ricalessandri ricalessandri merged commit 216339d into master Apr 26, 2023
@ricalessandri ricalessandri deleted the def-oplstypes branch April 26, 2023 14:33
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

Successfully merging this pull request may close these issues.

2 participants