From 1637e96f1d391b6f9d6730e81fb02119b6dc4db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20N=C3=A4sstr=C3=B6m?= Date: Tue, 20 Jan 2026 14:50:34 +0100 Subject: [PATCH] Update bravais_lattices to use correct terminology --- src/nomad_material_processing/general.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.',