![]() Informational and File Sharing ServerModeling of Macromolecular Systems | |
Tutorial 3: Steered molecular dynamics Steered molecular dynamics (SMD) means external force addition to studied system. This technique allows to steer some process in the direction of interest. For example, it could be applied to study mechanism of protein-ligand association. You could learn more about SMD method on the TCB group page.
This tutorial demonstrates how to push ligand away from active site (dissociation study) or to pull ligand into active site from solvent (association study) by Amber 10. So SMD method will be realized by increasing or decreasing of initial restrained distance between ligand and some active site residue during simulation. Such spherical restraint doesn't specify certain direction so we run SMD with the hope that ligand will find the way by itself. Notice, that when pulling a ligand you must start just near the binding pocket gate to ensure that ligand will enter it. In this example we will use the spring with constant k=150 pN/A that allows 0.5 A thermal fluctuations of the constrained coordinate. Spring length will be changed at constant 5 A/ns velocity. Here is the smd.in for 1 ns simulation: steered molecular dynamics&cntrl imin=0, irest=1, ntx=5, nstlim=500000, dt=0.002, ntc=2, ntf=2, cut=10.0, ntb=2, ntp=1, taup=2.0, ntpr=1000, ntwx=1000, ntwr=50000, ntt=3, gamma_ln=2.0, temp0=300.0, jar=1, / &wt TYPE='DUMPFREQ', istep1=1, / &wt TYPE='END', / DISANG=dist.RST DUMPAVE=dist_vs_t LISTIN=POUT LISTOUT=POUT
Information in the input file:
And here is the dist.RST for pulling: # Change distance restraint between atoms&rst iat=125,300, r2=10.0, rk2=1.0725, r2a=5.0 /
Information in the RST file:
Work of pulling will be written in dist_vs_t file. By Dmitry Nilov, last modified: 02.11.09 |