find_kpoints_irredset Subroutine

public subroutine find_kpoints_irredset(bounds, nkpts, kpoints, nkpts_irr, kpt2irr, irr2kpt)

Uses

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: bounds(3,2)
integer, intent(in) :: nkpts
double precision, intent(in) :: kpoints(3,nkpts)
integer, intent(out) :: nkpts_irr
integer, intent(out), allocatable :: kpt2irr(:)
integer, intent(out), allocatable :: irr2kpt(:)