.gitignore
.pylintrc
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mypy.ini
pyproject.toml
tox.ini
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/bump-version.yml
.github/workflows/docs.yml
.github/workflows/format.yml
.github/workflows/main.yml
.github/workflows/pre-release.yml
.github/workflows/release.yml
bin/build_sdist.sh
bin/bump_version.py
bin/create_dev_build.sh
bin/install_wheel_extras.sh
bin/stamp_pre_release.py
bin/test_sdist.sh
bin/cibw/build_wheels.sh
bin/cibw/pre_build.sh
bin/cibw/test_wheel.sh
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/favicon.ico
docs/_static/logo.png
docs/_static/pyqasm.svg
docs/_static/css/custom.css
docs/_static/css/s4defs-roles.css
docs/api/pyqasm.rst
examples/README.md
examples/unroll_example.py
examples/validate_example.py
src/README.md
src/pyqasm/__init__.py
src/pyqasm/_version.py
src/pyqasm/analyzer.py
src/pyqasm/elements.py
src/pyqasm/entrypoint.py
src/pyqasm/exceptions.py
src/pyqasm/expressions.py
src/pyqasm/linalg.py
src/pyqasm/maps.py
src/pyqasm/py.typed
src/pyqasm/subroutines.py
src/pyqasm/transformer.py
src/pyqasm/validator.py
src/pyqasm/visitor.py
src/pyqasm.egg-info/PKG-INFO
src/pyqasm.egg-info/SOURCES.txt
src/pyqasm.egg-info/dependency_links.txt
src/pyqasm.egg-info/entry_points.txt
src/pyqasm.egg-info/requires.txt
src/pyqasm.egg-info/top_level.txt
src/pyqasm/accelerate/__init__.py
src/pyqasm/accelerate/linalg.pyx
src/pyqasm/cli/__init__.py
src/pyqasm/cli/main.py
src/pyqasm/cli/validate.py
src/pyqasm/modules/__init__.py
src/pyqasm/modules/base.py
src/pyqasm/modules/qasm2.py
src/pyqasm/modules/qasm3.py
tests/__init__.py
tests/test_include.py
tests/test_linalg.py
tests/utils.py
tests/cli/test_cli_commands.py
tests/cli/resources/invalid1.qasm
tests/cli/resources/valid1.qasm
tests/cli/resources/valid2.qasm
tests/qasm2/__init__.py
tests/qasm2/test_declarations.py
tests/qasm2/test_depth.py
tests/qasm2/test_format.py
tests/qasm2/test_operations.py
tests/qasm2/test_rotation_gates.py
tests/qasm2/test_to_qasm3.py
tests/qasm3/__init__.py
tests/qasm3/conftest.py
tests/qasm3/test_alias.py
tests/qasm3/test_barrier.py
tests/qasm3/test_depth.py
tests/qasm3/test_entrypoint.py
tests/qasm3/test_expressions.py
tests/qasm3/test_format.py
tests/qasm3/test_gates.py
tests/qasm3/test_if.py
tests/qasm3/test_loop.py
tests/qasm3/test_measurement.py
tests/qasm3/test_reset.py
tests/qasm3/test_sizeof.py
tests/qasm3/test_switch.py
tests/qasm3/test_transformations.py
tests/qasm3/test_version.py
tests/qasm3/declarations/__init__.py
tests/qasm3/declarations/test_classical.py
tests/qasm3/declarations/test_quantum.py
tests/qasm3/resources/__init__.py
tests/qasm3/resources/gates.py
tests/qasm3/resources/subroutines.py
tests/qasm3/resources/variables.py
tests/qasm3/resources/qasm/custom_gate_complex.qasm
tests/qasm3/resources/qasm/custom_gate_nested.qasm
tests/qasm3/resources/qasm/custom_gate_simple.qasm
tests/qasm3/subroutines/__init__.py
tests/qasm3/subroutines/test_subroutines.py
tests/qasm3/subroutines/test_subroutines_arrays.py