美文网首页
ZBRENT:accuracy reached

ZBRENT:accuracy reached

作者: 光头披风侠 | 来源:发表于2020-02-28 20:22 被阅读0次
image.png

http://muchong.com/t-1668486-1?tdsourcetag=s_pctim_aiomsg

我在用vasp优化时出现ZBRENT: interpolating和 ZBRENT: bisectioning两种错误
如果我继续优化下去能收敛吗,最后优化的结果可行吗?

可信,放心做吧

what does "ZBRENT" mean?
ZBRENT is an algorithm search for a root of a function by Brent's method: Numerical recipies, Section 9.3
The problem in your case might be that the Conjugate Gradient algorithm (IBRION=2) is not suitable for very small corrections of the atomic positions if your system has almost reached equilibrium (please have a look at XDATCAR to check the size of the relaxation steps done before the ZBRENT warnings show up). Usually it is sufficient to converge a system up to maximum remaining forces of about 0.01eV/A (EDIFFG=-0.01).
please try one of the following:

  1. choose a different algorithm for ionic optimization (IBRION=1)
  2. set ADDGRID=.True. in INCAR (only for vasp releases 4.4.5 and newer)

相关文章

网友评论

      本文标题:ZBRENT:accuracy reached

      本文链接:https://www.haomeiwen.com/subject/pwurhhtx.html