Total energy changes by several eV at 10^-5 smearing parameter

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: Global Moderator, Moderator

Locked
Message
Author
jerjorg
Newbie
Newbie
Posts: 2
Joined: Mon Nov 30, 2020 7:24 pm

Total energy changes by several eV at 10^-5 smearing parameter

#1 Post by jerjorg » Mon Nov 30, 2020 8:01 pm

I ran some tests to see how the total energy (the last line where energy(sigma->0) in the OUTCAR) depends on the smearing parameter. For all 12 systems I tested, the total energy changes discontinuously at exactly 10^-5 eV (this is the value of the smearing parameter in the INCAR). You can observe this in the plots I attached. The difference in energy with a smearing parameter greater than 10^-5 eV to a smearing parameter less than 10^-5 eV is several eV for many of the systems I tested. I've also the input files I used to generate the data. I only include one set of input files with a single smearing parameter; the rest of the data in the plots is obtained from the same input files with the only change being the value of the smearing parameter in the INCAR. Is this a bug?
You do not have the required permissions to view the files attached to this post.

martin.schlipf
Global Moderator
Global Moderator
Posts: 495
Joined: Fri Nov 08, 2019 7:18 am

Re: Total energy changes by several eV at 10^-5 smearing parameter

#2 Post by martin.schlipf » Tue Dec 01, 2020 8:30 am

Thank you for reporting this. I reproduced the issue and will investigate its cause.

martin.schlipf
Global Moderator
Global Moderator
Posts: 495
Joined: Fri Nov 08, 2019 7:18 am

Re: Total energy changes by several eV at 10^-5 smearing parameter

#3 Post by martin.schlipf » Tue Dec 01, 2020 9:42 am

Okay, the issue is identified. In dos.F in the routine DENMP, there is a hard exit if SIGMA < 1e-5. For now you can manually adjust this value if you really want to investigate very small values of sigma. We will discuss internally to decide how to deal with this in the long run.

jerjorg
Newbie
Newbie
Posts: 2
Joined: Mon Nov 30, 2020 7:24 pm

Re: Total energy changes by several eV at 10^-5 smearing parameter

#4 Post by jerjorg » Mon Dec 07, 2020 10:10 pm

Thanks for looking into this. I'll just limit small smearing parameters to 1e-5 for now.

Locked