calculate_spinmixing_int Subroutine

public subroutine calculate_spinmixing_int(nsym, ndeg, nsqa, nkpts, areas, fermivel, spinval, spinmix, dos, printout, BZVol)

Uses

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsym
integer, intent(in) :: ndeg
integer, intent(in) :: nsqa
integer, intent(in) :: nkpts
double precision, intent(in) :: areas(nkpts)
double precision, intent(in) :: fermivel(3,nkpts)
double precision, intent(in) :: spinval(ndeg,nsqa,nkpts)
double precision, intent(out) :: spinmix(nsqa)
double precision, intent(out) :: dos
logical, intent(in) :: printout
double precision, intent(in), optional :: BZVol