.coveragerc
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
bin/apply-header.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/requirements.txt
examples/ionq_gates.py
src/autoqasm/__init__.py
src/autoqasm/api.py
src/autoqasm/constants.py
src/autoqasm/errors.py
src/autoqasm/hybrid_job.py
src/autoqasm/reserved_keywords.py
src/autoqasm.egg-info/PKG-INFO
src/autoqasm.egg-info/SOURCES.txt
src/autoqasm.egg-info/dependency_links.txt
src/autoqasm.egg-info/entry_points.txt
src/autoqasm.egg-info/requires.txt
src/autoqasm.egg-info/top_level.txt
src/autoqasm/converters/__init__.py
src/autoqasm/converters/arithmetic.py
src/autoqasm/converters/assignments.py
src/autoqasm/converters/break_statements.py
src/autoqasm/converters/comparisons.py
src/autoqasm/converters/return_statements.py
src/autoqasm/converters/typecast.py
src/autoqasm/instructions/__init__.py
src/autoqasm/instructions/gates.py
src/autoqasm/instructions/instructions.py
src/autoqasm/instructions/measurements.py
src/autoqasm/instructions/qubits.py
src/autoqasm/operators/__init__.py
src/autoqasm/operators/arithmetic.py
src/autoqasm/operators/assignments.py
src/autoqasm/operators/comparisons.py
src/autoqasm/operators/conditional_expressions.py
src/autoqasm/operators/control_flow.py
src/autoqasm/operators/data_structures.py
src/autoqasm/operators/exceptions.py
src/autoqasm/operators/logical.py
src/autoqasm/operators/return_statements.py
src/autoqasm/operators/slices.py
src/autoqasm/operators/typecast.py
src/autoqasm/operators/utils.py
src/autoqasm/program/__init__.py
src/autoqasm/program/gate_calibrations.py
src/autoqasm/program/pragmas.py
src/autoqasm/program/program.py
src/autoqasm/program/serialization_properties.py
src/autoqasm/pulse/__init__.py
src/autoqasm/pulse/pulse.py
src/autoqasm/simulator/__init__.py
src/autoqasm/simulator/conversion.py
src/autoqasm/simulator/linalg_utils.py
src/autoqasm/simulator/native_interpreter.py
src/autoqasm/simulator/program_context.py
src/autoqasm/simulator/simulation.py
src/autoqasm/simulator/simulator.py
src/autoqasm/transpiler/__init__.py
src/autoqasm/transpiler/transpiler.py
src/autoqasm/types/__init__.py
src/autoqasm/types/conversions.py
src/autoqasm/types/types.py
test/unit_tests/autoqasm/conftest.py
test/unit_tests/autoqasm/mock_transpiler.py
test/unit_tests/autoqasm/test_annotations.py
test/unit_tests/autoqasm/test_api.py
test/unit_tests/autoqasm/test_converters.py
test/unit_tests/autoqasm/test_devices.py
test/unit_tests/autoqasm/test_gate_calibrations.py
test/unit_tests/autoqasm/test_gate_decorator.py
test/unit_tests/autoqasm/test_gate_definitions.py
test/unit_tests/autoqasm/test_hybrid_job.py
test/unit_tests/autoqasm/test_operators.py
test/unit_tests/autoqasm/test_parameters.py
test/unit_tests/autoqasm/test_pragmas.py
test/unit_tests/autoqasm/test_program.py
test/unit_tests/autoqasm/test_pulse.py
test/unit_tests/autoqasm/test_return.py
test/unit_tests/autoqasm/test_serialization_config.py
test/unit_tests/autoqasm/test_simulator.py
test/unit_tests/autoqasm/test_transpiler.py
test/unit_tests/autoqasm/test_types.py