You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run a hybrid calculation on a systems containing Lanthanide elements (specifically Dy and Er) I ran into an error:
internal error in SET_CORE_WF: core electrons incorrect
Apparently, this is because some of the lanthanide potentials are not compatible with hybrid DFT (https://cms.mpi.univie.ac.at/vasp-forum/viewtopic.php?t=11307). The default Dy and Er POTCARs are Dy_3 and Er_3, instead we should be using just Dy and Er.
Interestingly, my calculation with Pr ran fine even though the POTCAR used was Pr_3. Some testing to see which POTCARs are compatible with hybrid DFT is needed.