added 'iso' as possible lattice (with no symmetry)
This commit is contained in:
parent
e3f310fa16
commit
06b524d13e
|
@ -321,6 +321,7 @@ class Lattice: # ToDo: Make a subclass of Symmetry!
|
|||
"""
|
||||
|
||||
lattices = {
|
||||
'iso': {'system':None},
|
||||
'triclinic':{'system':None},
|
||||
'bct': {'system':'tetragonal'},
|
||||
'hex': {'system':'hexagonal'},
|
||||
|
|
Loading…
Reference in New Issue