'WARNING in EDDRMM: call to ZHEGV failed, returncode = 8 4 and 6 3' errors

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Locked
Message
Author
junting_zhang
Newbie
Newbie
Posts: 6
Joined: Thu Jan 12, 2023 10:39 am

'WARNING in EDDRMM: call to ZHEGV failed, returncode = 8 4 and 6 3' errors

#1 Post by junting_zhang » Sat Feb 25, 2023 10:41 pm

Hello,

I have recently started working on supercell calculations with point defects. I have the 'WARNING in EDDRMM: call to ZHEGV failed, returncode = 8 4' and 'WARNING in EDDRMM: call to ZHEGV failed, returncode = 6 3' errors in my OUTCARs. I have attached a sample of my input files.

Best
You do not have the required permissions to view the files attached to this post.

jonathan_lahnsteiner2
Global Moderator
Global Moderator
Posts: 215
Joined: Fri Jul 01, 2022 2:17 pm

Re: 'WARNING in EDDRMM: call to ZHEGV failed, returncode = 8 4 and 6 3' errors

#2 Post by jonathan_lahnsteiner2 » Mon Feb 27, 2023 11:07 am

Dear junting_zhang,

I was looking at your input files and able to reproduce the warning
that you are getting. It is actually not an error but only a warning. This
warning should tell you that there is some issue with updating one of your
bands during the electronic minimization. You can find related information
in this thread
https://www.vasp.at/forum/viewtopic.php ... RMM#p19253
I was able to get rid of your issue by changing the INCAR tag
ALGO from VeryFast to Normal.
So your INCAR line should look like:

Code: Select all

ALGO = Normal
I hope this helps.

All the best Jonathan

junting_zhang
Newbie
Newbie
Posts: 6
Joined: Thu Jan 12, 2023 10:39 am

Re: 'WARNING in EDDRMM: call to ZHEGV failed, returncode = 8 4 and 6 3' errors

#3 Post by junting_zhang » Mon Feb 27, 2023 11:11 am

Dear Jonathan,

Thanks a lot for the advice, will try to update my input file.

Best

Locked