.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
.vscode/settings.json
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/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