added 'iso' as possible lattice (with no symmetry)

This commit is contained in:
Philip Eisenlohr 2020-08-26 21:39:20 +02:00
parent e3f310fa16
commit 06b524d13e
1 changed files with 1 additions and 0 deletions

View File

@ -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'},