calc_fermivel_new Subroutine

private subroutine calc_fermivel_new(inc, lattice, cluster, tgmatrx, kpoint, eigw_in, LVin, RVin, fermi_velocity)

Uses

Arguments

Type IntentOptional Attributes Name
type(inc_TYPE), intent(in) :: inc
type(lattice_TYPE), intent(in) :: lattice
type(cluster_TYPE), intent(in) :: cluster
type(tgmatrx_TYPE), intent(in) :: tgmatrx
double precision, intent(in) :: kpoint(3)
double complex, intent(in) :: eigw_in
double complex, intent(in) :: LVin(inc%almso)
double complex, intent(in) :: RVin(inc%almso)
double precision, intent(out) :: fermi_velocity(3)