-
Notifications
You must be signed in to change notification settings - Fork 1
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
KIMMDY has problems with molecules that are not in amberff99sb #359
Comments
|
How about we write a tool that tries to find the radicals and have a csv file or list of atom nrs as option in the config file? |
Could we have a single residuetypes file that has includes instead of a list of residuetypes files? |
kimmdy could, since we use the same parser for rtp as for top and itp files, but I don't know if gromacs handles those differently. |
maybe gromacs just reads all the |
Fixed in #360 |
refactor reintroduced error when handling non-amber molecules
will check whether |
relates to #404 |
At least two areas in the code still need information from aberff99sb:
aminoacids.rtp
to use the residuetypes (e.g. for a partial charge lookup after a binding event)One can get around most (all?) issues by manually editing the topology and aminoacids.rtp file but it would be much more convenient to rewrite those parts.
Proposed solution for 1:
or - find ways to do all the tasks without using residuetypes
Proposed solution for 2:
Opinions/Ideas @KRiedmiller @jmbuhr ?
The text was updated successfully, but these errors were encountered: