.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/README.md
docs/changelog.md
docs/conf.py
docs/examples.md
docs/formulation.md
docs/genindex.rst
docs/index.md
docs/intertwiner.md
docs/irreps_from_chain.md
docs/irreps_from_regular.md
docs/point_group_chain.mmd
docs/point_group_chain.mmd.svg
docs/projection.md
docs/reality.md
docs/references.bib
docs/spacegroup_irreps.md
docs/spinor.md
docs/_static/.gitkeep
docs/api/api.md
docs/api/api_core.md
docs/api/api_group.md
docs/api/api_irreps.md
docs/api/api_pointgroup.md
docs/api/api_representation.md
docs/api/api_spinor.md
docs/api/api_tensor.md
docs/api/api_transformation.md
docs/examples/lattice_vibration.ipynb
docs/examples/phonopy_mp-2998.yaml.xz
docs/examples/symmetry_adapted_tensor.ipynb
examples/basic.py
examples/lattice_vibration.py
src/spgrep/__init__.py
src/spgrep/core.py
src/spgrep/group.py
src/spgrep/irreps.py
src/spgrep/pointgroup.py
src/spgrep/representation.py
src/spgrep/spinor.py
src/spgrep/tensor.py
src/spgrep/transform.py
src/spgrep/utils.py
src/spgrep.egg-info/PKG-INFO
src/spgrep.egg-info/SOURCES.txt
src/spgrep.egg-info/dependency_links.txt
src/spgrep.egg-info/not-zip-safe
src/spgrep.egg-info/requires.txt
src/spgrep.egg-info/top_level.txt
tests/conftest.py
tests/test_group.py
tests/test_irreps.py
tests/test_pir.py
tests/test_pointgroup.py
tests/test_representation.py
tests/test_spinor.py
tests/test_tensor.py
tests/test_transform.py
tests/test_utils.py