.gitignore
CITATION.cff
LICENSE
README.md
docker-compose.yml
mkdocs.yml
nomad.yaml
pyproject.toml
requirements_docs.txt
.github/workflows/actions.yml
.github/workflows/mkdocs-deploy.yml
.github/workflows/publish.yml
.vscode/settings.json
docs/contact.md
docs/data_types.md
docs/general.md
docs/howto_use.md
docs/index.md
docs/normalize.md
docs/assets/favicon.png
docs/assets/nomad-logo.png
docs/assets/program.png
docs/assets/simulation.png
docs/assets/simulation_base.png
docs/assets/simulation_composition.png
docs/model_method/basis_sets.md
docs/model_method/model_method.md
docs/model_system/model_system.md
docs/outputs/outputs.md
docs/stylesheets/extra.css
scripts/generate_coverage_txt.sh
src/nomad_simulations/__init__.py
src/nomad_simulations/_version.py
src/nomad_simulations.egg-info/PKG-INFO
src/nomad_simulations.egg-info/SOURCES.txt
src/nomad_simulations.egg-info/dependency_links.txt
src/nomad_simulations.egg-info/entry_points.txt
src/nomad_simulations.egg-info/requires.txt
src/nomad_simulations.egg-info/top_level.txt
src/nomad_simulations/schema_packages/__init__.py
src/nomad_simulations/schema_packages/atoms_state.py
src/nomad_simulations/schema_packages/basis_set.py
src/nomad_simulations/schema_packages/common.py
src/nomad_simulations/schema_packages/data_types.py
src/nomad_simulations/schema_packages/force_field.py
src/nomad_simulations/schema_packages/general.py
src/nomad_simulations/schema_packages/model_method.py
src/nomad_simulations/schema_packages/model_system.py
src/nomad_simulations/schema_packages/numerical_settings.py
src/nomad_simulations/schema_packages/outputs.py
src/nomad_simulations/schema_packages/physical_property.py
src/nomad_simulations/schema_packages/variables.py
src/nomad_simulations/schema_packages/properties/__init__.py
src/nomad_simulations/schema_packages/properties/band_gap.py
src/nomad_simulations/schema_packages/properties/band_structure.py
src/nomad_simulations/schema_packages/properties/energies.py
src/nomad_simulations/schema_packages/properties/fermi_surface.py
src/nomad_simulations/schema_packages/properties/forces.py
src/nomad_simulations/schema_packages/properties/greens_function.py
src/nomad_simulations/schema_packages/properties/hopping_matrix.py
src/nomad_simulations/schema_packages/properties/permittivity.py
src/nomad_simulations/schema_packages/properties/spectral_profile.py
src/nomad_simulations/schema_packages/properties/thermodynamics.py
src/nomad_simulations/schema_packages/utils/__init__.py
src/nomad_simulations/schema_packages/utils/utils.py
src/nomad_simulations/schema_packages/workflow/__init__.py
src/nomad_simulations/schema_packages/workflow/beyond_dft.py
src/nomad_simulations/schema_packages/workflow/dmft.py
src/nomad_simulations/schema_packages/workflow/elastic.py
src/nomad_simulations/schema_packages/workflow/equation_of_state.py
src/nomad_simulations/schema_packages/workflow/general.py
src/nomad_simulations/schema_packages/workflow/geometry_optimization.py
src/nomad_simulations/schema_packages/workflow/gw.py
src/nomad_simulations/schema_packages/workflow/max_ent.py
src/nomad_simulations/schema_packages/workflow/molecular_dynamics.py
src/nomad_simulations/schema_packages/workflow/phonon.py
src/nomad_simulations/schema_packages/workflow/photon_polarization.py
src/nomad_simulations/schema_packages/workflow/single_point.py
src/nomad_simulations/schema_packages/workflow/tb.py
src/nomad_simulations/schema_packages/workflow/thermodynamics.py
src/nomad_simulations/schema_packages/workflow/xs.py
tests/__init__.py
tests/conftest.py
tests/test_atoms_state.py
tests/test_basis_set.py
tests/test_contributions.py
tests/test_data_types.py
tests/test_files.py
tests/test_force_field.py
tests/test_general.py
tests/test_general_particles.py
tests/test_model_method.py
tests/test_model_system.py
tests/test_numerical_settings.py
tests/test_outputs.py
tests/test_physical_properties.py
tests/test_variables.py
tests/properties/__init__.py
tests/properties/test_band_gap.py
tests/properties/test_band_structure.py
tests/properties/test_energies.py
tests/properties/test_fermi_surface.py
tests/properties/test_forces.py
tests/properties/test_greens_function.py
tests/properties/test_hopping_matrix.py
tests/properties/test_permittivity.py
tests/properties/test_spectral_profile.py
tests/utils/__init__.py
tests/utils/test_utils.py
tests/workflow/conftest.py
tests/workflow/test_beyond_dft.py
tests/workflow/test_dmft.py
tests/workflow/test_elastic.py
tests/workflow/test_equation_of_state.py
tests/workflow/test_general.py
tests/workflow/test_geometry_optimization.py
tests/workflow/test_gw.py
tests/workflow/test_max_ent.py
tests/workflow/test_molecular_dynamics.py
tests/workflow/test_phonon.py
tests/workflow/test_photon_polarization.py
tests/workflow/test_single_point.py
tests/workflow/test_tb.py
tests/workflow/test_thermodynamics.py
tests/workflow/test_xs.py
tests/workflow/data/dft.json
tests/workflow/data/single_point.json