get_group_irreps Module Subroutine

public pure module subroutine get_group_irreps(point_group, irreps)

Given the point group, output an array containing the names of the irreps in the supplied point_group. Only Abelian point groups are considered. Irreps in the code will be referred to by their indicies

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: point_group
character(len=:), intent(out), allocatable :: irreps(:)