Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/nomad_material_processing/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down
Loading