expand_torqvalues Subroutine

public subroutine expand_torqvalues(nsym, ndegen, nkpts_in, torqval_in, torqval_out)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsym
integer, intent(in) :: ndegen
integer, intent(in) :: nkpts_in
double precision, intent(in) :: torqval_in(3,ndegen,nkpts_in)
double precision, intent(out), allocatable :: torqval_out(:,:,:)