nomad-parser-plugins-workflow 1.1.7__tar.gz → 1.1.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/.github/workflows/python-actions.yaml +37 -13
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/PKG-INFO +6 -3
- nomad_parser_plugins_workflow-1.1.9/docker-compose.yml +107 -0
- nomad_parser_plugins_workflow-1.1.9/nomad.yaml +12 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/nomad_parser_plugins_workflow.egg-info/PKG-INFO +6 -3
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/nomad_parser_plugins_workflow.egg-info/SOURCES.txt +4 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/nomad_parser_plugins_workflow.egg-info/requires.txt +5 -2
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/pyproject.toml +10 -2
- nomad_parser_plugins_workflow-1.1.9/tests/conftest.py +109 -0
- nomad_parser_plugins_workflow-1.1.9/tests/data/lobster/Fe/vasprun.archive.json +36998 -0
- nomad_parser_plugins_workflow-1.1.9/tests/test_files.py +71 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_lobsterparser.py +46 -10
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/__init__.py +2 -1
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/lobster/parser.py +209 -75
- nomad_parser_plugins_workflow-1.1.7/tests/conftest.py +0 -31
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/.github/workflows/publish.yml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/.gitignore +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/CITATION.cff +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/LICENSE +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/MANIFEST.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/nomad_parser_plugins_workflow.egg-info/dependency_links.txt +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/nomad_parser_plugins_workflow.egg-info/entry_points.txt +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/nomad_parser_plugins_workflow.egg-info/top_level.txt +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/setup.cfg +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AECCAR0.static.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AECCAR2.static.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AEL_Compliance_tensor.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AEL_Elastic_constants.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AEL_elastic_tensor.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AEL_energy_structures.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_Hugoniot.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_edos_gap_pressure.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_edos_gap_pressure.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_energies_temperature.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_energy.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_energy_structures.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_energy_volume.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_gibbs_energy_pT.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/AGL_thermal_properties_temperature.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_0_SF_N_1_0.99 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_10_SF_N_3_1.005 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_11_SF_N_3_1.01 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_12_SF_S_1_0.99 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_13_SF_S_1_0.995 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_14_SF_S_1_1.005 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_15_SF_S_1_1.01 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_16_SF_S_2_0.99 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_17_SF_S_2_0.995 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_18_SF_S_2_1.005 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_19_SF_S_2_1.01 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_1_SF_N_1_0.995 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_20_SF_S_3_0.99 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_21_SF_S_3_0.995 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_22_SF_S_3_1.005 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_23_SF_S_3_1.01 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_2_SF_N_1_1.005 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_3_SF_N_1_1.01 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_4_SF_N_2_0.99 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_5_SF_N_2_0.995 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_6_SF_N_2_1.005 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_7_SF_N_2_1.01 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_8_SF_N_3_0.99 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AEL_9_SF_N_3_0.995 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_0_SF_0.86 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_10_SF_0.96 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_11_SF_0.97 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_12_SF_0.98 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_13_SF_0.99 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_14_SF_1 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_15_SF_1.01 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_16_SF_1.02 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_17_SF_1.03 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_18_SF_1.04 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_19_SF_1.05 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_1_SF_0.87 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_20_SF_1.06 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_21_SF_1.07 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_22_SF_1.08 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_23_SF_1.09 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_24_SF_1.1 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_25_SF_1.11 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_26_SF_1.12 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_27_SF_1.13 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_2_SF_0.88 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_3_SF_0.89 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_4_SF_0.9 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_5_SF_0.91 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_6_SF_0.92 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_7_SF_0.93 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_8_SF_0.94 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/ARUN.AGL_9_SF_0.95 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157.cif +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_10_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_10_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_10_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_20_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_20_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_20_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_25_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_25_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_25_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_30_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_30_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_30_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_33_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_33_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_33_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_40_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_40_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_40_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_50_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_50_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_50_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_60_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_60_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_60_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_67_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_67_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_67_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_75_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_75_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_75_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_80_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_80_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_80_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_90_Ag.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_90_Co.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_Bader_90_O.jvxl +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_abader.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_banddos.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_bandsdata.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_corner.cif +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_dos.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_dos_Ag_1.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_dos_Co_3.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_dos_O_5.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_dosdata.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_sconv.cif +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_sconv_corner.cif +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_sprim.cif +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_sprim_corner.cif +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_structure_relax.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/Ag1Co1O2_ICSD_246157_structure_relax1.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/CHGCAR.static.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/CONTCAR.relax +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/CONTCAR.relax.abinit +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/CONTCAR.relax.aims +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/CONTCAR.relax.qe +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/CONTCAR.relax.vasp +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/CONTCAR.relax1 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/DOSCAR.static.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/EIGENVAL.bands.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/INCAR.bands +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/KPOINTS.bands +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/KPOINTS.relax +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/KPOINTS.static +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/OUTCAR.static.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/POSCAR.bands +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.ael.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.agl.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.agroup.bands.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.agroup.bands.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.agroup.orig.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.agroup.orig.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.agroup.relax.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.agroup.relax.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fbc2cf03b9659c90.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fbc2cf03b9659c90.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fgroup.bands.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fgroup.bands.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fgroup.orig.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fgroup.orig.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fgroup.relax.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.fgroup.relax.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.iatoms.bands.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.iatoms.bands.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.iatoms.orig.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.iatoms.orig.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.iatoms.relax.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.iatoms.relax.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup.bands.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup.bands.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup.orig.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup.orig.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup.relax.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup.relax.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup_xtal.bands.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup_xtal.bands.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup_xtal.orig.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup_xtal.orig.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup_xtal.relax.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroup_xtal.relax.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk.bands.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk.bands.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk.orig.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk.orig.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk.relax.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk.relax.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk_xtal.bands.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk_xtal.bands.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk_xtal.orig.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk_xtal.orig.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk_xtal.relax.json.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflow.pgroupk_xtal.relax.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflowlib.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/aflowlib.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/bz_Ag1Co1O2_ICSD_246157.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/edata.bands.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/edata.bands.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/edata.orig.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/edata.orig.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/edata.relax.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/edata.relax.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/Ag1Co1O2_ICSD_246157/index.php +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_1_A0D0P/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_1_A0D0P/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_2_A0D0M/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_2_A0D0M/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_3_A108D0P/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_3_A108D0P/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_3_A125D0P/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_3_A125D0P/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_4_A108D0M/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_4_A108D0M/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_4_A125D0M/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_4_A125D0M/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_5_ZEROSTATE/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_5_ZEROSTATE/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_6_LRBE/OUTCAR.static.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_6_LRBE/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/ARUN.APL_6_LRBE/aflow.qmvasp.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/LOCK.nonpolar +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/LOCK.nonpolar.3.2.11 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/PHDOSCAR.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/PHEIGENVAL.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/PHKPOINTS.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/PHPOSCAR.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.agroup.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.DYNMAT.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.displacements.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.fccalc_state.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.group_velocities.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.harmonicIFCs.xml.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.hskpoints.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.phonon_dispersion.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.phonon_dos.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.polar.xml.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.apl.thermodynamic_properties.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.end.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.fgroup.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.iatoms.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.pgroup.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.pgroup_xtal.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.pgroupk.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.pgroupk_Patterson.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.pgroupk_xtal.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/aflow/MgO/aflow.sgroup.out.xz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/asr/Si.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_dielectric.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_elasticity.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_eos.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_magnetism.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_materials.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_phonon.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_piezoelectric.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_surface_properties.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/atomate/mp-149/mp-149_thermo.json +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Distorted_Parameters +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst01/Dst01_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst02/Dst02_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Dst03/Dst03_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/ElaStic_2nd.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/ElaStic_2nd.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst01-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst01_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst01_d2E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst02-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst02_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst02_d2E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst03-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst03_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/Dst03_d2E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/Energy-vs-Strain/ElaStic_2nd.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/INFO_ElaStic +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/input.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/2nd/sgroup.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Distorted_Parameters +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst01/Dst01_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst02/Dst02_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst03/Dst03_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst04/Dst04_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/Dst05_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/PLOT.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst05/PLOT.ps +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/Dst06_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/PLOT.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/PLOT.ps +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-01/Dst06_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-01/Elastic-06_01.e259372 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-01/Elastic-06_01.o259372 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-01/ela.job +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-01/input.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-02/Dst06_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-02/Elastic-06_02.e259373 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-02/Elastic-06_02.o259373 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-02/ela.job +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-02/input.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-03/Dst06_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-03/Elastic-06_03.e259374 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-03/Elastic-06_03.o259374 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-03/ela.job +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-03/fortNEkAOP +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst06/save-03/input.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst07/Dst07_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst08/Dst08_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/Dst09_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/PLOT.png +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst09/PLOT.ps +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_01/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_02/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_03/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_04/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_05/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_06/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_07/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_08/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_09/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_10/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_11/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_12/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_13/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_14/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_15/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_16/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_17/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_18/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_19/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_20/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Dst10/Dst10_21/INFO.OUT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/E-3rd.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/ElaStic_3rd.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/ElaStic_3rd.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst01-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst01_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst01_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst02-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst02_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst02_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst03-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst03_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst03_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst04-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst04_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst04_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst05-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst05_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst05_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst06-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst06_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst06_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst07-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst07_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst07_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst08-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst08_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst08_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst09-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst09_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst09_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst10-Energy.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst10_CVe.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/Dst10_d3E.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Energy-vs-Strain/ElaStic_3rd.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/INFO_ElaStic +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst01_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst02_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst03_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst04_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst05_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst06_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst07_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst08_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst09_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_01.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_02.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_03.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_04.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_05.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_06.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_07.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_08.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_09.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_10.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_11.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_12.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_13.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_14.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_15.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_16.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_17.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_18.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_19.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_20.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/Structures_exciting/Dst10_21.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/input.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/elastic/3rd/sgroup.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/fhivibes/molecular_dynamics.nc +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/fhivibes/phonopy.nc +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/fhivibes/relaxation.nc +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/fhivibes/singlepoint.nc +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/CHARGE.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/COBICAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/COHPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/CONTCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/COOPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/DOSCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/GROSSPOP.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/ICOBILIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/ICOHPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/ICOOPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/MadelungEnergies.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/POLARIZATION.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/POSCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/POSCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/POSCAR.lobster.vasp.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/SitePotentials.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/bandOverlaps.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/lobsterin.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/AlN_51/lobsterout.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/CHARGE.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/COBICAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/COHPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/CONTCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/COOPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/DOSCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/GROSSPOP.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/ICOBILIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/ICOHPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/ICOOPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/MadelungEnergies.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/POSCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/SitePotentials.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/lobsterin.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3/lobsterout.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/CHARGE.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/COBICAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/COHPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/CONTCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/COOPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/DOSCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/GROSSPOP.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/ICOBILIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/ICOHPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/ICOOPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/KPOINTS.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/MadelungEnergies.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/POLARIZATION.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/POSCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/POSCAR.lobster.vasp.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/SitePotentials.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/lobsterin.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/BaTiO3_51/lobsterout.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/BWDF.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/BWDFCOHP.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/CHARGE.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/COHPCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/CONTCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/COOPCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/DOSCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/DensityOfEnergy.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/GROSSPOP.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/IBZKPT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/ICOHPLIST.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/ICOOPLIST.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/INCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/KPOINTS +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/OUTCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/RMSp.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/bandOverlaps.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/lobsterin +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/lobsterout +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Fe/vasprun.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/HfV2/DOSCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/HfV2/ICOHPLIST.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/HfV2/ICOOPLIST.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/HfV2/lobsterin +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/HfV2/lobsterout +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/CHARGE.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/COHPCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/CONTCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/COOPCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/DOSCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/GROSSPOP.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/IBZKPT +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/ICOHPLIST.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/ICOOPLIST.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/INCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/KPOINTS +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/OUTCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/RMSp.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/lobsterin +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/lobsterout +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/NaCl/vasprun.xml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/CHARGE.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/COHPCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/DOSCAR.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/ICOHPLIST.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/Ni.scf.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/bandOverlaps.lobster +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/lobsterin +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Ni/lobsterout +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/CHARGE.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/COBICAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/COHPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/CONTCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/COOPCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/DOSCAR.LSO.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/DOSCAR.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/EIGENVAL.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/GROSSPOP.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/ICOBILIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/ICOHPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/ICOOPLIST.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/MadelungEnergies.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/POSCAR.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/SitePotentials.lobster.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/lobsterin.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/Si/lobsterout.gz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/failed_case/CONTCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/failed_case/lobsterin +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/lobster/failed_case/lobsterout +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/control.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/geometry.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/phonopy-FHI-aims-displacement-01/aims.sub +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/phonopy-FHI-aims-displacement-01/aims.sub.o449118 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/phonopy-FHI-aims-displacement-01/aims.sub.po449118 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/phonopy-FHI-aims-displacement-01/control.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/phonopy-FHI-aims-displacement-01/geometry.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/Ge/phonopy-FHI-aims-displacement-01/phonopy-FHI-aims-displacement-01.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/band.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/FORCE_SETS +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/Phonopy-WSe2-supercell.inp +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/Phonopy-WSe2.inp +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/Supercell_WSe2.inp +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/anime.ascii +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/band.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/geo.xyz +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/mesh.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/cp2k_hexagonal_noncanonical/phonopy.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/FORCE_SETS +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/INCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/KPOINTS +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/POSCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/POTCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/SPOSCAR +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/band.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/force_constants.hdf5 +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/phonon.conf +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/phonopy/vasp/phonopy.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/quantum_espresso_epw/epw.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/quantum_espresso_phonon/ph.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/quantum_espresso_xspectra/ms-10734/Spectra-1-1-1/0/dipole1/xanes.dat +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/quantum_espresso_xspectra/ms-10734/Spectra-1-1-1/0/dipole1/xanes.in +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/data/quantum_espresso_xspectra/ms-10734/Spectra-1-1-1/0/dipole1/xanes.out +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_aflowparser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_asrparser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_atomateparser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_elasticparser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_fhivibesparser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_phonopyparser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_quantum_espresso_epw.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_quantum_espresso_phonon.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/tests/test_quantum_espresso_xspectra.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/aflow/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/aflow/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/aflow/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/aflow/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/aflow/metainfo/aflow.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/aflow/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/aflow/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/asr/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/asr/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/asr/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/asr/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/asr/metainfo/asr.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/asr/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/asr/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/atomate/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/atomate/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/atomate/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/atomate/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/atomate/metainfo/atomate.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/atomate/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/atomate/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/elastic/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/elastic/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/elastic/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/elastic/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/elastic/metainfo/elastic.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/elastic/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/elastic/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/fhivibes/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/fhivibes/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/fhivibes/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/fhivibes/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/fhivibes/metainfo/fhi_vibes.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/fhivibes/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/fhivibes/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/lobster/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/lobster/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/lobster/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/lobster/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/lobster/metainfo/lobster.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/lobster/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/calculator.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/metainfo/phonopy.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/phonopy/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_epw/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_epw/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_epw/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_epw/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_epw/metainfo/quantum_espresso_epw.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_epw/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_epw/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_phonon/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_phonon/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_phonon/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_phonon/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_phonon/metainfo/quantum_espresso_phonon.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_phonon/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_phonon/parser.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_xspectra/README.md +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_xspectra/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_xspectra/__main__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_xspectra/metainfo/__init__.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_xspectra/metainfo/quantum_espresso_xspectra.py +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_xspectra/nomad_plugin.yaml +0 -0
- {nomad_parser_plugins_workflow-1.1.7 → nomad_parser_plugins_workflow-1.1.9}/workflowparsers/quantum_espresso_xspectra/parser.py +0 -0
|
@@ -1,29 +1,53 @@
|
|
|
1
1
|
name: install-and-test-workflow
|
|
2
|
+
|
|
2
3
|
on: [push]
|
|
4
|
+
|
|
5
|
+
env:
|
|
6
|
+
REGISTRY: ghcr.io
|
|
7
|
+
UV_VERSION: 0.7
|
|
8
|
+
PYTHON_VERSION: 3.12
|
|
9
|
+
|
|
10
|
+
permissions:
|
|
11
|
+
contents: write
|
|
12
|
+
packages: write
|
|
13
|
+
attestations: write
|
|
14
|
+
id-token: write
|
|
15
|
+
|
|
3
16
|
jobs:
|
|
4
17
|
install-and-test:
|
|
5
18
|
runs-on: ubuntu-latest
|
|
6
19
|
steps:
|
|
7
|
-
- uses: actions/checkout@
|
|
8
|
-
|
|
9
|
-
|
|
20
|
+
- uses: actions/checkout@v4
|
|
21
|
+
|
|
22
|
+
- uses: docker/login-action@v3
|
|
10
23
|
with:
|
|
11
|
-
|
|
24
|
+
registry: ${{ env.REGISTRY }}
|
|
25
|
+
username: ${{ github.actor }}
|
|
26
|
+
password: ${{ secrets.GITHUB_TOKEN }}
|
|
27
|
+
|
|
28
|
+
- name: Start containers
|
|
29
|
+
run: |
|
|
30
|
+
docker compose up -d --quiet-pull
|
|
31
|
+
|
|
32
|
+
- name: Install uv
|
|
33
|
+
uses: astral-sh/setup-uv@v5
|
|
34
|
+
with:
|
|
35
|
+
version: ${{ env.UV_VERSION }}
|
|
36
|
+
|
|
37
|
+
- uses: actions/setup-python@v5
|
|
38
|
+
with:
|
|
39
|
+
python-version: ${{ env.PYTHON_VERSION }}
|
|
40
|
+
|
|
12
41
|
- name: Install dependencies
|
|
13
42
|
run: |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
# we need the latest nomad version for testing
|
|
17
|
-
# pip install nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop
|
|
18
|
-
pip install coverage coveralls
|
|
19
|
-
pip install types-PyYAML
|
|
43
|
+
uv sync --all-extras
|
|
44
|
+
|
|
20
45
|
- name: mypy
|
|
21
46
|
run: |
|
|
22
|
-
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional *parsers tests
|
|
47
|
+
uv run python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional *parsers tests
|
|
23
48
|
- name: Test with pytest
|
|
24
|
-
if: success() || failure()
|
|
25
49
|
run: |
|
|
26
|
-
python -m coverage run -m pytest -sv tests
|
|
50
|
+
uv run python -m coverage run -m pytest -sv tests
|
|
27
51
|
- name: Submit to coveralls
|
|
28
52
|
continue-on-error: true
|
|
29
53
|
env:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nomad-parser-plugins-workflow
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.9
|
|
4
4
|
Summary: Collection of NOMAD parsers for workflow engines.
|
|
5
5
|
Author: The NOMAD Authors
|
|
6
6
|
License:
|
|
@@ -209,13 +209,13 @@ License:
|
|
|
209
209
|
Project-URL: homepage, https://github.com/nomad-coe/workflow-parsers
|
|
210
210
|
Description-Content-Type: text/markdown
|
|
211
211
|
License-File: LICENSE
|
|
212
|
-
Requires-Dist: nomad-lab>=1.3.13
|
|
212
|
+
Requires-Dist: nomad-lab[infrastructure]>=1.3.13
|
|
213
213
|
Requires-Dist: nomad-schema-plugin-simulation-workflow>=1.0.1
|
|
214
214
|
Requires-Dist: nomad-schema-plugin-run>=1.0.1
|
|
215
215
|
Requires-Dist: lxml>=5.2
|
|
216
216
|
Requires-Dist: asr==0.4.1
|
|
217
217
|
Requires-Dist: xarray>=0.20.1
|
|
218
|
-
Requires-Dist: phonopy
|
|
218
|
+
Requires-Dist: phonopy<=2.38,>=2.35
|
|
219
219
|
Requires-Dist: h5py>=3.11.0
|
|
220
220
|
Requires-Dist: pydantic>=1.10.8
|
|
221
221
|
Provides-Extra: tests
|
|
@@ -226,6 +226,9 @@ Requires-Dist: pytest-timeout>=1.4.2; extra == "tests"
|
|
|
226
226
|
Requires-Dist: pytest-cov>=2.7.1; extra == "tests"
|
|
227
227
|
Requires-Dist: ruff>=0.6; extra == "tests"
|
|
228
228
|
Requires-Dist: typing-extensions>=4.12; extra == "tests"
|
|
229
|
+
Requires-Dist: coverage; extra == "tests"
|
|
230
|
+
Requires-Dist: coveralls; extra == "tests"
|
|
231
|
+
Requires-Dist: types-PyYAML; extra == "tests"
|
|
229
232
|
Dynamic: license-file
|
|
230
233
|
|
|
231
234
|
[](https://zenodo.org/badge/latestdoi/461070260)
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
name: workflow-parsers-test
|
|
2
|
+
services:
|
|
3
|
+
# broker for celery
|
|
4
|
+
rabbitmq:
|
|
5
|
+
restart: unless-stopped
|
|
6
|
+
image: rabbitmq:3.11.5
|
|
7
|
+
container_name: rabbitmq
|
|
8
|
+
environment:
|
|
9
|
+
- RABBITMQ_ERLANG_COOKIE=SWQOKODSQALRPCLNMEQG
|
|
10
|
+
- RABBITMQ_DEFAULT_USER=rabbitmq
|
|
11
|
+
- RABBITMQ_DEFAULT_PASS=rabbitmq
|
|
12
|
+
- RABBITMQ_DEFAULT_VHOST=/
|
|
13
|
+
ports:
|
|
14
|
+
- "5672:5672"
|
|
15
|
+
volumes:
|
|
16
|
+
- rabbitmq:/var/lib/rabbitmq
|
|
17
|
+
healthcheck:
|
|
18
|
+
test: ["CMD", "rabbitmq-diagnostics", "--silent", "--quiet", "ping"]
|
|
19
|
+
interval: 10s
|
|
20
|
+
timeout: 10s
|
|
21
|
+
retries: 30
|
|
22
|
+
start_period: 10s
|
|
23
|
+
|
|
24
|
+
# the search engine
|
|
25
|
+
elastic:
|
|
26
|
+
restart: unless-stopped
|
|
27
|
+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.24
|
|
28
|
+
container_name: elastic
|
|
29
|
+
environment:
|
|
30
|
+
- ES_JAVA_OPTS=-Xms512m -Xmx512m
|
|
31
|
+
- discovery.type=single-node
|
|
32
|
+
ports:
|
|
33
|
+
- "9200:9200"
|
|
34
|
+
volumes:
|
|
35
|
+
- elastic:/usr/share/elasticsearch/data
|
|
36
|
+
healthcheck:
|
|
37
|
+
test:
|
|
38
|
+
- "CMD"
|
|
39
|
+
- "curl"
|
|
40
|
+
- "--fail"
|
|
41
|
+
- "--silent"
|
|
42
|
+
- "http://elastic:9200/_cat/health"
|
|
43
|
+
interval: 10s
|
|
44
|
+
timeout: 10s
|
|
45
|
+
retries: 30
|
|
46
|
+
start_period: 60s
|
|
47
|
+
|
|
48
|
+
# the user data db
|
|
49
|
+
mongo:
|
|
50
|
+
restart: unless-stopped
|
|
51
|
+
image: mongo:5.0.6
|
|
52
|
+
container_name: mongo
|
|
53
|
+
environment:
|
|
54
|
+
- MONGO_DATA_DIR=/data/db
|
|
55
|
+
- MONGO_LOG_DIR=/dev/null
|
|
56
|
+
ports:
|
|
57
|
+
- "27017:27017"
|
|
58
|
+
volumes:
|
|
59
|
+
- mongo:/data/db
|
|
60
|
+
- ./.volumes/mongo:/backup
|
|
61
|
+
command: mongod --logpath=/dev/null # --quiet
|
|
62
|
+
healthcheck:
|
|
63
|
+
test:
|
|
64
|
+
- "CMD"
|
|
65
|
+
- "mongo"
|
|
66
|
+
- "mongo:27017/test"
|
|
67
|
+
- "--quiet"
|
|
68
|
+
- "--eval"
|
|
69
|
+
- "'db.runCommand({ping:1}).ok'"
|
|
70
|
+
interval: 10s
|
|
71
|
+
timeout: 10s
|
|
72
|
+
retries: 30
|
|
73
|
+
start_period: 10s
|
|
74
|
+
|
|
75
|
+
keycloak:
|
|
76
|
+
image: gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-test-keycloak:v1.0
|
|
77
|
+
platform: linux/amd64
|
|
78
|
+
container_name: keycloak
|
|
79
|
+
environment:
|
|
80
|
+
# clashes with imported admin user in master realm
|
|
81
|
+
# - KC_BOOTSTRAP_ADMIN_USERNAME=admin
|
|
82
|
+
# - KC_BOOTSTRAP_ADMIN_PASSWORD=password
|
|
83
|
+
- KC_LOG_LEVEL=info
|
|
84
|
+
- KC_HOSTNAME_DEBUG=true
|
|
85
|
+
- KC_METRICS_ENABLED=true
|
|
86
|
+
- KC_HEALTH_ENABLED=true
|
|
87
|
+
command:
|
|
88
|
+
- start-dev
|
|
89
|
+
- --import-realm
|
|
90
|
+
- --verbose
|
|
91
|
+
ports:
|
|
92
|
+
- 8080:8080
|
|
93
|
+
- 9000:9000
|
|
94
|
+
healthcheck:
|
|
95
|
+
interval: 10s
|
|
96
|
+
timeout: 10s
|
|
97
|
+
retries: 5
|
|
98
|
+
start_period: 30s
|
|
99
|
+
test: bash /opt/keycloak/bin/healthcheck_keycloak.sh || exit 1
|
|
100
|
+
|
|
101
|
+
volumes:
|
|
102
|
+
mongo:
|
|
103
|
+
name: "mongo"
|
|
104
|
+
elastic:
|
|
105
|
+
name: "elastic"
|
|
106
|
+
rabbitmq:
|
|
107
|
+
name: "rabbitmq"
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
keycloak:
|
|
2
|
+
server_url: 'http://localhost:8080/'
|
|
3
|
+
public_server_url: 'http://localhost:8080/'
|
|
4
|
+
realm_name: 'fairdi_nomad_test'
|
|
5
|
+
username: 'admin'
|
|
6
|
+
password: 'password'
|
|
7
|
+
client:
|
|
8
|
+
url: 'http://localhost:8000/fairdi/nomad/latest/api'
|
|
9
|
+
user: 'admin'
|
|
10
|
+
password: 'password'
|
|
11
|
+
fs:
|
|
12
|
+
staging: '/tmp/volumes/fs/staging'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nomad-parser-plugins-workflow
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.9
|
|
4
4
|
Summary: Collection of NOMAD parsers for workflow engines.
|
|
5
5
|
Author: The NOMAD Authors
|
|
6
6
|
License:
|
|
@@ -209,13 +209,13 @@ License:
|
|
|
209
209
|
Project-URL: homepage, https://github.com/nomad-coe/workflow-parsers
|
|
210
210
|
Description-Content-Type: text/markdown
|
|
211
211
|
License-File: LICENSE
|
|
212
|
-
Requires-Dist: nomad-lab>=1.3.13
|
|
212
|
+
Requires-Dist: nomad-lab[infrastructure]>=1.3.13
|
|
213
213
|
Requires-Dist: nomad-schema-plugin-simulation-workflow>=1.0.1
|
|
214
214
|
Requires-Dist: nomad-schema-plugin-run>=1.0.1
|
|
215
215
|
Requires-Dist: lxml>=5.2
|
|
216
216
|
Requires-Dist: asr==0.4.1
|
|
217
217
|
Requires-Dist: xarray>=0.20.1
|
|
218
|
-
Requires-Dist: phonopy
|
|
218
|
+
Requires-Dist: phonopy<=2.38,>=2.35
|
|
219
219
|
Requires-Dist: h5py>=3.11.0
|
|
220
220
|
Requires-Dist: pydantic>=1.10.8
|
|
221
221
|
Provides-Extra: tests
|
|
@@ -226,6 +226,9 @@ Requires-Dist: pytest-timeout>=1.4.2; extra == "tests"
|
|
|
226
226
|
Requires-Dist: pytest-cov>=2.7.1; extra == "tests"
|
|
227
227
|
Requires-Dist: ruff>=0.6; extra == "tests"
|
|
228
228
|
Requires-Dist: typing-extensions>=4.12; extra == "tests"
|
|
229
|
+
Requires-Dist: coverage; extra == "tests"
|
|
230
|
+
Requires-Dist: coveralls; extra == "tests"
|
|
231
|
+
Requires-Dist: types-PyYAML; extra == "tests"
|
|
229
232
|
Dynamic: license-file
|
|
230
233
|
|
|
231
234
|
[](https://zenodo.org/badge/latestdoi/461070260)
|
|
@@ -3,6 +3,8 @@ CITATION.cff
|
|
|
3
3
|
LICENSE
|
|
4
4
|
MANIFEST.in
|
|
5
5
|
README.md
|
|
6
|
+
docker-compose.yml
|
|
7
|
+
nomad.yaml
|
|
6
8
|
pyproject.toml
|
|
7
9
|
.github/workflows/publish.yml
|
|
8
10
|
.github/workflows/python-actions.yaml
|
|
@@ -19,6 +21,7 @@ tests/test_asrparser.py
|
|
|
19
21
|
tests/test_atomateparser.py
|
|
20
22
|
tests/test_elasticparser.py
|
|
21
23
|
tests/test_fhivibesparser.py
|
|
24
|
+
tests/test_files.py
|
|
22
25
|
tests/test_lobsterparser.py
|
|
23
26
|
tests/test_phonopyparser.py
|
|
24
27
|
tests/test_quantum_espresso_epw.py
|
|
@@ -883,6 +886,7 @@ tests/data/lobster/Fe/RMSp.lobster
|
|
|
883
886
|
tests/data/lobster/Fe/bandOverlaps.lobster
|
|
884
887
|
tests/data/lobster/Fe/lobsterin
|
|
885
888
|
tests/data/lobster/Fe/lobsterout
|
|
889
|
+
tests/data/lobster/Fe/vasprun.archive.json
|
|
886
890
|
tests/data/lobster/Fe/vasprun.xml
|
|
887
891
|
tests/data/lobster/HfV2/DOSCAR.lobster
|
|
888
892
|
tests/data/lobster/HfV2/ICOHPLIST.lobster
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
nomad-lab>=1.3.13
|
|
1
|
+
nomad-lab[infrastructure]>=1.3.13
|
|
2
2
|
nomad-schema-plugin-simulation-workflow>=1.0.1
|
|
3
3
|
nomad-schema-plugin-run>=1.0.1
|
|
4
4
|
lxml>=5.2
|
|
5
5
|
asr==0.4.1
|
|
6
6
|
xarray>=0.20.1
|
|
7
|
-
phonopy
|
|
7
|
+
phonopy<=2.38,>=2.35
|
|
8
8
|
h5py>=3.11.0
|
|
9
9
|
pydantic>=1.10.8
|
|
10
10
|
|
|
@@ -16,3 +16,6 @@ pytest-timeout>=1.4.2
|
|
|
16
16
|
pytest-cov>=2.7.1
|
|
17
17
|
ruff>=0.6
|
|
18
18
|
typing-extensions>=4.12
|
|
19
|
+
coverage
|
|
20
|
+
coveralls
|
|
21
|
+
types-PyYAML
|
|
@@ -10,13 +10,13 @@ readme = "README.md"
|
|
|
10
10
|
authors = [{ name = "The NOMAD Authors" }]
|
|
11
11
|
license = { file = "LICENSE" }
|
|
12
12
|
dependencies = [
|
|
13
|
-
"nomad-lab>=1.3.13",
|
|
13
|
+
"nomad-lab[infrastructure]>=1.3.13",
|
|
14
14
|
"nomad-schema-plugin-simulation-workflow>=1.0.1",
|
|
15
15
|
"nomad-schema-plugin-run>=1.0.1",
|
|
16
16
|
"lxml>=5.2",
|
|
17
17
|
"asr==0.4.1",
|
|
18
18
|
"xarray>=0.20.1",
|
|
19
|
-
"phonopy>=2.35",
|
|
19
|
+
"phonopy>=2.35,<=2.38",
|
|
20
20
|
"h5py>=3.11.0",
|
|
21
21
|
"pydantic>=1.10.8",
|
|
22
22
|
]
|
|
@@ -24,6 +24,11 @@ dependencies = [
|
|
|
24
24
|
[project.urls]
|
|
25
25
|
homepage = "https://github.com/nomad-coe/workflow-parsers"
|
|
26
26
|
|
|
27
|
+
[tool.uv]
|
|
28
|
+
extra-index-url = [
|
|
29
|
+
"https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple",
|
|
30
|
+
]
|
|
31
|
+
|
|
27
32
|
[project.optional-dependencies]
|
|
28
33
|
tests = [
|
|
29
34
|
"astroid==2.11.7",
|
|
@@ -33,6 +38,9 @@ tests = [
|
|
|
33
38
|
'pytest-cov>=2.7.1',
|
|
34
39
|
'ruff>=0.6',
|
|
35
40
|
'typing-extensions>=4.12',
|
|
41
|
+
'coverage',
|
|
42
|
+
'coveralls',
|
|
43
|
+
'types-PyYAML',
|
|
36
44
|
]
|
|
37
45
|
|
|
38
46
|
[tool.ruff]
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Copyright The NOMAD Authors.
|
|
3
|
+
#
|
|
4
|
+
# This file is part of NOMAD.
|
|
5
|
+
# See https://nomad-lab.eu for further info.
|
|
6
|
+
#
|
|
7
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
# you may not use this file except in compliance with the License.
|
|
9
|
+
# You may obtain a copy of the License at
|
|
10
|
+
#
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
#
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
# See the License for the specific language governing permissions and
|
|
17
|
+
# limitations under the License.
|
|
18
|
+
#
|
|
19
|
+
import os
|
|
20
|
+
import pytest
|
|
21
|
+
import json
|
|
22
|
+
|
|
23
|
+
from nomad.datamodel import EntryArchive, EntryMetadata
|
|
24
|
+
|
|
25
|
+
from nomad.utils.exampledata import ExampleData
|
|
26
|
+
from nomad import infrastructure
|
|
27
|
+
from nomad.datamodel.context import ServerContext
|
|
28
|
+
from nomad.utils import create_uuid
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# Set up pytest to pass control to the debugger on an exception.
|
|
32
|
+
if os.getenv('_PYTEST_RAISE', '0') != '0':
|
|
33
|
+
|
|
34
|
+
@pytest.hookimpl(tryfirst=True)
|
|
35
|
+
def pytest_exception_interact(call):
|
|
36
|
+
raise call.excinfo.value
|
|
37
|
+
|
|
38
|
+
@pytest.hookimpl(tryfirst=True)
|
|
39
|
+
def pytest_internalerror(excinfo):
|
|
40
|
+
raise excinfo.value
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
@pytest.fixture(scope='session')
|
|
44
|
+
def upload_id():
|
|
45
|
+
return 'test_upload'
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
@pytest.fixture(scope='session')
|
|
49
|
+
def main_author():
|
|
50
|
+
from nomad.config import config # noqa
|
|
51
|
+
|
|
52
|
+
return infrastructure.user_management.get_user(username=config.client.user)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
@pytest.fixture(scope='session')
|
|
56
|
+
def auth():
|
|
57
|
+
from nomad.client import Auth # noqa
|
|
58
|
+
from nomad.config import config # noqa
|
|
59
|
+
|
|
60
|
+
return Auth(user=config.client.user, password=config.client.password, from_api=True)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
@pytest.fixture(scope='session')
|
|
64
|
+
def upload_files():
|
|
65
|
+
# add pre-parsed json achive files only to avoid loading parsers
|
|
66
|
+
return {'tests/data/lobster/Fe/vasprun.archive.json': 'parsers/vasp'}
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
@pytest.fixture(scope='session')
|
|
70
|
+
def upload_archives(upload_files, main_author, upload_id):
|
|
71
|
+
archives = []
|
|
72
|
+
for mainfile, parser in upload_files.items():
|
|
73
|
+
entry_id = create_uuid()
|
|
74
|
+
archive = EntryArchive(metadata=EntryMetadata())
|
|
75
|
+
with open(mainfile) as f:
|
|
76
|
+
archive.m_update_from_dict(json.load(f))
|
|
77
|
+
archive.metadata.main_author = main_author
|
|
78
|
+
archive.metadata.parser_name = parser
|
|
79
|
+
archive.metadata.upload_id = upload_id
|
|
80
|
+
archive.metadata.entry_id = entry_id
|
|
81
|
+
archive.metadata.mainfile = mainfile
|
|
82
|
+
archives.append(archive)
|
|
83
|
+
return archives
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@pytest.fixture(scope='session')
|
|
87
|
+
def upload_data(upload_id, main_author, upload_archives):
|
|
88
|
+
|
|
89
|
+
infrastructure.setup_mongo()
|
|
90
|
+
infrastructure.setup_elastic()
|
|
91
|
+
|
|
92
|
+
data = ExampleData(main_author=main_author)
|
|
93
|
+
data.create_upload(upload_id=upload_id)
|
|
94
|
+
for archive in upload_archives:
|
|
95
|
+
archive = data.create_entry(
|
|
96
|
+
entry_archive=archive,
|
|
97
|
+
entry_id=archive.metadata.entry_id,
|
|
98
|
+
upload_id=upload_id,
|
|
99
|
+
mainfile=archive.metadata.mainfile,
|
|
100
|
+
)
|
|
101
|
+
data.save()
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
@pytest.fixture(scope='session')
|
|
105
|
+
def context(upload_data, upload_id, main_author):
|
|
106
|
+
from nomad.app.v1.routers.uploads import get_upload_with_read_access # noqa
|
|
107
|
+
|
|
108
|
+
upload = get_upload_with_read_access(upload_id, main_author)
|
|
109
|
+
return ServerContext(upload)
|