Skip to content

Commit

Permalink
Commented out the value_integrated
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 16, 2024
1 parent fb0886d commit b59ad77
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/nomad_simulations/properties/spectral_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,13 @@ class ElectronicDensityOfStates(SpectralProfile):
""",
)

value_integrated = Quantity(
type=np.float64,
description="""
The cumulative intensities integrated from from the lowest (most negative) energy to the `fermi_level`.
""",
)
# ? Do we want to store the integrated value here os as part of an nomad-analysis tool?
# value_integrated = Quantity(
# type=np.float64,
# description="""
# The cumulative intensities integrated from from the lowest (most negative) energy to the `fermi_level`.
# """,
# )

projected_dos = SubSection(
sub_section=SpectralProfile.m_def,
Expand Down

0 comments on commit b59ad77

Please sign in to comment.