用脚本在不同版本gromacs下生成跑remd所用tpr,514无法生成而2018.4可以生成的问题 2018.4可以正常生成,而514提示Fatal error:
Invalid T coupling input: 3 groups, 1 ref-t values and 3 tau-t values
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
您好我想再追问一下~
gromacs官方文档里有这么一句:Execution Steps
1.make a set of .mdp files, each specifying a different temperature being used. Number the output .tpr files according to index, from 0 to whatever (i.e., if have 10 different temperatures have prefix_0.tpr, prefix_1.tpr ... prefix_9.tpr).
如果脚本改不好,用笨办法的话,设置和副本数相同多的mdp,然后每个mdp文件对应更改温度相关的项目,能通过这样的笨方法达到和脚本同样的效果,成功生成若干tpr用作remd计算吗