LICENSE
README.md
pyproject.toml
setup.py
src/pasted/_ext/_bond_angle_core.cpp
src/pasted/_ext/_combined_core.cpp
src/pasted/_ext/_graph_core.cpp
src/pasted/_ext/_maxent.cpp
src/pasted/_ext/_relax.cpp
src/pasted/_ext/_steinhardt.cpp
src/pasted/__init__.py
src/pasted/__main__.py
src/pasted/_atoms.py
src/pasted/_config.py
src/pasted/_generator.py
src/pasted/_io.py
src/pasted/_metrics.py
src/pasted/_optimizer.py
src/pasted/_placement.py
src/pasted/cli.py
src/pasted/neighbor_list.py
src/pasted/py.typed
src/pasted.egg-info/PKG-INFO
src/pasted.egg-info/SOURCES.txt
src/pasted.egg-info/dependency_links.txt
src/pasted.egg-info/entry_points.txt
src/pasted.egg-info/requires.txt
src/pasted.egg-info/top_level.txt
src/pasted/_ext/__init__.py
src/pasted/_ext/_bond_angle_core.cpp
src/pasted/_ext/_combined_core.cpp
src/pasted/_ext/_graph_core.cpp
src/pasted/_ext/_maxent.cpp
src/pasted/_ext/_relax.cpp
src/pasted/_ext/_steinhardt.cpp
tests/test_adversarial.py
tests/test_atoms.py
tests/test_atoms_extra.py
tests/test_cli.py
tests/test_cpp_fuzz.py
tests/test_docs_non_quickstart.py
tests/test_edge_cases.py
tests/test_edge_cases_2.py
tests/test_ext_init.py
tests/test_fallback_paths.py
tests/test_generator.py
tests/test_generator_extra.py
tests/test_io.py
tests/test_io_extra.py
tests/test_jitter_memory.py
tests/test_maxent.py
tests/test_metrics.py
tests/test_optimizer.py
tests/test_optimizer_extra.py
tests/test_placement.py
tests/test_property_based.py
tests/test_quickstart.py
tests/test_type_contracts.py
tests/test_type_coverage.py
tests/test_v044.py