diff --git a/src/nomad_material_processing/general.py b/src/nomad_material_processing/general.py index 645444a..8eaee39 100644 --- a/src/nomad_material_processing/general.py +++ b/src/nomad_material_processing/general.py @@ -714,18 +714,18 @@ class SubstrateCrystalProperties(CrystalProperties): bravais_lattices = Quantity( type=MEnum( 'Triclinic', - 'Monoclinic Simple', + 'Monoclinic Primitive', 'Monoclinic Base Centered', - 'Orthorhombic Simple', + 'Orthorhombic Primitive', 'Orthorhombic Base Centered', 'Orthorhombic Body Centered', 'Orthorhombic Face Centered', - 'Tetragonal Simple', + 'Tetragonal Primitive', 'Tetragonal Body Centered', - 'Cubic Simple', + 'Cubic Primitive', 'Cubic Body Centered', 'Cubic Face Centered', - 'Trigonal', + 'Rhombohedral', 'Hexagonal', ), description='The crystal system of the substrate.',