Module to compute spin
Computes the spin magnetic moment by Wannier interpolation
Computes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | kpt(3) | |||
real(kind=dp), | intent(out) | :: | spn_nk(num_wann) |
Computes the spin magnetic moment by Wannier interpolation at the specified k-point
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | kpt(3) | |||
real(kind=dp), | intent(in) | :: | ef | |||
real(kind=dp), | intent(out) | :: | spn_k(3) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | kpt(3) | |||
real(kind=dp), | intent(out) | :: | S(num_wann,3) |