.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/deploy.yml
.github/workflows/draft-pdf.yml
.github/workflows/testing.yml
docs/changelog.md
docs/conf.py
docs/genindex.rst
docs/index.md
docs/references.bib
docs/_static/.gitkeep
docs/api/api.md
docs/api/api_core.md
docs/api/api_corep.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/development/development.md
docs/development/memo.md
docs/examples/examples.md
docs/examples/lattice_vibration.ipynb
docs/examples/phonopy_mp-2998.yaml.xz
docs/examples/spin_representation.ipynb
docs/examples/symmetry_adapted_tensor.ipynb
docs/formulation/formulation.md
docs/formulation/projection.md
docs/formulation/algorithm/algorithm.md
docs/formulation/algorithm/intertwiner.md
docs/formulation/algorithm/irreps_from_chain.md
docs/formulation/algorithm/irreps_from_regular.md
docs/formulation/algorithm/point_group_chain.mmd
docs/formulation/algorithm/point_group_chain.mmd.svg
docs/formulation/irreps/corep.md
docs/formulation/irreps/irreps.md
docs/formulation/irreps/reality.md
docs/formulation/irreps/spacegroup_irreps.md
docs/formulation/irreps/spinor.md
docs/paper/paper.bib
docs/paper/paper.md
examples/basic.py
examples/lattice_vibration.py
src/spgrep/__init__.py
src/spgrep/core.py
src/spgrep/corep.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_corep.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