.gitignore
CONVENTIONS.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
examples/README.md
examples/bloch_mapping_demo.py
examples/quaternion_basics.py
examples/spinor_basics.py
examples/su2_bloch_demo.py
examples/su2_rotation_demo.py
src/rqm_core/__init__.py
src/rqm_core/bloch.py
src/rqm_core/gates.py
src/rqm_core/linalg.py
src/rqm_core/py.typed
src/rqm_core/quaternion.py
src/rqm_core/spinor.py
src/rqm_core/su2.py
src/rqm_core/types.py
src/rqm_core/utils.py
src/rqm_core/validation.py
src/rqm_core.egg-info/PKG-INFO
src/rqm_core.egg-info/SOURCES.txt
src/rqm_core.egg-info/dependency_links.txt
src/rqm_core.egg-info/requires.txt
src/rqm_core.egg-info/top_level.txt
tests/test_bloch.py
tests/test_gates.py
tests/test_linalg.py
tests/test_public_api.py
tests/test_quaternion.py
tests/test_spinor.py
tests/test_su2.py
tests/test_utils.py
tests/test_validation.py