problem in plotting spin texture
Dear all,
I trying to plot spin textue . I would appreciate your help to solve the error
First, I performed non-collinear calculation using K-mesh grigd, which I obtained from PyProcar
Code
pyprocar.generate2dkmesh(-0.5,-0.5,0.5,0.5,0,5,7)
After calculation, I used the PROCAR file to plot spin texture using PyProcar and when I use this code pyprocar.fermi2D('PROCAR', outcar='OUTCAR', st=True, energy=0.60, noarrow=True, spin=1, code='vasp')
I get this error
Bands will be shifted by the Fermi energy = 0.624
FermiSurface::ERROR: No bands found in that range. Check your data. Returning
Traceback (most recent call last):
File "/home/shatha/project/paper/texture/spin.py", line 2, in