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/improper section #503

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Fix/improper section #503

wants to merge 4 commits into from

Conversation

ehhartmann
Copy link
Collaborator

would be nice to make use of a improper section. it exists as keyword in the top parsing but is not really used.

A topology from parmed (converted openmm topology) had only dihedral type 1 and putting dihedral and improper in separate sections would be a fast way to parse it properly.

@github-actions github-actions bot marked this pull request as draft November 6, 2024 15:02
@ehhartmann
Copy link
Collaborator Author

ehhartmann commented Nov 6, 2024

the changed snippet could also be an own method instead of adding to to parse_dihedrals()

@jmbuhr
Copy link
Collaborator

jmbuhr commented Nov 7, 2024

Does it? The gromacs topology expects improper dihedrals to be in the dihedrals section with functional type 4: https://manual.gromacs.org/current/reference-manual/topologies/topology-file-formats.html#topology-file

Or by "section" do you mean only for internal use in the kimmdy topology class?

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