.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
pyproject.toml
.github/workflows/pre-commit.yml
.github/workflows/pytest.yml
.github/workflows/wheels.yml
grassmann_tensor/__init__.py
grassmann_tensor/_version.py
grassmann_tensor/tensor.py
grassmann_tensor/version.py
grassmann_tensor.egg-info/PKG-INFO
grassmann_tensor.egg-info/SOURCES.txt
grassmann_tensor.egg-info/dependency_links.txt
grassmann_tensor.egg-info/requires.txt
grassmann_tensor.egg-info/top_level.txt
tests/__init__.py
tests/arithmetic_test.py
tests/attributes_test.py
tests/clone_test.py
tests/conversion_test.py
tests/creation_test.py
tests/import_test.py
tests/permute_test.py
tests/reverse_test.py
tests/update_mask_test.py