GROMACS version:2018
GROMACS modification: Yes/No
Hello all ,
I am running a simulation for protein membrane system . I added the ligand molecule to the system , for which I created the forcefiled parameters in antechamber . I am using the charmm36 forcefield for the membrane protein system . Then I added the forcefiled of the molecule as .itp file and modified the topology.top file of the system . But when I am ruuning the simulation , the minimization goes well , but when the nvt equillibration starts , I am getting the error and creation of many new .pdb files Too many LINCS warnings (1006)
If you know what you are doing you can adjust the lincs warning threshold in
your mdp file
or set the environment variable GMX_MAXCONSTRWARN to -1,
but normally it is better to fix the problem
" . Can you please check , if I have incorporated the .itp file correctly and modified the topology.top file in the right manner .
topol.top (1.2 KB)
and my .itp file of the molecule looks like this ,
; UNL_GMX.top created by acpype (v: 2022.7.21) on Thu Mar 28 22:16:28 2024
[ moleculetype ]
;name nrexcl
UNL 3
[ atoms ]
; nr type resi res atom cgnr charge mass ; qtot bond_type
1 CT 1 UNL C 1 -0.100000 12.01000 ; qtot -0.100
2 HC 1 UNL H1 2 0.076700 1.00800 ; qtot -0.023
3 HC 1 UNL H2 3 0.076700 1.00800 ; qtot 0.053
4 HC 1 UNL H3 4 0.076700 1.00800 ; qtot 0.130
5 As 1 UNL AS 5 0.141500 74.92000 ; qtot 0.272
6 OH 1 UNL O1 6 -0.541400 16.00000 ; qtot -0.270
7 HO 1 UNL H4 7 0.405600 1.00800 ; qtot 0.136
8 OH 1 UNL O 8 -0.541400 16.00000 ; qtot -0.406
9 HO 1 UNL H 9 0.405600 1.00800 ; qtot 0.000
[ bonds ]
; ai aj funct r k
1 2 1 1.0900e-01 2.8451e+05 ; C - H1
1 3 1 1.0900e-01 2.8451e+05 ; C - H2
1 4 1 1.0900e-01 2.8451e+05 ; C - H3
1 5 1 1.5100e-01 2.7196e+05 ; C - AS
5 6 1 1.3390e-01 3.5146e+05 ; AS - O1
5 8 1 1.3390e-01 3.5146e+05 ; AS - O
6 7 1 9.6000e-02 4.6442e+05 ; O1 - H4
8 9 1 9.6000e-02 4.6442e+05 ; O - H
[ pairs ]
; ai aj funct
1 7 1 ; C - H4
1 9 1 ; C - H
2 6 1 ; H1 - O1
2 8 1 ; H1 - O
3 6 1 ; H2 - O1
3 8 1 ; H2 - O
4 6 1 ; H3 - O1
4 8 1 ; H3 - O
6 9 1 ; O1 - H
7 8 1 ; H4 - O
[ angles ]
; ai aj ak funct theta cth
1 5 6 1 1.1516e+02 5.8576e+02 ; C - AS - O1
1 5 8 1 1.1516e+02 5.8576e+02 ; C - AS - O
2 1 3 1 1.0950e+02 2.9288e+02 ; H1 - C - H2
2 1 4 1 1.0950e+02 2.9288e+02 ; H1 - C - H3
2 1 5 1 1.1036e+02 3.7656e+02 ; H1 - C - AS
3 1 4 1 1.0950e+02 2.9288e+02 ; H2 - C - H3
3 1 5 1 1.1036e+02 3.7656e+02 ; H2 - C - AS
4 1 5 1 1.1036e+02 3.7656e+02 ; H3 - C - AS
5 6 7 1 1.0763e+02 4.1840e+02 ; AS - O1 - H4
5 8 9 1 1.0763e+02 4.1840e+02 ; AS - O - H
6 5 8 1 1.1433e+02 6.2760e+02 ; O1 - AS - O
[ dihedrals ] ; propers
; for gromacs 4.5 or higher, using funct 9
; i j k l func phase kd pn
1 5 6 7 9 180.00 4.39320 2 ; C- AS- O1- H4
1 5 8 9 9 180.00 4.39320 2 ; C- AS- O- H
2 1 5 6 9 0.00 0.00000 0 ; H1- C- AS- O1
2 1 5 8 9 0.00 0.00000 0 ; H1- C- AS- O
3 1 5 6 9 0.00 0.00000 0 ; H2- C- AS- O1
3 1 5 8 9 0.00 0.00000 0 ; H2- C- AS- O
4 1 5 6 9 0.00 0.00000 0 ; H3- C- AS- O1
4 1 5 8 9 0.00 0.00000 0 ; H3- C- AS- O
6 5 8 9 9 180.00 4.39320 2 ; O1- AS- O- H
7 6 5 8 9 180.00 4.39320 2 ; H4- O1- AS- O
#ifdef AR_mol
[ position_restraints ]
1 1 AR_mol AR_mol AR_mol
5 1 AR_mol AR_mol AR_mol
6 1 AR_mol AR_mol AR_mol
8 1 AR_mol AR_mol AR_mol
#endif