HSE+SOC, strange band

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

Post Reply
Message
Author
jianli_shao1
Newbie
Newbie
Posts: 4
Joined: Fri Jul 03, 2020 2:29 am

HSE+SOC, strange band

#1 Post by jianli_shao1 » Sun Jan 07, 2024 2:50 pm

BAND (4).jpg
Hello, I use HSE+SOC to calculate the band, I got a strange band, Strange jumps occurred at some K points.
HSE band is OK,SOC band is also correct. So how to get the correct HSE+SOC band?

Thank,
Andy

Code: Select all

LREAL  = .FALSE.    
ENCUT  =  520       
PREC   =  Accurate  
LWAVE  = .TRUE.     
LCHARG = .TRUE.     
LVHAR  = .TRUE.     
 

Electronic Relaxation
ISMEAR =  0         
SIGMA  =  0.05      
NELM   =  90        
NELMIN =  6         
EDIFF  =  1E-06     


LHFCALC  = T
HFSCREEN = 0.2
LORBIT   = 11
ALGO = Damped
TIME = 0.4

LSORBIT    = .TRUE. 
GGA_COMPAT = .FALSE.
VOSKOWN    =  1     
LMAXMIX    =  4     
ISYM       =  -1    
NBANDS = 56
KPAR = 2
NPAR = 4
You do not have the required permissions to view the files attached to this post.

svijay
Global Moderator
Global Moderator
Posts: 28
Joined: Fri Aug 04, 2023 11:07 am

Re: HSE+SOC, strange band

#2 Post by svijay » Sun Jan 07, 2024 3:46 pm

Dear Andy,

Could you please share the other input files that you used in your calculation (as stated in the forum guidelines: https://www.vasp.at/forum/viewtopic.php?t=17928); thanks!

Sudarshan

jianli_shao1
Newbie
Newbie
Posts: 4
Joined: Fri Jul 03, 2020 2:29 am

Re: HSE+SOC, strange band

#3 Post by jianli_shao1 » Mon Jan 08, 2024 4:35 am

Dear Sudarshan,
all input files in job1.zip,including INCAR KPOINTS POTCAR POSCAR.

Thanks!
Andy
You do not have the required permissions to view the files attached to this post.

marie-therese.huebsch
Full Member
Full Member
Posts: 177
Joined: Tue Jan 19, 2021 12:01 am

Re: HSE+SOC, strange band

#4 Post by marie-therese.huebsch » Mon Jan 08, 2024 6:56 am

Dear Andy,

It seems you did not use HFRCUT to treat the Coulomb singularity. See Band-structure calculation using hybrid functionals.
By default VASP uses auxiliary functions (HFALPHA) for the truncation of the Coulomb singularity, but this method leads to discontinuities in band-structure calculations. We recommend using the Coulomb truncation (HFRCUT) instead. In particular, HFRCUT=-1 converges best for systems with a band gap.
Does this solve your problem?

Best regards,
Marie-Therese

Post Reply