LICENSE
README.md
pyproject.toml
src/physquirrel/__init__.py
src/physquirrel/convenience.py
src/physquirrel.egg-info/PKG-INFO
src/physquirrel.egg-info/SOURCES.txt
src/physquirrel.egg-info/dependency_links.txt
src/physquirrel.egg-info/requires.txt
src/physquirrel.egg-info/top_level.txt
src/physquirrel/algorithms/__init__.py
src/physquirrel/algorithms/cycle_resolution.py
src/physquirrel/algorithms/delta_heuristic.py
src/physquirrel/algorithms/qdistance.py
src/physquirrel/algorithms/qjoining.py
src/physquirrel/algorithms/qsimilarity.py
src/physquirrel/algorithms/squirrel.py
src/physquirrel/algorithms/tsp.py
src/physquirrel/algorithms/tstar_tree.py
src/physquirrel/algorithms/unresolve_tree.py
src/physquirrel/datatypes/__init__.py
src/physquirrel/datatypes/io.py
src/physquirrel/datatypes/sqprofile.py
src/physquirrel/datatypes/sqprofileset.py
tests/test_cycle_resolution.py
tests/test_delta_heuristic.py
tests/test_imports.py
tests/test_qdistance.py
tests/test_qsimilarity.py
tests/test_quartet_joining.py
tests/test_real_data.py
tests/test_sqprofile.py
tests/test_sqprofileset.py
tests/test_squirrel.py
tests/test_tsp.py
tests/test_tstar_tree.py
tests/test_unresolve_tree.py