[gmx-users] Position restraint on DPPC lipid bilayer
Sithara Perera
sithara.perera1993 at gmail.com
Fri Apr 7 07:20:23 CEST 2017
Hi!,
I' making a 512 DPPC bi-layer out of 128 bilayer available in
http://www.cgmartini.nl. The force field used is martini.
But once the energy minimization is done, the bi-layer crashes and
accumulates to globules.
So I made an position.itp file using the command
gmx genrestr -f dppc221.gro -n test.ndx -o lipid_posre.itp -fc 1000 1000
1000
And included in the topology file.
Topology file also include
include "martini_v2.0.itp"
#include "martini_v2.0_lipids.itp" from martini as well.
But then when the command
gmx grompp -f minim.mdp -c dppc221.gro -p dppc_bilayer.top -o em2.tpr
is given , following error occurs.
Fatal error:
[ file posre.itp, line 29 ]:
Atom index (25) in position_restraints out of bounds (1-24).
This probably means that you have inserted topology section
"position_restraints"
in a part belonging to a different molecule than you intended to.
In that case move the "position_restraints" section to the right molecule.
How can I fix this?
More information about the gromacs.org_gmx-users
mailing list