Skip to content

Commit

Permalink
Added electrical resistivity to electronic properties (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom authored Jul 30, 2024
1 parent adce65c commit 46c615f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/nomad_material_processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,16 @@ class ElectronicProperties(ArchiveSection):
),
description='Concentration of free charge carriers, electrons in the conduction band and holes in the valence band.',
)
electrical_resistivity = Quantity(
type=float,
links=['http://fairmat-nfdi.eu/taxonomy/ElectricalResistivity'],
description='Resistance of the charges to move in the presence of an electric current.',
a_eln=ELNAnnotation(
component=ELNComponentEnum.NumberEditQuantity,
defaultDisplayUnit='ohm cm',
),
unit='ohm m',
)


class Substrate(CompositeSystem):
Expand Down

0 comments on commit 46c615f

Please sign in to comment.