计算化学公社

标题: amber如何实现续跑 [打印本页]

作者
Author:
我要吃泡面    时间: 2024-7-3 21:15
标题: amber如何实现续跑
请问amber如何实现中断续跑和跑完了设置之后想延长时间的续跑?跑完以后查看RMSD发现没有平衡
作者
Author:
rpestana94    时间: 2024-7-3 21:32
You can extend the time using for the second simulation the output of the first one, this is, in the parameters -c and -ref (if you are using this one) you should put the -r of the previous simulation and then you combine the two simulations.

Ex:
*First simulation
sander -i xxx.in -o xxx.out -p xxx.parm7 -c xxx.rst7 -r coord1.rst7 -x cord1.nc

*Continue from the first simulation
sander -i xxx.in -o xxx.out -p xxx.parm7 -c coord1.rst7 -r coord2.rst7 -x cord2.nc

And then in cpptraj:

parm xxx.parm7
trajin cord1.nc
trajin cord2.nc
trajout all_traj.nc












作者
Author:
我要吃泡面    时间: 2024-7-5 11:08
thank you for your answer




欢迎光临 计算化学公社 (http://ccc.keinsci.com/) Powered by Discuz! X3.3