Topology include file "./amber14sb_OL15.ff/forcefield.itp" not found

GROMACS version: 2020
GROMACS modification: Yes/No
Here post your question

Hi

When I tried to run the follwing command to add the ions to neutralize the system
gmx grompp -f ions.mdp -c protein_solv.gro -p topol.top -o ions.tpr

I am always getting this error, I am sure all files are in the same directory

Fatal error:
Topology include file “./amber14sb_OL15.ff/forcefield.itp” not found

do I need to write a special mdp file for my system ?

Thanks

it says you dont have that particular file in the directory.

Hi,

the problem is that the force field files are not in the directory defined in the topology file.
At begin of topol.top you have defined the path where force field files are using #include"…", check that the path is correct.

My suggestion is to put always the full path for the force field files to avoid problems when the location of topol.top changes.

Kind regards
Alessandra

1 Like