Cargo.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
liesym/__init__.py
liesym.egg-info/PKG-INFO
liesym.egg-info/SOURCES.txt
liesym.egg-info/dependency_links.txt
liesym.egg-info/not-zip-safe
liesym.egg-info/requires.txt
liesym.egg-info/top_level.txt
liesym/algebras/__init__.py
liesym/algebras/_backend.py
liesym/algebras/_base.py
liesym/algebras/_classic.py
liesym/algebras/_exceptionals.py
liesym/algebras/_methods.py
liesym/groups/__init__.py
liesym/groups/_base.py
liesym/groups/_cyclic.py
liesym/groups/_so.py
liesym/groups/_sp.py
liesym/groups/_su.py
liesym/groups/_u1.py
src/debug.rs
src/lib.rs
src/liealgebras.rs
src/utils.rs
tests/__init__.py
tests/test_algebra/__init__.py
tests/test_algebra/test_backend.py
tests/test_algebra/test_classic.py
tests/test_algebra/test_exceptionals.py
tests/test_group/__init__.py
tests/test_group/test_cyclic.py
tests/test_group/test_liegroup.py