calculate_spinmixing_vis Subroutine

public subroutine calculate_spinmixing_vis(nsym, ndeg, nsqa, nkpts, nkpts_all, kpt2irr, kpoints, fermivel, spinval, spinmix, dos, printout, BZVol, nBZdim)

Uses

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsym
integer, intent(in) :: ndeg
integer, intent(in) :: nsqa
integer, intent(in) :: nkpts
integer, intent(in) :: nkpts_all
integer, intent(in) :: kpt2irr(nkpts_all)
double precision, intent(in) :: kpoints(3,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) :: BZVol
integer, intent(in) :: nBZdim