Skip to content

Commit

Permalink
Changed order of outputs properties list
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed May 22, 2024
1 parent 7d920a4 commit 74532b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nomad_simulations/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ class Outputs(ArchiveSection):
sub_section=ElectronicDensityOfStates.m_def, repeats=True
)

permittivity = SubSection(sub_section=Permittivity.m_def, repeats=True)

absorption_spectrum = SubSection(sub_section=AbsorptionSpectrum.m_def, repeats=True)

xas_spectrum = SubSection(sub_section=XASSpectrum.m_def, repeats=True)

permittivity = SubSection(sub_section=Permittivity.m_def, repeats=True)

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

Expand Down

0 comments on commit 74532b9

Please sign in to comment.