|
|||||||||||||||||||||||||||||||||
AMBER Archive (2006)Subject: AMBER: how to restrain some residues in a NPT MD?
From: Zhihong Yu (computation_at_mail.nankai.edu.cn)
Dear All,
I have a system containing several protein fragments, because I extract all residues within the distance of 20A of an inhibitor, I want to do NPT MD with very weakly restraint (1.0 kcal/mol*A^2) to those residues in the 15~20A shell, so I did the MD in following four steps, and everything is OK.
1. mpirun -np 8 pmemd.MPI -O -i min1.in -o min1.out -p system.prmtop -c system.inpcrd -r system_min1.rst -ref system.inpcrd (restrain solute minimize water)
When I analysis the MD trajectory, I found the backbone RMSD is not very stable in 1ns simulation, so I want to do another 1ns MD simulation based on the step 4 as follows:
mpirun -np 8 pmemd.MPI -O -i equ_product.in -o product_2.out -p system.prmtop -c system_heat.rst -r system_product_2.rst -x system_product_2.mdcrd -ref system_heat.rst
at this moment, I found a problem that the temperature increased to very high, while in step 4 the temperature is very stable, average temperature is 300.03K, temperature RMS fluctuations is 1.84K. At the same time, "Density" decreased to the value almost equal to the initial value in step 4(0.9571)
NSTEP = 50 TIME(PS) = 1020.100 TEMP(K) = 483.64 PRESS = 3604.9
NSTEP = 100 TIME(PS) = 1020.200 TEMP(K) = 483.56 PRESS = 3562.6
but when I didn't restrain those residues within 15~20A shell and restart MD based on step 4 as follows:
mpirun -np 8 pmemd.MPI -O -i equ_product.in -o product_2.out -p system.prmtop -c system_heat.rst -r system_product_2.rst -x system_product_2.mdcrd
everything looks good:
NSTEP = 50 TIME(PS) = 1020.100 TEMP(K) = 300.26 PRESS = -45.9
NSTEP = 100 TIME(PS) = 1020.200 TEMP(K) = 301.29 PRESS = -290.3
So I think these two problems (temperature and density) are related to the restrain in NPT MD, which rst file should I use as reference coordinates in restart NPT MD? or I can't make use of the finished 1ns MD and must do a new MD completely for 2ns as step4? Moreover it seems that it's not correct using "system_heat.rst" as reference coordinates in step4? then how to restrain some residues in a NPT MD?
Any advice will be greatly appreciated! Thanks in advance & Best regards!
yours sincerely, Zhihong Yu
PS: "equ_product.in" file is attached for your information
-----------------------------------------------------------------------
| |||||||||||||||||||||||||||||||||
|