From 74532b93cc2abdb2f35fb6ca27de5745f70494a7 Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Tue, 21 May 2024 14:07:53 +0200 Subject: [PATCH] Changed order of outputs properties list --- src/nomad_simulations/outputs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nomad_simulations/outputs.py b/src/nomad_simulations/outputs.py index 60ab732c..7ab08cdb 100644 --- a/src/nomad_simulations/outputs.py +++ b/src/nomad_simulations/outputs.py @@ -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) - # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #