read_condfile Subroutine

subroutine read_condfile(ndegen, nkptin, kpoints, meanfreepath, fermivel, tauk, tauk2, tau_avg)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ndegen
integer, intent(in) :: nkptin
double precision, intent(out), allocatable :: kpoints(:,:)
double precision, intent(out), allocatable :: meanfreepath(:,:,:)
double precision, intent(out), allocatable :: fermivel(:,:)
double precision, intent(out), allocatable :: tauk(:)
double precision, intent(out), allocatable :: tauk2(:)
double precision, intent(out) :: tau_avg