Assertion failed:
Condition: !bOK
Inconsistent results - OK status from read_first_xtc, but 0 atom coords read
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
——————————————————————————————————————————————————
我google了一下,发现一个文件里有这样一行代码:
case efXTC:
if (read_first_xtc(fio, &fr->natoms, &fr->step, &fr->time, fr->box, &fr->x, &fr->prec, &bOK) == 0)
{
GMX_RELEASE_ASSERT(!bOK,
"Inconsistent results - OK status from read_first_xtc, but 0 "
"atom coords read");
fr->not_ok = DATA_NOT_OK;
}
------------------------------------------------------------------------
我看不太懂c语言,请问各位大佬这是什么原因造成的?作者Author: sobereva 时间: 2021-5-17 16:48
不好判断。用trjconv转换一下轨迹再试试
实在不行用VMD的RMSD Trajectory tool插件得到RMSD作者Author: 退休老干部 时间: 2021-5-17 17:02