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
'WARNING in EDDRMM: call to ZHEGV failed, returncode = 8 4 and 6 3' errors
Moderators: Global Moderator, Moderator
-
- 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
You do not have the required permissions to view the files attached to this post.
-
- 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
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:
I hope this helps.
All the best Jonathan
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
All the best Jonathan
-
- 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
Dear Jonathan,
Thanks a lot for the advice, will try to update my input file.
Best
Thanks a lot for the advice, will try to update my input file.
Best