.gitattributes
.gitignore
.pre-commit-config.yaml
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/genindex.rst
docs/index.rst
docs/supercell.rst
docs/_static/.gitkeep
dsenum/README.md
dsenum/__init__.py
dsenum/_version.py
dsenum/coloring.py
dsenum/coloring_generator.py
dsenum/converter.py
dsenum/core.c
dsenum/core.pyx
dsenum/derivative_structure.py
dsenum/enumerate.py
dsenum/permutation_group.py
dsenum/polya.py
dsenum/py.typed
dsenum/site.py
dsenum/smith_normal_form.py
dsenum/superlattice.py
dsenum/utils.py
dsenum.egg-info/PKG-INFO
dsenum.egg-info/SOURCES.txt
dsenum.egg-info/dependency_links.txt
dsenum.egg-info/not-zip-safe
dsenum.egg-info/requires.txt
dsenum.egg-info/top_level.txt
dsenum/cluster/__init__.py
dsenum/cluster/point_cluster.py
examples/Sn_oxide.py
examples/group.py
examples/oxygen_deficient_perovskite.py
tests/README.md
tests/__init__.py
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