.gitattributes
.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
clean.sh
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/deploy.yml
.github/workflows/testing.yml
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/developer_note.rst
docs/examples.rst
docs/genindex.rst
docs/index.md
docs/supercell.rst
docs/_static/.gitkeep
docs/examples/basic.ipynb
docs/examples/constraints.ipynb
docs/examples/performance.ipynb
src/dsenum/__init__.py
src/dsenum/_version.py
src/dsenum/coloring.py
src/dsenum/coloring_generator.py
src/dsenum/converter.py
src/dsenum/core.c
src/dsenum/core.pyx
src/dsenum/derivative_structure.py
src/dsenum/enumerate.py
src/dsenum/permutation_group.py
src/dsenum/polya.py
src/dsenum/py.typed
src/dsenum/site.py
src/dsenum/superlattice.py
src/dsenum/utils.py
src/dsenum.egg-info/PKG-INFO
src/dsenum.egg-info/SOURCES.txt
src/dsenum.egg-info/dependency_links.txt
src/dsenum.egg-info/not-zip-safe
src/dsenum.egg-info/requires.txt
src/dsenum.egg-info/top_level.txt
src/dsenum/cluster/__init__.py
src/dsenum/cluster/point_cluster.py
tests/README.md
tests/test_benchmark.py
tests/test_coloring_generator.py
tests/test_converter.py
tests/test_derivative_structure.py
tests/test_enumeration.py
tests/test_permutation.py
tests/test_polya.py
tests/test_smith_normal_form.py
tests/test_superlattice.py
tests/test_utils.py
tests/cluster/__init__.py
tests/cluster/test_point_cluster.py