missing abelian groups

This commit is contained in:
Edoardo Apra 2015-12-07 22:45:47 +00:00
parent 0374d17c19
commit c50b85bfbd

View file

@ -10,9 +10,11 @@ c Return true if the point group of the geometry is abelian
c
character*8 group
integer nab, ind
parameter (nab = 8)
parameter (nab = 18)
character*4 ab(nab)
data ab/ 'C1','Cs','Ci','C2','D2','C2v','C2h','D2h'/
data ab/ 'C1','Cs','Ci','C2','D2','C2v','C2h','D2h',
C 'C3','C4','C5','C6','C7','C8',
C 'C3h','C4h','C5h','C6h'/
c
call sym_group_name(geom, group)
c