.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/python-publish-testpypi.yml
.github/workflows/python-publish.yml
doc/getting_started.ipynb
doc/snowflake_tutorial.jl
doc/assets/interaction_diagram.png
doc/assets/interaction_diagram.puml
doc/assets/interaction_diagram_extended.png
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/project_structure.png
doc/assets/project_structure_2devices.bmp
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_transpiler.ipynb
pennylane_calculquebec/__init__.py
pennylane_calculquebec/_version.py
pennylane_calculquebec/execution_config.py
pennylane_calculquebec/julia_setup.py
pennylane_calculquebec/monarq_data.py
pennylane_calculquebec/monarq_device.py
pennylane_calculquebec/pennylane_converter.py
pennylane_calculquebec/pydoc_generator.py
pennylane_calculquebec/snowflurry_device.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/measurements/__init__.py
pennylane_calculquebec/measurements/counts.py
pennylane_calculquebec/measurements/expectation_value.py
pennylane_calculquebec/measurements/measurement_strategy.py
pennylane_calculquebec/measurements/probabilities.py
pennylane_calculquebec/measurements/sample.py
pennylane_calculquebec/measurements/state.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/equivalences.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/kmp.py
pennylane_calculquebec/utility/monarq_fake.py
pennylane_calculquebec/utility/noise.py
pennylane_calculquebec/utility/optimization.py
pennylane_calculquebec/utility/plotting.py
tests/sample_circuits.py
tests/test_abstract_steps.py
tests/test_api_adapter.py
tests/test_api_utility.py
tests/test_base_decomp.py
tests/test_commute_and_merge.py
tests/test_custom_gates.py
tests/test_debug_utility.py
tests/test_decompose_readout.py
tests/test_gate_noise_simulation.py
tests/test_job.py
tests/test_kmp.py
tests/test_monarq_data.py
tests/test_monarq_device.py
tests/test_monarq_postproc.py
tests/test_monarq_preproc.py
tests/test_native_decomp.py
tests/test_native_decomp_functions.py
tests/test_optimization.py
tests/test_pennylaneConverter.py
tests/test_pennylaneSubroutine.py
tests/test_pennylaneTests.py
tests/test_place_route.py
tests/test_placement.py
tests/test_processing_config.py
tests/test_snowflurryQubitDevice.py