.babelrc
.eslintignore
.eslintrc.json
.gitignore
.mocharc.json
.nycrc
.prettierignore
.prettierrc
.yamllint.yml
LICENSE.md
README.md
package-lock.json
package.json
pyproject.toml
tsconfig.json
.github/workflows/cicd.yml
.husky/pre-commit
scripts/generate-mixins.ts
src/js/default_methods.ts
src/js/default_models.ts
src/js/index.ts
src/js/method.ts
src/js/methodConversionHandler.ts
src/js/model.ts
src/js/modelConversionHandler.ts
src/js/tree.ts
src/js/generated/MethodSchemaMixin.ts
src/js/generated/ModelSchemaMixin.ts
src/js/methods/factory.ts
src/js/methods/pseudopotential.ts
src/js/models/dft.ts
src/js/models/factory.ts
src/js/types/index.ts
src/py/mat3ra/__init__.py
src/py/mat3ra/mode/__init__.py
src/py/mat3ra/mode/method.py
src/py/mat3ra/mode/model.py
src/py/mat3ra/mode/methods/__init__.py
src/py/mat3ra/mode/methods/factory.py
src/py/mat3ra/mode/methods/pseudopotential.py
src/py/mat3ra/mode/models/__init__.py
src/py/mat3ra/mode/models/dft.py
src/py/mat3ra/mode/models/factory.py
src/py/mat3ra_mode.egg-info/PKG-INFO
src/py/mat3ra_mode.egg-info/SOURCES.txt
src/py/mat3ra_mode.egg-info/dependency_links.txt
src/py/mat3ra_mode.egg-info/requires.txt
src/py/mat3ra_mode.egg-info/top_level.txt
tests/fixtures/model_hash.json
tests/js/filter.test.ts
tests/js/methodConversionHandler.test.ts
tests/js/model.test.ts
tests/js/modelConversionHandler.test.ts
tests/js/modelFactory.test.ts
tests/js/tree.test.ts
tests/py/unit/__init__.py
tests/py/unit/test_dft_model.py
tests/py/unit/test_method.py
tests/py/unit/test_method_factory.py
tests/py/unit/test_model.py
tests/py/unit/test_model_factory.py
tests/py/unit/test_pseudopotential_method.py