.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/deploy.yml
.github/workflows/testing.yml
docs/api.md
docs/api_irreps.md
docs/api_isotropy.md
docs/api_modulation.md
docs/band_connectivity.md
docs/changelog.md
docs/conf.py
docs/examples.md
docs/formulation.md
docs/group_velocity.md
docs/index.md
docs/isotropy_subgroup.md
docs/notes.md
docs/phonon.md
docs/references.bib
docs/supercell.md
docs/_static/.gitkeep
docs/examples/band_connectivity.ipynb
docs/examples/visualize.ipynb
examples/basic.py
examples/compatibility.py
examples/search.py
src/spgrep_modulation/__init__.py
src/spgrep_modulation/irreps.py
src/spgrep_modulation/isotropy.py
src/spgrep_modulation/modulation.py
src/spgrep_modulation/utils.py
src/spgrep_modulation/visualize.py
src/spgrep_modulation.egg-info/PKG-INFO
src/spgrep_modulation.egg-info/SOURCES.txt
src/spgrep_modulation.egg-info/dependency_links.txt
src/spgrep_modulation.egg-info/not-zip-safe
src/spgrep_modulation.egg-info/requires.txt
src/spgrep_modulation.egg-info/top_level.txt
tests/conftest.py
tests/phonopy_64_R_to_12.yaml
tests/phonopy_mp-1265.yaml.xz
tests/phonopy_mp-149.yaml.xz
tests/phonopy_mp-2998.yaml.xz
tests/phonopy_mp-661.yaml.xz
tests/test_irreps.py
tests/test_isotropy.py
tests/test_modulation.py
tests/test_utils.py
tests/test_version.py