.readthedocs.yml
AUTHORS.txt
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
docs/conf.py
docs/index.rst
docs/explanation/design_philosophy.md
docs/explanation/material_properties.md
docs/how-to/define_materials.md
docs/how-to/property_inversion.md
docs/reference/api.rst
docs/reference/yaml_schema.md
docs/reference/api/material.md
docs/tutorials/first_simulation.md
docs/tutorials/getting_started.md
src/materforge/__init__.py
src/materforge/_version.py
src/materforge/py.typed
src/materforge/algorithms/__init__.py
src/materforge/algorithms/interpolation.py
src/materforge/algorithms/piecewise_builder.py
src/materforge/algorithms/piecewise_inverter.py
src/materforge/algorithms/regression_processor.py
src/materforge/core/__init__.py
src/materforge/core/materials.py
src/materforge/core/symbol_registry.py
src/materforge/data/__init__.py
src/materforge/data/constants/__init__.py
src/materforge/data/constants/processing_constants.py
src/materforge/data/materials/1.4301.xlsx
src/materforge/data/materials/1.4301.yaml
src/materforge/data/materials/Al.yaml
src/materforge/data/materials/Al2O3.yaml
src/materforge/data/materials/__init__.py
src/materforge/parsing/__init__.py
src/materforge/parsing/api.py
src/materforge/parsing/config/__init__.py
src/materforge/parsing/config/material_yaml_parser.py
src/materforge/parsing/config/yaml_keys.py
src/materforge/parsing/io/__init__.py
src/materforge/parsing/io/data_handler.py
src/materforge/parsing/processors/__init__.py
src/materforge/parsing/processors/computed_property_processor.py
src/materforge/parsing/processors/dependency_resolver.py
src/materforge/parsing/processors/post_processor.py
src/materforge/parsing/processors/property_handlers.py
src/materforge/parsing/processors/property_processor.py
src/materforge/parsing/processors/property_processor_base.py
src/materforge/parsing/utils/__init__.py
src/materforge/parsing/utils/utilities.py
src/materforge/parsing/validation/__init__.py
src/materforge/parsing/validation/array_validator.py
src/materforge/parsing/validation/errors.py
src/materforge/parsing/validation/property_type_detector.py
src/materforge/parsing/validation/property_validator.py
src/materforge/visualization/__init__.py
src/materforge/visualization/plotters.py