read_spinvalue Subroutine

public subroutine read_spinvalue(filemode, nkpts, nsqa, ndegen, ispincomb, nvect, spinval, nsym, isym)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filemode
integer, intent(out) :: nkpts
integer, intent(out) :: nsqa
integer, intent(out) :: ndegen
integer, intent(out), allocatable :: ispincomb(:)
double precision, intent(out), allocatable :: nvect(:,:)
double precision, intent(out), allocatable :: spinval(:,:,:)
integer, intent(out) :: nsym
integer, intent(out), allocatable :: isym(:)