.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/workflows/mkdocs-deploy.yml
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
.vscode/settings.json
docs/contact.md
docs/index.md
docs/assets/.gitignore
docs/assets/favicon.png
docs/assets/levelsschema.png
docs/assets/nomad-logo.png
docs/assets/use-built-in-schema-1.png
docs/assets/use-built-in-schema-2.png
docs/explanation/data_model.md
docs/explanation/levelsofschema.md
docs/explanation/schemas.md
docs/how_to/develop.md
docs/how_to/install.md
docs/how_to/use_this_plugin.md
docs/how_to/use_this_plugin_old.md
docs/reference/references.md
docs/stylesheets/extra.css
docs/theme/partials/header.html
docs/tutorial/tutorial.md
src/nomad_material_processing/__init__.py
src/nomad_material_processing/combinatorial.py
src/nomad_material_processing/crystal_growth.py
src/nomad_material_processing/epitaxy.py
src/nomad_material_processing/general.py
src/nomad_material_processing/utils.py
src/nomad_material_processing.egg-info/PKG-INFO
src/nomad_material_processing.egg-info/SOURCES.txt
src/nomad_material_processing.egg-info/dependency_links.txt
src/nomad_material_processing.egg-info/entry_points.txt
src/nomad_material_processing.egg-info/requires.txt
src/nomad_material_processing.egg-info/top_level.txt
src/nomad_material_processing/solution/__init__.py
src/nomad_material_processing/solution/general.py
src/nomad_material_processing/solution/utils.py
src/nomad_material_processing/vapor_deposition/__init__.py
src/nomad_material_processing/vapor_deposition/general.py
src/nomad_material_processing/vapor_deposition/cvd/__init__.py
src/nomad_material_processing/vapor_deposition/cvd/general.py
src/nomad_material_processing/vapor_deposition/cvd/movpe.py
src/nomad_material_processing/vapor_deposition/pvd/__init__.py
src/nomad_material_processing/vapor_deposition/pvd/general.py
src/nomad_material_processing/vapor_deposition/pvd/mbe.py
src/nomad_material_processing/vapor_deposition/pvd/pld.py
src/nomad_material_processing/vapor_deposition/pvd/sputtering.py
src/nomad_material_processing/vapor_deposition/pvd/thermal.py
tests/conftest.py
tests/test_schema.py
tests/data/test_crystal_growth.archive.yaml
tests/data/test_czochralski_process.archive.yaml
tests/data/test_epitaxy.archive.yaml
tests/data/test_metal_organic_vapor_phase_epitaxy.archive.yaml
tests/data/test_molecular_beam_epitaxy.archive.yaml
tests/data/test_physical_vapor_deposition.archive.yaml
tests/data/test_pulsed_laser_deposition.archive.yaml
tests/data/test_sample_deposition.archive.yaml
tests/data/test_solution.archive.yaml
tests/data/test_solution_component.archive.yaml
tests/data/test_sputter_deposition.archive.yaml
tests/data/test_substrate.archive.yaml
tests/data/test_thermal_evaporation.archive.yaml
tests/data/test_thin_film.archive.yaml
tests/data/test_thin_film_stack.archive.yaml
tests/data/test_vapor_phase_epitaxy.archive.yaml
tests/solution/test_solution_schema.py