calc_condtensor Subroutine

private subroutine calc_condtensor(nkpts, nsqa, ndegen, fermivel, spinvalue, meanfreepath, weights, alat, nBZdim, chcond, spcond)

Uses

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nkpts
integer, intent(in) :: nsqa
integer, intent(in) :: ndegen
double precision, intent(in) :: fermivel(3,nkpts)
double precision, intent(in) :: spinvalue(ndegen,nsqa,nkpts)
double precision, intent(in) :: meanfreepath(3,ndegen,nsqa,nkpts)
double precision, intent(in) :: weights(nkpts)
double precision, intent(in) :: alat
integer, intent(in) :: nBZdim
double precision, intent(out), allocatable :: chcond(:,:,:)
double precision, intent(out), allocatable :: spcond(:,:,:)