Add C2 tables to irreps

This commit is contained in:
Danny Rehn 2018-04-29 11:35:50 -07:00 committed by GitHub
parent 78c7eab378
commit a77f9d036e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -62,8 +62,16 @@ character_table = {
( 0, 0,-1 )),)}}], ( 0, 0,-1 )),)}}],
# C2 (3) # C2 (3)
'2': None, '2':
[{'rotation_list': ('E', 'C2'),
'character_table': {'A' : (1, 1),
'B' : (1, -1)},
'mapping_table': {'E' : ((( 1, 0, 0 ),
( 0, 1, 0 ),
( 0, 0, 1 )),),
'C2': (((-1, 0, 0 ),
( 0, 1, 0 ),
( 0, 0,-1 )),)}}],
# C1v = Cs = C1h (4) # C1v = Cs = C1h (4)
'm': 'm':
[{'rotation_list': ('E', 'sgh'), [{'rotation_list': ('E', 'sgh'),