|
|
使用GROMACS模拟溶液中苯分子的聚集现象,使用sobtop生成了拓扑文件,使用Multiwfn计算了RESP电荷,根据网上的资料构建了system.top和修改了ben.itp文件。
在使用GROMACS进行能量最小化时(执行gmx grompp -f minim.mdp -c box-sol.gro -p system.top -o em.tpr)报错了,报错如下:
ERROR 1 [file ben.itp, line 5]:
Atoms in the .top are not numbered consecutively from 1 (rather, atomnr =
1, while at->nr = 3)
-------------------------------------------------------
Program: gmx grompp, version 2020.6-MODIFIED
Source file: src\gromacs\gmxpreprocess\toppush.cpp (line 1318)
Fatal error:
There was 1 error in input file(s)
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
-------------------------------------------------------
它指出在输入文件(ben.itp)中存在一个问题。错误的具体内容是,在拓扑文件(.top文件)中,原子的编号没有从1开始连续编号。在这个例子中,错误信息显示有一个原子的编号是1,但是根据文件的其他部分(可能是通过at->nr访问的),这个位置的原子编号应该是3。
但是我的ben.itp中编号是从1开始的,不知道哪里改错了,请各位老师指教
所有文件附件已上传
|
-
-
ben.zip
646.25 KB, 下载次数 Times of downloads: 15
|