Skip to content

Commit

Permalink
added insulating among conductivity_type list (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 authored Nov 22, 2024
1 parent 8c29984 commit d8efe78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nomad_material_processing/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ class ElectronicProperties(ArchiveSection):
'P-type',
'N-type',
'Semi-insulating',
'Insulating',
),
description="""The type of semiconductor, N-type being electrons
the majority carriers and P-type being holes the majority carriers.""",
Expand Down

0 comments on commit d8efe78

Please sign in to comment.