用Sander进行最小化

2022-03-16 17:40:24
849
最后编辑:青 于 2022-03-18 11:10:30
  1. Create a script named  runmin.sh. This script will create the input file and run sander. “imin=1” tells sander to run minimization, “ntpr=100” saves the restart file every 100 steps, “ntwx=100” prints the trajectory every 100 steps, “maxcyc=10000” runs minimization for 10000 cycles, and “ntb=1” specifies periodic boundary conditions.
    1. Note: Make sure you modify the arguments for sander if you want to run a second simulation. For example, after “min1” finishes, the input coordinate file should be “min1.x”, and the other output files should begin with “min2”.
    #!/bin/bash
    # CREATE the mdin file
    cat > mdin << EOF
    minimization
    &cntrl
    imin=1, ntpr=100, ntwx=100, maxcyc=10000,
    ntb=1,
    &end
    EOF
    sander -O \
    -i mdin.in \ # input file
    -o min1.o \ # output file
    -p ionicbox.prmtop \ # topology file
    -c ionicbox.inpcrd \ # input coordinate file
    -r min1.x \ # restart file
    -x min1.nc \ # output coordinate sets saved in trajectory
    -e min1.dat # energy data
Run this with:
$ ./runmin.sh
You should take a look at the Amber manual to learn more about these parameters.
发表评论
评论通过审核后显示。
ICP标识

0
底部分享

产品

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

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

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

    www.ionicliquids.com.cn


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