Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Symmetry), | intent(in) | :: | sym |
real(dp) function epsilon_kvec_symmetry(sym)
! access the stored dispersion relation values through the symmetry
! symbol associated with a k-vector
type(symmetry), intent(in) :: sym
epsilon_kvec_symmetry = dispersion_rel_cached(sym%s)
end function epsilon_kvec_symmetry