Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | orb |
real(dp) function epsilon_kvec_orbital(orb)
! access the stored dispersion relation values through the spatial
! orbital (orb)
integer, intent(in) :: orb
epsilon_kvec_orbital = dispersion_rel_cached(lat%get_sym(orb))
end function epsilon_kvec_orbital