-
Notifications
You must be signed in to change notification settings - Fork 15
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
[BUG] Water molecule coordinates are setting to (0,0,0) (reposting) #148
Comments
Thanks for reposting.
Ah, yes, I hadn't checked. It looks like I have forgotten to swap the water topology naming in the gro file within |
Okay, I've made some updates to allow the user to disable the water topology matching if desired, which it what we want if they are just writing to file. Looking at the GRO format specification here it is indeed fixed-width. This is why the coordinates were not being parsed correctly. It's hard to add error handling here, since the information is in the file, just in the wrong place. |
I have another question respect to the preservation of the names after solvate. I know that the water molecules must be continue. If that is the case. Could not be added the same kind of parameters ( |
Yes, this should be possible, but might be a bit tricky. Crystal waters are hard to deal with in general since they aren't always present as separate molecules (see, e.g. #141) and sometimes only appear as oxygen atoms. In order to create a solvent box correctly and for |
I am re-posting issue 427 here for future discussion as @lohedges requested.
The text was updated successfully, but these errors were encountered: