I would like to calculate a band structure with spin orbit coupling included. I am using the GGA-PBE PAW datasets available from http://www.abinit.org/downloads/PAW2.
In addition to the standard variables defining the crystal structure, my input file includes the following to compute the band structure and specify the use of spin-orbit coupling.
Code: Select all
ndtset 2
nstep 40
diemac 12
ecut 20
pawecutdg 40
toldff1 5.0d-8
kptopt1 4
istwfk1 64*1
prtden1 3
#second data set
iscf2 -2
getden2 -1
kptopt2 -3
nband2 34
ndivk2 17 10 20
kptbounds2
0.0 0.0 0.0
0.5 0.0 0.0
0.333333 0.333333 0.0
0.0 0.0 0.0
tolwfr2 1.0d-18
#include spin-orbit coupling
pawspnorb 1
However, this input gives an error:
Code: Select all
--- !ERROR
message: |
nspinor 2 not coded
src_file: denfgr.F90
src_line: 473
...
When I run the input file without pawspnorb 1, the band structure is successfully created, so the problem seems to arise when trying to include spin-orbit coupling.
Does anyone know how I can fix this error, or has anyone successfully calculated a band structure with PAW datasets, including spin-orbit coupling?
Thank you!