.coveragerc
.gitignore
.pylintrc
AUTHORS.rst
CHANGELOG.rst
CODEOWNERS
DEVELOPMENT.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/release.yml
docs/API.rst
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/user_guide.rst
docs/_templates/autosummary-class-template.rst
docs/_templates/autosummary-module-template.rst
docs/images/IQM-LOGO-BLACK.jpg
examples/demo_adonis.py
examples/demo_common.py
examples/demo_iqm_execution.py
examples/demo_valkmusa.py
examples/usage.ipynb
src/cirq_iqm/__init__.py
src/cirq_iqm/adonis.py
src/cirq_iqm/extended_qasm_parser.py
src/cirq_iqm/iqm_device.py
src/cirq_iqm/iqm_gates.py
src/cirq_iqm/iqm_operation_mapping.py
src/cirq_iqm/iqm_sampler.py
src/cirq_iqm/valkmusa.py
src/cirq_iqm.egg-info/PKG-INFO
src/cirq_iqm.egg-info/SOURCES.txt
src/cirq_iqm.egg-info/dependency_links.txt
src/cirq_iqm.egg-info/not-zip-safe
src/cirq_iqm.egg-info/requires.txt
src/cirq_iqm.egg-info/top_level.txt
tests/.pylintrc
tests/__init__.py
tests/conftest.py
tests/settings.json
tests/test_adonis.py
tests/test_iqm_gates.py
tests/test_iqm_operation_mapping.py
tests/test_iqm_sampler.py
tests/test_optimization.py
tests/test_valkmusa.py