calculate_response_functions_CRTA_int Subroutine

public subroutine calculate_response_functions_CRTA_int(nsym, isym, rotmat, alat, BZVol, ndeg, natyp, nkpts, areas, fermivel, torqval, torqval_atom, spinvec_atom, spinflux)

Uses

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsym
integer, intent(in) :: isym(nsym)
double precision, intent(in) :: rotmat(64,3,3)
double precision, intent(in) :: alat
double precision, intent(in) :: BZVol
integer, intent(in) :: ndeg
integer, intent(in) :: natyp
integer, intent(in) :: nkpts
double precision, intent(in) :: areas(nkpts)
double precision, intent(in) :: fermivel(3,nkpts)
double precision, intent(in), allocatable :: torqval(:,:,:)
double precision, intent(in), allocatable :: torqval_atom(:,:,:,:)
double precision, intent(in), allocatable :: spinvec_atom(:,:,:,:)
double precision, intent(in), allocatable :: spinflux(:,:,:,:)