.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
README.md
pyproject.toml
tag-from-pipeline.sh
tox.ini
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/tag_and_release.yml
examples/iqm_pennylane_demo.ipynb
src/pennylane_iqm/__init__.py
src/pennylane_iqm/device.py
src/pennylane_iqm/gates.py
src/pennylane_iqm/py.typed
src/pennylane_iqm/result.py
src/pennylane_iqm/translate.py
src/pennylane_iqm.egg-info/PKG-INFO
src/pennylane_iqm.egg-info/SOURCES.txt
src/pennylane_iqm.egg-info/dependency_links.txt
src/pennylane_iqm.egg-info/requires.txt
src/pennylane_iqm.egg-info/scm_file_list.json
src/pennylane_iqm.egg-info/scm_version.json
src/pennylane_iqm.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_device.py
tests/test_gates.py
tests/test_result.py
tests/test_translate.py