Science Blog of Dr. Yuan分享 http://blog.sciencenet.cn/u/albumns This blog is mainly on Molecular molecular modelling and simulations

博文

MetaMD simulation in Desmond

已有 3487 次阅读 2016-6-10 16:58 |系统分类:科研笔记

MetaMD simulation is an advanced free energy sampling method which is particularly efficient for rare biological event samplings. Most of the current MD simulation tool support metaMD quite well. However, the speeds for sampling certain collective various (CVs) could be extremely slow. The GPU version of Desmond, developed by David. E. Shaw research, could overcome this limitation and performs MetaMD efficiently.


There are only two CVs are available in Desmond Maestro GUI, namely distances and angles. Other CVs could be specified in the md.msj file as followings:


CV DescriptiontypeDefault widthWall?Floor?Atom sites
Distance dist 0.05 Å yes yes 2
Angle angle 2.5° yes yes 3
Dihedral dihedral 5.0° no no 4
Radius of Gyration rgyr 0.1 Å  no no 1
Mass-weighted Radius of Gyration rgyr_mass 0.1 Å no no 1
RMSD rmsd 0.1 Å no no 1
Symmetry aware RMSD rmsd_symm 0.1 Å no no 1
distance along the Z-axiszdist 0.05 Å yes yes 1  
Absolute distance along the Z-axis zdist0 0.1 Å yes yes 1  
WHIM1 whim1 0.5 Å2 no no 1
WHIM2 whim2 0.25 Å2 no no 1

You can define a CV site as a single atom or the center of mass of a group of atoms. The site can be defined in terms of ASL expressions, e.g. atom = ["mol.n 2 and not a.e H"], or in terms of atom IDs, e.g. atom = [13 424 92].


Below is an example of a multisim metadynamics stage that defines two collective variables:


simulate {

 cfg_file = "config.cfg"

 jobname = "$MASTERJOBNAME"

 dir = "."

 compress = ""

 meta = {

   cv = [

     {atom = ["mol.n 2 and not a.e H"]

      type = "rgyr"

      width = 0.15

     }

     {atom = ["(res.num 124 and protein) and not a.e H" "mol.num 2 and not a.e H"]

      type = "dist"

      width = 0.05

     }

   ]

   cv_name = "$JOBNAME$[_replica$REPLICA$].cvseq"

   first = 0.0

   height = 0.03

   interval = 0.03

   name = "$JOBNAME$[_replica$REPLICA$].kerseq"

 }

 checkpt.write_last_step = yes

}



The GPU job of MetaMD could be submitted with the following command:


$SCHRODINGER/utilities/multisim -JOBNAME metaMD -HOST localhost -maxjob 1 -cpu 1 -m meta.msj -c meta.cfg eq-out.cms -mode umbrella -set 'stage[1].set_family.md.jlaunch_opt=["-gpu"]' -o meta-out.cms


One can expect 100-130 ns/day for a typical biological system (50,000-60,000 atoms) with Charmm 36 forcefield on a single Nvidia GTX 980 Ti.



https://wap.sciencenet.cn/blog-355217-983702.html

上一篇:A Gating Mechanism of the Serotonin 5-HT3 Receptor
下一篇:The stereoselectivity of 5-HT1A receptor
收藏 IP: 212.27.185.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-19 12:09

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部