what is the meaning of this?

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Moderator, Global Moderator

Post Reply
Message
Author
konglt

what is the meaning of this?

#1 Post by konglt » Tue Aug 30, 2005 12:18 pm

While I am relaxing a surface structure with high precision, there appears the following message and the program was terminated, anyone has some idea about this?

ZBRENT: fatal internal in brackting
system-shutdown; contact gK immediately
Last edited by konglt on Tue Aug 30, 2005 12:18 pm, edited 1 time in total.

tjf
Full Member
Full Member
Posts: 107
Joined: Wed Aug 10, 2005 1:30 pm
Location: Leiden, Netherlands

what is the meaning of this?

#2 Post by tjf » Wed Aug 31, 2005 10:09 am

Well, I suggest you do what it says and contact Georg Kresse!
Last edited by tjf on Wed Aug 31, 2005 10:09 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

what is the meaning of this?

#3 Post by admin » Fri Sep 16, 2005 12:09 pm

ZBRENT is an algorithm to search for a root of a function by Brent
method.(Numerical recipies, Section 9.3)
it may show up if the CG-algorithm (IBRION = 2) cannot find a
reasonable geometry for the next ionic step.

1) please have a look how large the last ionic steps are (XDATCAR),
a convergence to maximum forces of 0.01eV/A usually is sufficient

2) have a look whether the electronic structure of each ionic step is
converged well enough to give reasonable forces (EDIFF = 1e-04 or 1e-05)

3) if the ionic steps have become very small and you still want to
relax further, it may help to
-- switch the relaxation algorithm to the quasi-Newton algorithm (IBRION = 1)
-- set ADDGRID = .True.
please note that you need a VASP version 4.4.5 26 or newer
to use the ADDGRID option
Last edited by admin on Fri Sep 16, 2005 12:09 pm, edited 1 time in total.

Post Reply