irrep_name Module Function

public pure module function irrep_name(irrep, point_group) result(output)

Given an irrep index in point_group, return the name of the corresponding irrep

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: irrep
character(len=*), intent(in) :: point_group

Return Value character(len=:), allocatable