expand_visarrays Subroutine

public subroutine expand_visarrays(nsym, nkpts1, nkpts_irr1, kpt2irr1, irr2kpt1, kpt2irr, irr2kpt)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsym
integer, intent(in) :: nkpts1
integer, intent(in) :: nkpts_irr1
integer, intent(in) :: kpt2irr1(nkpts1)
integer, intent(in) :: irr2kpt1(nkpts_irr1)
integer, intent(out), allocatable :: kpt2irr(:)
integer, intent(out), allocatable :: irr2kpt(:)