mod_orbitalmoment Module

Wrapper module for the calculation of the orbital moment


Subroutines

public subroutine calc_orbitalmoment(lmax, lmmaxd, loperator)

License
Creative Commons License
Category
physical-observables, KKRhost

C a l c u l a t i o n

o f

t h e

o r b i t a l

m o m e n t

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lmax

Maximum l component in wave function expansion

integer, intent(in) :: lmmaxd

(KREL+KORBIT+1)(LMAX+1)*2

complex(kind=dp), intent(out), dimension (lmmaxd, lmmaxd, 3) :: loperator

public subroutine calc_orbit_onel(lval, lorbit_onel)

License
Creative Commons License
Category
physical-observables, KKRhost

C a l c u l a t i o n

o f

t h e

c o n t i b u t i o n

o f

a

g i v e n

o r b i t a l

t o

t h e

o r b i t a l

m o m e n t

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lval
complex(kind=dp), intent(out), dimension (2*lval+1, 2*lval+1, 3) :: lorbit_onel