LICENSE
README.md
pyproject.toml
src/qsvt/__init__.py
src/qsvt/__main__.py
src/qsvt/approximation.py
src/qsvt/design.py
src/qsvt/matrices.py
src/qsvt/polynomials.py
src/qsvt/qsvt.py
src/qsvt/spectral.py
src/qsvt/templates.py
src/qsvt_pennylane.egg-info/PKG-INFO
src/qsvt_pennylane.egg-info/SOURCES.txt
src/qsvt_pennylane.egg-info/dependency_links.txt
src/qsvt_pennylane.egg-info/entry_points.txt
src/qsvt_pennylane.egg-info/requires.txt
src/qsvt_pennylane.egg-info/top_level.txt
tests/test_design.py
tests/test_qsvt_smoke.py
tests/test_templates.py