Hello everyone, I am trying to simulate the protein-ligand complex with Zn ion but during solvation i am getting the following error:
Fatal error:
Syntax error - File LIG.itp, line 7
Last line read:
'[ atomtypes ] '
Invalid order for directive atomtypes
I tried many ways but not able to solve this issue
My topology file
Topology file:
; Include forcefield parameters
#include "amber03.ff/forcefield.itp"
; Include chain topologies
#include "topol_Protein_chain_A.itp"
#include "topol_Ion_chain_A2.itp"
; Include ligand topology
#include "LIG.itp"
; Include water topology
#include "amber03.ff/tip3p.itp"
#ifdef POSRES_WATER
; Position restraint for each water oxygen
[ position_restraints ]
; i funct fcx fcy fcz
1 1 1000 1000 1000
#endif
; Include topology for ions
#include "amber03.ff/ions.itp"
[ system ]
; Name
Protein in water
[ molecules ]
; Compound #mols
Protein_chain_A 1
Ion_chain_A2 1
LIG 1
SOL 27420
I also placed ligand itp file below forcefield parameters but it doesn't work. If you guys have any idea how to tackle this problem please help me. Thank you.