Skip to content

Commit

Permalink
save point
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Jun 3, 2024
1 parent 0015b7f commit d42d174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nomad_simulations/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def traverse_system_recurs(system, atom_labels):

atoms_state = system_parent.cell[0].atoms_state if system_parent.cell is not None else []
atom_labels = [atom.chemical_symbol for atom in atoms_state] if atoms_state is not None else []
print(atom_labels)
traverse_system_recurs(system_parent, atom_labels)

def normalize(self, archive, logger) -> None:
Expand Down

0 comments on commit d42d174

Please sign in to comment.