| 查看: 3668 | 回复: 6 | |||
[交流]
关于用amber跑REMD计算的流程及输入文件的设置
|
|||
|
最近看了一篇论文,http://www.ncbi.nlm.nih.gov/pubmed/22339436 作者使用amber做了REMD(replica exchange molecular dynamic)的计算。 自己正好也有类似需要,想用REMD模拟。就想按论文相同的条件实现一下,不过论文里的过程写的不是很详细。下面是原文的method部分: In this work, the temperature setting used for sheep PrP 125-230 such that MD simulations were exchanged at 320.0, 322.0,324.0, 326.0, 328.1, 330.2, 332.3, 334.4, 336.5, 338.6, 340.8, 343.0, 345.2, 347.4, 349.6, 351.8, 354.0, 356.2, 358.5, 360.8, 363.1, 365.4, 367.7, and 370.0 K was used. All of the replicas were equilibrated for 20 ns without exchanging temperatures and then extended for 65 ns of REMD simulation. The generalized Born model used in this study modified the calculation of Born radii and improved the accuracy in the solvent polarization for macromolecules. The combinational use of the all-atom point-charge force-field (also known as ff03) and the generalized Born model led to successful folding of several proteins. The AMBER 11 simulation package 26 was used in both REMD simulation and data analysis. The melted huPrP 121-230 was computed starting from an extended huPrP. To generate the initial extended structure, a heating method was applied to a known NMR structure (PDBcode 1hjn,15Figure 1A), enabling it to unfold at 600 K for 40 ns of MD simulation to result in an extended conformation (Figure 1B) as described previously. During this simulation, the disulfide covalent bond between residues 179 and 214 was preserved. In total, 24 replicas with duration of 65 ns and with an integration time step of 2 fs were computed based on the extended huPrP with different random number seeds to generate the initial conditions. A 16 Å force-shifted non-bonded cutoff and generalized Born solvent models with salt concentration of 0.2 M were applied. 根据文章的描述我自己总结了一下,并按文章描述写了各个环节的输入文件。想和大家交流一下,看看我写的有没有不合适的问题。 Simulation Procedure: 1. system building 2. system minimization 3. heating system 4. generate the extend conformation 5. local minimization after heating system 6. equilibrate the every replica 7. REMD simulation 1.leap.inp for system building source pdb: 1ag2 use the the ff03 (Duan et al.) force field leap.inp source leaprc.ff03.r1 # load pdb file 1ag2 = loadPdb input.pdb # solvation # solvatebox 1ag2 TIP3PBOX 18.0 # save 1ag2 to pdb file savePdb 1ag2 1ag2.pdb # add countinos # addions 1ag2 Cl- 0 # addions 1ag2 Na+ # s-s bond bond 1ag2.179.SG 1ag2.214.SG # save 1ag2 to prmtop and inpcrd files saveAmberParm 1ag2 1ag2.prmtop 1ag2.inpcrd # finish quit 2. system minimization minimisation for heated system &cntrl imin=1, maxcyc=1000, ncyc=500, cut=999., rgbmax=999.,igb=1, ntb=0, ntpr=100 / ~ ~ 3. heat the system heating system from 0 K to 600K. &cntrl nstlim = 50000, dt = 0.002, ntt = 1, tautp = 1.0, tempi = 0, temp0 = 600, ntc =2, ntf = 2, ntpr =100, ntwx = 100, ntb = 0, igb = 1, #这里设置和后面remd的设置不同(igb = 5)结果可能受影响。 cut = 999.0,rgbmax = 999.0, / 4. generate the full unfolded conformation To generate the initial extend structure, a heating method was used to a known NMR structure (PDB code:1ag2), enabling it to unfold at 600 K for 40 ns of LD simulation to result in an extended conformation. 40nsld.inp enabling the heated NMR structure to unfold at 600 K for 40ns of LD simulation &cntrl irest = 1, ntx = 5, nstlim = 20000000, dt = 0.002, ntt = 3, gamma_ln = 1.0, tempi = 600,temp0 = 600, ntb = 0, igb = 2, ntpr = 500, ntwx = 1000, ntwr = 2000000, ntc = 2, ntf = 2, cut = 999.0,rgbmax = 999.0, / | RE_POSITION Moving by -2.485812 -1.096141 0.618430 NSTEP = 20000000 TIME(PS) = 40060.000 TEMP(K) = 577.57 PRESS = 0.0 Etot = 1351.4737 EKtot = 2407.9819 EPtot = -1056.5082 BOND = 626.4085 ANGLE = 1429.4823 DIHED = 1419.4285 1-4 NB = 376.4803 1-4 EEL = 3772.0639 VDWAALS = -368.8173 EELEC = -5949.1848 EGB = -2362.3695 RESTRAINT = 0.0000 ------------------------------------------------------------------------- A V E R A G E S O V E R ******* S T E P S NSTEP = 20000000 TIME(PS) = 40060.000 TEMP(K) = 600.20 PRESS = 0.0 Etot = 1514.3153 EKtot = 2502.2899 EPtot = -987.9746 BOND = 644.7390 ANGLE = 1506.2954 DIHED = 1362.4635 1-4 NB = 397.8849 1-4 EEL = 3727.1078 VDWAALS = -361.6498 EELEC = -5967.0181 EGB = -2297.7973 RESTRAINT = 0.0000 ------------------------------------------------------------------------- 结果Eptot 的plot图 600kmd.inp enabling the heated NMR structure to unfold at 600 K for 40ns of LD simulation &cntrl irest = 0, ntx = 1, nstlim = 20000000, dt = 0.002, ntt = 3, gamma_ln = 1.0, tempi = 600,temp0 = 600, ntb = 0, igb = 2, ntpr = 500, ntwx = 1000, ntwr = 2000000, ntc = 2, ntf = 2, cut = 999.0,rgbmax = 999.0, / 600kmd.out ... | RE_POSITION Moving by -0.033675 -0.790281 -1.085325 NSTEP = 2000000 TIME(PS) = 4060.000 TEMP(K) = 601.00 PRESS = 0.0 Etot = 1554.3820 EKtot = 2505.6360 EPtot = -951.2540 BOND = 654.9106 ANGLE = 1485.1469 DIHED = 1383.1021 1-4 NB = 422.1188 1-4 EEL = 3774.2620 VDWAALS = -379.3759 EELEC = -6038.4682 EGB = -2252.9505 RESTRAINT = 0.0000 ------------------------------------------------------------------------- A V E R A G E S O V E R 2000000 S T E P S NSTEP = 2000000 TIME(PS) = 4060.000 TEMP(K) = 599.90 PRESS = 0.0 Etot = 1513.2011 EKtot = 2501.0782 EPtot = -987.8771 BOND = 644.5795 ANGLE = 1506.1933 DIHED = 1361.8286 1-4 NB = 398.1118 1-4 EEL = 3724.2906 VDWAALS = -363.4705 EELEC = -5968.1047 EGB = -2291.3058 RESTRAINT = 0.0000 irest = 1, ntx = 5,和irest = 0, ntx = 1 模拟结过差别还是有的,从EPtot的结果来看,后者结构变化比较激烈,前者较稳定。但是不知道在这个模拟里用哪个合适? 5. local minimization after heating system 使用第三步minimization的输入文件。 6. equilibrate the every replica equilibrate.mdin equilibration 20 ns, every 10ps save output. equilibration &cntrl irest=0, ntx=1, nstlim=10000000, dt=0.002, irest=0, ntt=3, gamma_ln=1.0, temp0=XXXXX, ig=RANDOM_NUMBER, ntc=2, ntf=2, nscm=1000, ntb=0, igb=5, cut=999.0, rgbmax=999.0, ntpr=5000, ntwx=5000, ntwr=10000000, nmropt=1, / &wt TYPE='END' / DISANG=system_chir.dat 7. REMD simulation remd 40ns exchange every 2ps <- 这里一直有困惑,到底间隔多久交换一下比较合适? remd.mdin remd 40ns exchange every 2ps &cntrl irest=0, ntx=1, nstlim=1000, dt=0.002, irest=0, ntt=3, gamma_ln=1.0, temp0=XXXXX, ig=RANDOM_NUMBER, ntc=2, ntf=2, nscm=1000, ntb=0, igb=5, cut=999.0, rgbmax=999.0, ntpr=100, ntwx=1000, ntwr=100000, nmropt=1, numexchg=20000, / &wt TYPE='END' / DISANG=system_chir.dat |
» 本帖已获得的红花(最新10朵)
» 猜你喜欢
现代”学阀”该如何界定
已经有12人回复
国社科系统bug了,是不是要放榜了?
已经有10人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有4人回复
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有3人回复
上海工程技术大学激光智能制造课题组|2027级博士研究生招生公告
已经有11人回复
我的奶奶
已经有3人回复
» 本主题相关价值贴推荐,对您同样有帮助:
amber跑蛋白复合物动力学前,小分子用高斯如何处理
已经有7人回复
AMBER MMPBSA 计算时建立prmtop文件问题
已经有6人回复
新手想知道如何用Amber做蛋白质分子固定某两个或多个氨基酸距离的MD计算
已经有4人回复
【转帖】用Amber+Gaussian做小分子力场
已经有16人回复
» 抢金币啦!回帖就可以得到:
2027年航天航空、材料与人工智能国际会议(AMAI 2027)
+1/953
2027年电气工程、自动化与应用工程国际会议(EEAE 2027)
+1/939
2027年生物医学、农业与可持续发展国际会议(BASD 2027)
+1/884
2027年计算机视觉、设计与非遗文化传播国际会议(CVDC 2027)
+1/857
大连理工大学大连市复杂工业场景具身智能重点实验室科研助理招聘启事
+2/164
大连理工大学控制科学与工程学院欧勇盛教授课题组2026年科研助理招聘启事
+2/164
暨南大学赵宇亮院士团队招聘博士后(计算化学/分子模拟/AI)
+1/100
澳门大学孙鹏展博士课题组招收全奖博士研究生1名
+2/86
韩国全北国立大学禽病研究所博士研究生招生简章
+2/54
求助邢其毅第四版基础有机化学PDF版
+1/32
美国密苏里大学博士研究生招聘|柔性电子、生物电子与智能医疗
+1/20
美国密苏里大学博士研究生招聘|柔性电子、生物电子与智能医疗
+1/20
加拿大UBC博士后招聘|人工智能 × 电池
+1/17
加拿大UBC博士/博士后招聘|人工智能 × 电池
+1/16
哈工大(深圳)何自开团队诚招2027级化学工程与技术专业博士生
+1/12
西北民族大学数学与计算机科学学院招聘数学和计算机专业的博士
+1/10
【推免招生】招收材料、化工、环境、冶金类推免生
+1/9
加拿大UBC博士后招聘|人工智能 × 电池
+1/7
【征稿】Springer Nature热电专题 Discover Materials / Discover Chemistry
+1/4
哈工大深圳徐小川课题组招聘博士后
+1/1
2楼2013-07-03 09:54:58
3楼2013-07-04 09:18:13
4楼2013-07-09 14:25:43
6楼2013-07-09 14:27:19
7楼2013-10-13 15:59:59
简单回复
jackyma5楼
2013-07-09 14:25
回复










回复此楼
超人与小木虫