LICENSE
README.md
pyproject.toml
fracpta/__init__.py
fracpta/live.py
fracpta/study.py
fracpta.egg-info/PKG-INFO
fracpta.egg-info/SOURCES.txt
fracpta.egg-info/dependency_links.txt
fracpta.egg-info/requires.txt
fracpta.egg-info/top_level.txt
fracpta/core/__init__.py
fracpta/core/rng.py
fracpta/core/trace.py
fracpta/deep/__init__.py
fracpta/deep/datasets.py
fracpta/deep/models.py
fracpta/deep/train.py
fracpta/dfn/__init__.py
fracpta/dfn/_dfm_worker.py
fracpta/dfn/darts_dfm.py
fracpta/dfn/darts_scaling.py
fracpta/dfn/darts_welltest.py
fracpta/dfn/descriptors.py
fracpta/dfn/dfm_fidelity.py
fracpta/dfn/dfm_study.py
fracpta/dfn/dfn_mesh.py
fracpta/dfn/geodfn_adapter.py
fracpta/io/__init__.py
fracpta/io/contract.py
fracpta/io/field_data.py
fracpta/io/formats.py
fracpta/io/real_data.py
fracpta/io/schema.py
fracpta/methods/__init__.py
fracpta/methods/attribution_plus.py
fracpta/methods/clustering.py
fracpta/methods/representations.py
fracpta/model/__init__.py
fracpta/model/pta.py
fracpta/stages/__init__.py
fracpta/stages/evaluate.py
fracpta/stages/feature_extraction.py
fracpta/stages/infer.py
fracpta/stages/preprocess.py
fracpta/stages/train.py
tests/test_attribution_plus.py
tests/test_clustering_methods.py
tests/test_contract.py
tests/test_darts.py
tests/test_descriptors.py
tests/test_dfm.py
tests/test_dfn_determinism.py
tests/test_dfn_mesh.py
tests/test_field.py
tests/test_live.py
tests/test_real_data.py
tests/test_representations.py
tests/test_study.py
tests/test_trace.py