.gitignore
LICENSE
README.md
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/implementation_issue.yml
.github/workflows/draft-release.yml
.github/workflows/lint.yml
.github/workflows/python-publish-testpypi.yml
.github/workflows/python-publish.yml
.github/workflows/unit-tests.yaml
doc/getting_started.ipynb
doc/FR/README_FR.md
doc/FR/prise_en_main.ipynb
doc/assets/api_classes.puml
doc/assets/device_class.puml
doc/assets/error_structure.puml
doc/assets/monarq.default interaction.png
doc/assets/monarq.default sequence.png
doc/assets/monarq_default_interactions.puml
doc/assets/monarq_default_seqence.puml
doc/assets/pennylane_device.puml
doc/assets/transpiler_classes.puml
doc/for_developers/decomposed_circuit.png
doc/for_developers/deployment_workflows.md
doc/for_developers/deployment_workflows.png
doc/for_developers/job_events.ipynb
doc/for_developers/sample_json_circuit.json
doc/for_developers/using_api_adapter.ipynb
doc/for_developers/using_client.ipynb
doc/for_developers/using_configurations.ipynb
doc/for_developers/using_custom_gates.ipynb
doc/for_developers/using_custom_steps.ipynb
doc/for_developers/using_different_backends.ipynb
doc/for_developers/using_transpiler.ipynb
pennylane_calculquebec/__init__.py
pennylane_calculquebec/_version.py
pennylane_calculquebec/base_device.py
pennylane_calculquebec/device_exception.py
pennylane_calculquebec/exceptions.py
pennylane_calculquebec/logger.py
pennylane_calculquebec/monarq_backup.py
pennylane_calculquebec/monarq_data.py
pennylane_calculquebec/monarq_device.py
pennylane_calculquebec/monarq_sim.py
pennylane_calculquebec/pydoc_generator.py
pennylane_calculquebec.egg-info/PKG-INFO
pennylane_calculquebec.egg-info/SOURCES.txt
pennylane_calculquebec.egg-info/dependency_links.txt
pennylane_calculquebec.egg-info/entry_points.txt
pennylane_calculquebec.egg-info/requires.txt
pennylane_calculquebec.egg-info/top_level.txt
pennylane_calculquebec/API/__init__.py
pennylane_calculquebec/API/adapter.py
pennylane_calculquebec/API/client.py
pennylane_calculquebec/API/job.py
pennylane_calculquebec/API/retry_decorator.py
pennylane_calculquebec/processing/__init__.py
pennylane_calculquebec/processing/custom_gates.py
pennylane_calculquebec/processing/monarq_postproc.py
pennylane_calculquebec/processing/monarq_preproc.py
pennylane_calculquebec/processing/config/__init__.py
pennylane_calculquebec/processing/config/processing_config.py
pennylane_calculquebec/processing/decompositions/native_decomp_functions.py
pennylane_calculquebec/processing/interfaces/__init__.py
pennylane_calculquebec/processing/interfaces/base_step.py
pennylane_calculquebec/processing/interfaces/post_proc_step.py
pennylane_calculquebec/processing/interfaces/pre_proc_step.py
pennylane_calculquebec/processing/optimization_methods/iterative_commute_and_merge.py
pennylane_calculquebec/processing/steps/__init__.py
pennylane_calculquebec/processing/steps/base_decomposition.py
pennylane_calculquebec/processing/steps/decompose_readout.py
pennylane_calculquebec/processing/steps/gate_noise_simulation.py
pennylane_calculquebec/processing/steps/native_decomposition.py
pennylane_calculquebec/processing/steps/optimization.py
pennylane_calculquebec/processing/steps/placement.py
pennylane_calculquebec/processing/steps/print_steps.py
pennylane_calculquebec/processing/steps/readout_error_mitigation.py
pennylane_calculquebec/processing/steps/readout_noise_simulation.py
pennylane_calculquebec/processing/steps/routing.py
pennylane_calculquebec/utility/__init__.py
pennylane_calculquebec/utility/api.py
pennylane_calculquebec/utility/debug.py
pennylane_calculquebec/utility/graph.py
pennylane_calculquebec/utility/noise.py
pennylane_calculquebec/utility/optimization.py
tests/sample_circuits.py
tests/test_api_client.py
tests/test_integration.py
tests/test_logger.py
tests/test_monarq_backup.py
tests/test_monarq_data.py
tests/test_monarq_device.py
tests/test_monarq_fake.py
tests/test_monarq_postproc.py
tests/test_monarq_preproc.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/processing/custom_gates.py
tests/processing/config/test_processing_config.py
tests/processing/decompositions/test_base_decomp.py
tests/processing/decompositions/test_decompose_readout.py
tests/processing/decompositions/test_native_decomp.py
tests/processing/decompositions/test_native_decomp_functions.py
tests/processing/interfaces/test_abstract_steps.py
tests/processing/optimization_methods/test_commute_and_merge.py
tests/processing/steps/test_gate_noise_simulation.py
tests/processing/steps/test_placement.py
tests/processing/steps/test_printing_steps.py
tests/processing/steps/test_readout_mitigation.py
tests/processing/steps/test_readout_noise_simulation.py
tests/processing/steps/test_routing.py
tests/utility/test_debug_utility.py
tests/utility/test_graph_utility.py
tests/utility/test_optimization.py