epsilon_kvec_symmetry Function

private function epsilon_kvec_symmetry(sym)

Arguments

Type IntentOptional Attributes Name
type(Symmetry), intent(in) :: sym

Return Value real(kind=dp)


Contents

Source Code


Source Code

    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