Hi!
I am not sure if this is a bug, or if I've misunderstood how to specify projection for WANNIER90:
I have a 6 ion system: Co Co Ni Ni Nd Pr. If I specify the following projections:
WANNIER90_WIN =
Begin Projections
Co: d
Ni: d
Pr: f
Nd: f
End Projections
I would expect VASP to produce 34 projections (2*5+2*5+7+7), but what I get is 58 projections. It could be that VASP is considering:
Co: s,p,d
Ni: s,p,d
Pr: s,p,d,f
Nd: s,p,d,f
(which would be 58 projections in total)
I've played around with it a bit and if I specify:
WANNIER90_WIN = "
Begin Projections
Co: l=2, mr=1,2,3,4
Ni: l=2, mr=1,2,4,5
Pr: l=2, mr=1; l=3,mr=2,3
Nd: l=2, mr=2; l=3,mr=1,2,6
End Projections
I get 46 projections, although I would expect to get 15. This also doesn't correspond with my first theory of the s and p orbitals being included automatically, in that case I should be getting 39 projections.
Any idea whats going on here? Or how I can specify the projections correctly? These are calculation using Spin-Orbit coupling.