LICENSE
MANIFEST.in
README.md
pyproject.toml
src/htlogicalgates/__init__.py
src/htlogicalgates/_utility.py
src/htlogicalgates/circuit.py
src/htlogicalgates/connectivity.py
src/htlogicalgates/htlogicalgates.py
src/htlogicalgates/stabilizercode.py
src/htlogicalgates.egg-info/PKG-INFO
src/htlogicalgates.egg-info/SOURCES.txt
src/htlogicalgates.egg-info/dependency_links.txt
src/htlogicalgates.egg-info/requires.txt
src/htlogicalgates.egg-info/top_level.txt
src/htlogicalgates/grb_interface/__init__.py
src/htlogicalgates/grb_interface/grb_enviroment.py
src/htlogicalgates/grb_interface/grb_gates.py
src/htlogicalgates/grb_interface/grb_math_interface.py
src/htlogicalgates/resources/__init__.py
src/htlogicalgates/resources/connectivities.json
src/htlogicalgates/resources/encodings.json
src/htlogicalgates/resources/resources.py
src/htlogicalgates/symplectic_rep/__init__.py
src/htlogicalgates/symplectic_rep/clifford_gate.py
src/htlogicalgates/symplectic_rep/helper.py
src/htlogicalgates/symplectic_rep/integer_symplectic.py
tests/test_circuit.py
tests/test_connectivity.py
tests/test_htlogicalgates.py
tests/test_stabilizercode.py
tests/test_symplectic_rep.py