Skip to content

Commit

Permalink
Added todo in HoppingMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 30, 2024
1 parent a372a4f commit 559b38c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nomad_simulations/properties/hopping_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def __init__(
)
self.name = self.m_def.name

# TODO add normalization to extract DOS, band structure, etc, properties from `HoppingMatrix`

def normalize(self, archive, logger) -> None:
super().normalize(archive, logger)

Expand Down

0 comments on commit 559b38c

Please sign in to comment.