From e383792a8fdccb74b12371905761d67cb3b3adc9 Mon Sep 17 00:00:00 2001 From: Andrea Albino Date: Thu, 22 Aug 2024 11:33:31 +0200 Subject: [PATCH] extended conductivity-type quantity --- src/nomad_material_processing/general.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nomad_material_processing/general.py b/src/nomad_material_processing/general.py index 5e1f954..d16bc98 100644 --- a/src/nomad_material_processing/general.py +++ b/src/nomad_material_processing/general.py @@ -515,6 +515,7 @@ class ElectronicProperties(ArchiveSection): type=MEnum( 'P-type', 'N-type', + 'Semi-insulating', ), description="""The type of semiconductor, N-type being electrons the majority carriers and P-type being holes the majority carriers.""",