.gitignore
LICENCE
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/implementation_issue.yml
.github/workflows/draft-release.yml
.github/workflows/lint.yml
.github/workflows/pypi-publish.yml
.github/workflows/unit-test.yml
docs/getting_started.ipynb
docs/FR/README_FR.md
docs/FR/prise_en_main.ipynb
docs/developer/deployment_workflows.md
docs/developer/deployment_workflows.png
qiskit_calculquebec/__init__.py
qiskit_calculquebec/_version.py
qiskit_calculquebec.egg-info/PKG-INFO
qiskit_calculquebec.egg-info/SOURCES.txt
qiskit_calculquebec.egg-info/dependency_links.txt
qiskit_calculquebec.egg-info/requires.txt
qiskit_calculquebec.egg-info/top_level.txt
qiskit_calculquebec/API/__init__.py
qiskit_calculquebec/API/adapter.py
qiskit_calculquebec/API/api_utility.py
qiskit_calculquebec/API/client.py
qiskit_calculquebec/API/job.py
qiskit_calculquebec/API/retry_decorator.py
qiskit_calculquebec/backends/__init__.py
qiskit_calculquebec/backends/monarq_backend.py
qiskit_calculquebec/backends/targets/__init__.py
qiskit_calculquebec/backends/targets/anyon_target.py
qiskit_calculquebec/backends/targets/monarq.py
qiskit_calculquebec/backends/targets/yukon.py
qiskit_calculquebec/backends/utils/job.py
qiskit_calculquebec/custom_gates/__init__.py
qiskit_calculquebec/custom_gates/ry_90_gate.py
qiskit_calculquebec/custom_gates/ry_m90_gate.py
qiskit_calculquebec/provider/__init__.py
qiskit_calculquebec/provider/provider.py
tests/API/test_api_adapter.py
tests/API/test_api_retry.py
tests/API/test_api_utility.py
tests/API/test_job.py
tests/backends/test_monarq_backend.py
tests/backends/targets/test_monarq.py
tests/backends/targets/test_yukon.py