LICENSE
README.md
pyproject.toml
dependencies/dos-fingerprints/nomad_dos_fingerprints/DOSfingerprint.py
dependencies/dos-fingerprints/nomad_dos_fingerprints/__init__.py
dependencies/dos-fingerprints/nomad_dos_fingerprints/grid.py
dependencies/dos-fingerprints/nomad_dos_fingerprints/plotting.py
dependencies/dos-fingerprints/nomad_dos_fingerprints/similarity.py
dependencies/similarity-threshold-clusterer/src/threshold_clusterer/__init__.py
dependencies/similarity-threshold-clusterer/src/threshold_clusterer/threshold_clusterer.py
dependencies/similarity-threshold-clusterer/tests/test_threshold_clusterer.py
madas.egg-info/PKG-INFO
madas.egg-info/SOURCES.txt
madas.egg-info/dependency_links.txt
madas.egg-info/requires.txt
madas.egg-info/top_level.txt
src/madas/__init__.py
src/madas/analysis.py
src/madas/clustering.py
src/madas/data_framework.py
src/madas/fingerprint.py
src/madas/material.py
src/madas/plotting.py
src/madas/similarity.py
src/madas/utils.py
src/madas/apis/NOMAD_web_API.py
src/madas/apis/__init__.py
src/madas/apis/api_core.py
src/madas/apis/local_data_API.py
src/madas/backend/ASE_backend.py
src/madas/backend/__init__.py
src/madas/backend/backend_core.py
src/madas/backend/dictionary_backend.py
src/madas/fingerprints/DOS_fingerprint.py
src/madas/fingerprints/DUMMY_fingerprint.py
src/madas/fingerprints/PROP_fingerprint.py
src/madas/fingerprints/PTE_fingerprint.py
src/madas/fingerprints/SYM_fingerprint.py
src/madas/fingerprints/__init__.py
tests/test_analysis.py
tests/test_apis_NOMAD_web_API.py
tests/test_apis_local_data_API.py
tests/test_backend_AtomsDB.py
tests/test_backend_DictBackend.py
tests/test_clustering.py
tests/test_data_framework.py
tests/test_fingerprint.py
tests/test_fingerprints_DOS_fingerprint.py
tests/test_fingerprints_DUMMY_fingerprint.py
tests/test_fingerprints_PROP_fingerprint.py
tests/test_material.py
tests/test_similarity.py
tests/test_utils.py