GROMACS version:
GROMACS modification: No
How do I remove all forces (bond stretch, bending, dihedral, LJ occurs internally etc.) for one solute molecule while keeping the LJ interaction on for solute and solvent molecule?
And related question What does following line (in [moleculatype] section) does to simulation? My naive understanding is following line will eliminate all non bonded interaction to make LJ and rescaling it to zero interaction. However, I do not think this will eliminate physically connected bonds and angles including dihedral (less than 3 atoms away). Yes for listed 1-4 interactions in topol.top only?
; nbfunc comb-rule gen-pairs fudgeLJ fudgeQQ
1 1 yes 0.0 0.0
This line still gives me some energy to isolated molecule so I think I am wrong in my interpretation.
Is this remove the rest of the intra-molecular forces?
;NAME nrexcel
Protein_Chain_A. 5
Alternatively, I saw the Freeze group option in The Group Concept (p15 in manual). I do not understand how to use this option. Any example would be greatly appreciated. Can I use this for the entire solute molecule? If so, how do I implemented?
I tried to add these line to M.mdp file
freezegrps = Protein
freezedim = Y Y Y
for this option, it crashes at first line at terminal
gmx_d grompp -f M.mdp -c G.gro -r G.gro -p topol.top -n G.ndx -o em.tpr
gmx_d mdrun -v -deffnm em
Thank you very much.