|
本帖最后由 Jerry 于 2022-6-7 23:30 编辑
在Band Structure计算中,
INCAR不考虑自旋轨道偶合, 但设置ISPIN=2, VASPKIT 211输出REFORMATTED_BAND_UP/DW.dat
加入自旋轨道偶合后, VASPKIT 211只输出REFORMATTED_BAND.dat, 不输出REFORMATTED_BAND_UP/DW.dat
如何输出加入自旋轨道偶合后的EFORMATTED_BAND_UP/DW.dat ? 请专家指点, 谢谢
~~~~~~INCAR中不考虑自旋轨道偶合~~~~~~~~~
# initialization
System = Fe
ISTART = 0; ICHARG = 11 # to read charge density from CHGCAR file
ISPIN=2
# electronic optimization
ENCUT = 400 # energy cut off
ISMEAR = 0; SIGMA = 0.1;
# DOS stuff
LORBIT = 11 # output DOSCAR and PROCAR (total DOS and partial DOS)
~~~~~~~~~~~INCAR中加入自旋轨道偶合~~~~~~~~~~~~~~~~~~~~
# initialization
System = Fe
ISTART = 0; ICHARG = 11 # to read charge density from CHGCAR file
# electronic optimization
ENCUT = 400 # energy cut off
ISMEAR = 0; SIGMA = 0.1;
# DOS stuff
LORBIT = 11 # output DOSCAR and PROCAR (total DOS and partial DOS)
# SOC
ISYM =0
ISPIN = 2
LNONCOLLINEAR = T
NUPDOWN=0
LSORBIT = T
SAXIS = 0 0 1
GGA_COMPAT = F
LMAXMIX = 4
NBANDS = 252
|
|