运行分子动力学模拟

2022-03-16 17:44:07
789
最后编辑:青 于 2022-03-18 11:10:30
  1. Create script file named runmd.sh
    #!/bin/bash
    # CREATE the mdin file
    cat > mdin << EOF
    equilibration for box
    &cntrl
    imin=0, ntpr=3000, ntwx=3000,
    ntx=1, irest=0,
    tempi=298., temp0=298., ntt=3,
    gamma_ln=5., ntb=2, ntp=1, taup=1.0, ioutfm=1, nstlim=3000000,
    ntwr=1000, dt=.001, ig=-1,
    /
    EOF
    # Run sander command.
    sander -O \
    -i mdin \
    -o md1.out \
    -p ionicbox.prmtop \
    -c min1.x \ # The restart file from minimization
    -r md1.x \$RUN.rst7
    -x md1.nc \
    -e md1.dat
Once again, you should look at the Amber manual to understand what exactly this input file is doing.
Note: The restart file generated from MD simluations contains velocity information that the restart file from minimization did not have. To address this difference, use ntx=5 and irest=1 for future simulations to denote that the restart file (that is, the new input coordinates file) indeed contains the velocity information for sander to process.
Also note: when you run the next simulation, use the restart file from the previous output as your new input coordinates file.
发表评论
评论通过审核后显示。
ICP标识

0
底部分享

产品

  • 离子液体(ILs)
  • ILs > 抗静电剂
  • ILs > 阻燃剂
  • ILs > 抗菌剂
  • ILs > 脱硫液
  • ILs > 液体活塞液
  • ILs > 脱芳液
  • 会议

  • 全国离子液体大会
  • 亚太离子液体会议
  • 世界离子液体会议
  • 学习

  • 合成
  • 理论
  • 实验
  • 关于 ILPlatform

    www.ionicliquids.com.cn


    “离子液体(ILs)产学研”平台(ILPlatform),用于打造出ILs内容自由分享集散中心,基于该中心将关联到与ILs有关的各个资源,为ILs从业人员以及想了解ILs的人们提供便捷的信息获取与分享渠道,未来实现多样化终端部署,让信息传递更加及时有效...