DOS and JDOS outputs are not working with spinors properly
View options
- Truncate descriptions
Currently, the DOS and JDOS outputs do not treat for the spinor case properly as the code prints both the -1
file and the total file.
This is because of the test
if (st%d%nspin > 1) then
which should be
if (st%d%nspin == SPIN_POLARIZED) then
- Show labels
- Show closed items
Link items together to show that they're related or that one is blocking others.