.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_core.md
docs/api_group.md
docs/api_irreps.md
docs/api_pointgroup.md
docs/api_representation.md
docs/api_transformation.md
docs/changelog.rst
docs/conf.py
docs/formulation.md
docs/genindex.rst
docs/index.md
docs/irreps_from_chain.md
docs/irreps_from_regular.md
docs/projection.md
docs/reality.md
docs/references.bib
docs/spacegroup_irreps.md
docs/_static/.gitkeep
examples/basic.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/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/requires.txt
src/spgrep.egg-info/top_level.txt
tests/conftest.py
tests/test_group.py
tests/test_irreps.py
tests/test_pointgroup.py
tests/test_representation.py
tests/test_transform.py
tests/test_utils.py