-
Notifications
You must be signed in to change notification settings - Fork 94
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
How to use interchange to save espaloma parameterized system? #1824
Comments
The short answer, and one I expect will get things working for you now, is here. You can still control bond constraints at runtime in the MDP file. A more thorough solution would involve allowing the GROMACS writer to write topological bonds that are missing physical interactions. The simple cases seem easy enough but I haven't thought through the trickier cases or written up this behavior. I expect that'll happen in the future but I wouldn't count on it happening immediately. |
Thanks @mattwthompson
to
I still get the same error. |
I understand now. The value of rigidWater also needs to be set to False.
Thanks for the help. |
Hmm ... I'm glad you were able to get it to work but it'd be great if there was a was to use unconstrained bonds and rigid water since TIP3P and its variants are not flexible water models. |
That's true. |
Usually people use SETTLE or something like it: https://manual.gromacs.org/current/reference-manual/algorithms/constraint-algorithms.html#settle |
Hello.
I am trying to save an espaloma parameterized system in gromacs format to run the simulations using gromacs.
I posted this issue earlier on espaloma repo choderalab/espaloma#145.
I tried the following script
But I get the following error
I have tried for multiple systems and I always get an error due to missing bond parameters but the simulations run fine.
What am I doing wrong?
I would be grateful for any suggestions.
Amin.
The text was updated successfully, but these errors were encountered: