Closed wwang2 closed 6 years ago
This test was originally developed under gromacs 4.5.3, when the ffoplsaa.itp file was a top-level file in the gromacs force field directory. You can edit line #1 in methanol.top to read:
#include "oplsaa.ff/forcefield.itp"
and it should work in gromacs 5.1. I've committed the change here as well so any new pulls from the repository will be gromacs 5.x compatible.
Solved. That was easy. Thanks !!
I have question , related to the same error what if i am not using OPLS force field?
The algorithm can work with any force field, it does not have to be OPLS. The force-matching algorithm uses whatever forces are present in the trajectory, regardless of the force field used.
I have a problem running AA simulation for the 1-site methanol example, it is a GROMACS error. I have just started to try to play with BOCS, but I am really new to GROMACS.
When I issue the command
grompp -f methanol.mdp -c methanol.gro -p methanol.top -o methanol.tpr
It produces the following error:
Hope this is the right place to bring this issue up.