Skip to content

Commit

Permalink
Commented our normalize lines in ElectronicEigenvalues
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed May 27, 2024
1 parent ad78dfe commit a31b1f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/nomad_simulations/properties/band_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,11 @@ def normalize(self, archive, logger) -> None:
if band_gap is not None:
self.m_parent.electronic_band_gap.append(band_gap)

# TODO comment out when implementing `FermiSurface` property
# `FermiSurface` extraction
fermi_surface = self.extract_fermi_surface(logger)
if fermi_surface is not None:
self.m_parent.fermi_surface.append(fermi_surface)
# fermi_surface = self.extract_fermi_surface(logger)
# if fermi_surface is not None:
# self.m_parent.fermi_surface.append(fermi_surface)


class ElectronicBandStructure(ElectronicEigenvalues):
Expand Down

0 comments on commit a31b1f1

Please sign in to comment.