.coveragerc
.gitignore
.pre-commit-config.yaml
BENCHMARK.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
pytest.ini
requirements-docs.txt
setup.py
./merlin/__init__.py
./merlin/algorithms/__init__.py
./merlin/algorithms/feed_forward.py
./merlin/algorithms/feed_forward_legacy.py
./merlin/algorithms/kernels.py
./merlin/algorithms/layer.py
./merlin/algorithms/layer_utils.py
./merlin/algorithms/loss.py
./merlin/algorithms/module.py
./merlin/bridge/__init__.py
./merlin/bridge/quantum_bridge.py
./merlin/builder/__init__.py
./merlin/builder/circuit_builder.py
./merlin/core/__init__.py
./merlin/core/base.py
./merlin/core/circuit.py
./merlin/core/components.py
./merlin/core/computation_space.py
./merlin/core/merlin_processor.py
./merlin/core/partial_measurement.py
./merlin/core/probability_distribution.py
./merlin/core/process.py
./merlin/core/state.py
./merlin/core/state_vector.py
./merlin/datasets/__init__.py
./merlin/datasets/fashion_mnist.py
./merlin/datasets/iris.py
./merlin/datasets/k_mnist.py
./merlin/datasets/metadata.py
./merlin/datasets/mnist_digits.py
./merlin/datasets/spiral.py
./merlin/datasets/utils.py
./merlin/measurement/__init__.py
./merlin/measurement/autodiff.py
./merlin/measurement/deprecations.py
./merlin/measurement/detectors.py
./merlin/measurement/mappers.py
./merlin/measurement/photon_loss.py
./merlin/measurement/process.py
./merlin/measurement/strategies.py
./merlin/pcvl_pytorch/__init__.py
./merlin/pcvl_pytorch/locirc_to_tensor.py
./merlin/pcvl_pytorch/slos_torchscript.py
./merlin/pcvl_pytorch/utils.py
./merlin/utils/__init__.py
./merlin/utils/combinadics.py
./merlin/utils/deprecations.py
./merlin/utils/dtypes.py
./merlin/utils/grouping.py
./merlin/utils/normalization.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/build-publish.yml
.github/workflows/ci.yml
.github/workflows/coverage.yml
benchmarks/benchmark_layer.py
benchmarks/benchmark_no_bunching.py
benchmarks/benchmark_robustness.py
benchmarks/benchmark_slos_core.py
benchmarks/benchmark_unitary_conversion.py
docs/HOW_TO_USE_CARD.md
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/multiversion_config/conf.py
docs/source/conf.py
docs/source/contribution.rst
docs/source/index.rst
docs/source/references.bib
docs/source/research_ecosystem.rst
docs/source/QML_library/QML_library_other_papers.bib
docs/source/QML_library/QML_library_reproduced_papers.bib
docs/source/QML_library/QML_library_reproduced_papers_in_progress.bib
docs/source/QML_library/QML_library_reproduced_papers_to_do.bib
docs/source/QML_library/index.rst
docs/source/_data/galleries/AA_study_gallery.json
docs/source/_data/galleries/contribution_repositories.json
docs/source/_data/galleries/first_quantum_layers.json
docs/source/_data/galleries/gallery_test_colors.json
docs/source/_data/galleries/gallery_test_many_tags.json
docs/source/_data/galleries/gallery_test_max_columns.json
docs/source/_data/galleries/quick_start_next_steps.json
docs/source/_data/galleries/quickstart_notebook.json
docs/source/_data/galleries/research_ecosystem_around_world.json
docs/source/_data/galleries/welcome_intro_cards_4.json
docs/source/_data/galleries/welcome_next_steps_cards.json
docs/source/_data/galleries/welcome_reproduction_cards.json
docs/source/_data/galleries/examples/applications.json
docs/source/_data/galleries/examples/benchmarks.json
docs/source/_data/galleries/examples/core_concepts.json
docs/source/_data/galleries/examples/getting_started.json
docs/source/_data/galleries/examples/hardware_examples.json
docs/source/_data/galleries/examples/model_families.json
docs/source/_data/galleries/examples/new_release.json
docs/source/_data/galleries/examples/other_notebooks_1.json
docs/source/_data/galleries/examples/qml_research.json
docs/source/_data/galleries/examples/reproduced_highlights.json
docs/source/_data/galleries/quantum_expert/algo_back.json
docs/source/_data/galleries/quantum_expert/algo_design.json
docs/source/_data/galleries/quantum_expert/exp_support.json
docs/source/_data/galleries/quantum_expert/phy_mat_back.json
docs/source/_data/galleries/quantum_expert/quantum_bridge.json
docs/source/_data/galleries/reproduced_papers/amplitude_limitations_external_links.json
docs/source/_data/galleries/reproduced_papers/data_reuploading_external_links.json
docs/source/_data/galleries/reproduced_papers/distributed_nn_external_links.json
docs/source/_data/galleries/reproduced_papers/fock_state_expressivity_external_links.json
docs/source/_data/galleries/reproduced_papers/hqnn-gallery.json
docs/source/_data/galleries/reproduced_papers/memristor_gallery.json
docs/source/_data/galleries/reproduced_papers/nearest_centroids_external_links.json
docs/source/_data/galleries/reproduced_papers/photonic_enhanced_kernel_gallery.json
docs/source/_data/galleries/reproduced_papers/photonic_qcnn_external_links.json
docs/source/_data/galleries/reproduced_papers/photonic_qgan_external_links.json
docs/source/_data/galleries/reproduced_papers/qcnn_data_classification_external_links.json
docs/source/_data/galleries/reproduced_papers/qllm_gallery.json
docs/source/_data/galleries/reproduced_papers/qssl_external_links.json
docs/source/_data/galleries/reproduced_papers/quantum_adversarial_ml_external_links.json
docs/source/_data/galleries/reproduced_papers/quantum_reservoir_computing_external_links.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_advanced_training.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_computer_vision.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_distributed_training.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_future_proofing.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_highlights.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_kernel_methods.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_sequential.json
docs/source/_data/galleries/reproduced_papers/reproduced_papers_variational_methods.json
docs/source/_data/galleries/user_guide/master_output.json
docs/source/_data/galleries/user_guide/master_quantum_layer.json
docs/source/_data/galleries/user_guide/migration.json
docs/source/_data/galleries/user_guide/mixing_gates.json
docs/source/_data/galleries/user_guide/send_code_qpu.json
docs/source/_data/galleries/user_guide/specific_algorithms.json
docs/source/_ext/merlin_gallery.py
docs/source/_static/css/style.css
docs/source/_static/ecosystem/Fig5_QAML.png
docs/source/_static/ecosystem/Radiomics.png
docs/source/_static/examples/Lorenz-series.png
docs/source/_static/examples/QORC-timeseries-pred.png
docs/source/_static/examples/SimpleToBuilder.svg
docs/source/_static/examples/VQC_plot.png
docs/source/_static/examples/binary-classification.png
docs/source/_static/examples/iris_sepal_classes.png
docs/source/_static/examples/quickstart.png
docs/source/_static/img/Circ_builder.png
docs/source/_static/img/Circ_manual.png
docs/source/_static/img/Circ_simple.png
docs/source/_static/img/Interferometer_training.png
docs/source/_static/img/Iris_pipeline.png
docs/source/_static/img/Merlin icon white 32x32.ico
docs/source/_static/img/Merlin logo white 160x160.png
docs/source/_static/img/QCNN_adaptive.png
docs/source/_static/img/QORC-time.png
docs/source/_static/img/SW-BS.png
docs/source/_static/img/SW-few-photons.png
docs/source/_static/img/SW-layer-photons.png
docs/source/_static/img/SW-photons.png
docs/source/_static/img/SW-times-photons.png
docs/source/_static/img/SW-times.png
docs/source/_static/img/WorkFlow.png
docs/source/_static/img/benchmark_21.png
docs/source/_static/img/binary_iris.png
docs/source/_static/img/classifying_circles_decision_simple.png
docs/source/_static/img/computation_space.png
docs/source/_static/img/diagrams.png
docs/source/_static/img/from_simple_to_builder_galley_img.png
docs/source/_static/img/gan_fourier.png
docs/source/_static/img/gan_kernel.png
docs/source/_static/img/gan_sinks.png
docs/source/_static/img/general_interferometer.png
docs/source/_static/img/generic4.svg
docs/source/_static/img/grouping.png
docs/source/_static/img/kernel_trick.png
docs/source/_static/img/merlin_black.png
docs/source/_static/img/merlin_black.svg
docs/source/_static/img/merlin_white.png
docs/source/_static/img/merlin_white.svg
docs/source/_static/img/mzi.svg
docs/source/_static/img/noise_measure.png
docs/source/_static/img/notebooks_Quantum_teleportation_feed_forward_25_0.svg
docs/source/_static/img/notebooks_Tutorial_28_0.svg
docs/source/_static/img/paper_photonic_qgan.png
docs/source/_static/img/papers_21.png
docs/source/_static/img/partial_measurement.png
docs/source/_static/img/perceval_quest_paper.png
docs/source/_static/img/quandela_cloud.png
docs/source/_static/img/quantumbridge.png
docs/source/_static/img/release_0.3.png
docs/source/_static/img/reservoir_scheme.png
docs/source/_static/img/builder_layer/entang_depth1.png
docs/source/_static/img/builder_layer/entang_depth2.png
docs/source/_static/img/builder_layer/entangling_layer.png
docs/source/_static/img/builder_layer/entangling_layer_depth2.png
docs/source/_static/img/builder_layer/generic.png
docs/source/_static/img/builder_layer/generic_0_1_3.png
docs/source/_static/img/builder_layer/generic_0_3.png
docs/source/_static/img/builder_layer/rotation_comp.png
docs/source/_static/img/builder_layer/rotation_layer.png
docs/source/_static/img/builder_layer/supp_012.png
docs/source/_static/img/builder_layer/with_1_section.png
docs/source/_static/img/builder_layer/with_adjoint_sections.png
docs/source/_static/reproduced_papers/AA_study.png
docs/source/_static/reproduced_papers/AdversarialML.pdf
docs/source/_static/reproduced_papers/AdversarialML.png
docs/source/_static/reproduced_papers/Centroids.png
docs/source/_static/reproduced_papers/DQNN.png
docs/source/_static/reproduced_papers/DataReuploading.png
docs/source/_static/reproduced_papers/GanEtAl.png
docs/source/_static/reproduced_papers/PhotonicQCNN.png
docs/source/_static/reproduced_papers/PhotonicQCNN_state_injection.png
docs/source/_static/reproduced_papers/QLSTM.png
docs/source/_static/reproduced_papers/QORC.png
docs/source/_static/reproduced_papers/QRKD.png
docs/source/_static/reproduced_papers/QRNN.png
docs/source/_static/reproduced_papers/TransferLearning.png
docs/source/_static/reproduced_papers/photonicQGAN.png
docs/source/_static/reproduced_papers/QCNN_data_classification/Photonic_QConv.png
docs/source/_static/reproduced_papers/QCNN_data_classification/quantum_vs_classical.png
docs/source/_static/reproduced_papers/hqnn/HQNN_params.png
docs/source/_static/reproduced_papers/hqnn/Results.png
docs/source/_static/reproduced_papers/hqnn/acc_param_wrt_features.png
docs/source/_static/reproduced_papers/hqnn/blobs_dataset.png
docs/source/_static/reproduced_papers/hqnn/cl_NN_params.png
docs/source/_static/reproduced_papers/memristor/results.png
docs/source/_static/reproduced_papers/photonic_enhanced_kernels/results-for-readme/accuracy_vs_geometric_difference/n=2/plot.png
docs/source/_static/reproduced_papers/photonic_enhanced_kernels/results-for-readme/accuracy_vs_input_state/plot.png
docs/source/_static/reproduced_papers/photonic_enhanced_kernels/results-for-readme/accuracy_vs_kernel/hyperparameters.json
docs/source/_static/reproduced_papers/photonic_enhanced_kernels/results-for-readme/accuracy_vs_kernel/plot.png
docs/source/_static/reproduced_papers/qSSL/SSL_FT.png
docs/source/_static/reproduced_papers/qSSL/SSL_training_losses.png
docs/source/_static/reproduced_papers/qSSL/qSSL_model.png
docs/source/_static/reproduced_papers/qllm/hp_study_qllm.png
docs/source/_static/reproduced_papers/qllm/qllm_setup.png
docs/source/_static/reproduced_papers/qllm/tSNE-embeddings.png
docs/source/_static/reproduced_papers/qllm/training_curves.png
docs/source/_templates/layout.html
docs/source/_templates/page.html
docs/source/_templates/versions.html
docs/source/api_reference/aliases.rst
docs/source/api_reference/index.rst
docs/source/api_reference/api/merlin.algorithms.feed_forward.rst
docs/source/api_reference/api/merlin.algorithms.feed_forward_legacy.rst
docs/source/api_reference/api/merlin.algorithms.kernels.rst
docs/source/api_reference/api/merlin.algorithms.layer.rst
docs/source/api_reference/api/merlin.algorithms.layer_utils.rst
docs/source/api_reference/api/merlin.algorithms.loss.rst
docs/source/api_reference/api/merlin.algorithms.module.rst
docs/source/api_reference/api/merlin.algorithms.rst
docs/source/api_reference/api/merlin.bridge.quantum_bridge.rst
docs/source/api_reference/api/merlin.bridge.rst
docs/source/api_reference/api/merlin.builder.circuit_builder.rst
docs/source/api_reference/api/merlin.builder.rst
docs/source/api_reference/api/merlin.core.base.rst
docs/source/api_reference/api/merlin.core.circuit.rst
docs/source/api_reference/api/merlin.core.components.rst
docs/source/api_reference/api/merlin.core.computation_space.rst
docs/source/api_reference/api/merlin.core.generators.rst
docs/source/api_reference/api/merlin.core.merlin_processor.rst
docs/source/api_reference/api/merlin.core.partial_measurement.rst
docs/source/api_reference/api/merlin.core.photonicbackend.rst
docs/source/api_reference/api/merlin.core.probability_distribution.rst
docs/source/api_reference/api/merlin.core.process.rst
docs/source/api_reference/api/merlin.core.rst
docs/source/api_reference/api/merlin.core.state.rst
docs/source/api_reference/api/merlin.core.state_vector.rst
docs/source/api_reference/api/merlin.datasets.fashion_mnist.rst
docs/source/api_reference/api/merlin.datasets.iris.rst
docs/source/api_reference/api/merlin.datasets.k_mnist.rst
docs/source/api_reference/api/merlin.datasets.metadata.rst
docs/source/api_reference/api/merlin.datasets.mnist_digits.rst
docs/source/api_reference/api/merlin.datasets.rst
docs/source/api_reference/api/merlin.datasets.spiral.rst
docs/source/api_reference/api/merlin.datasets.utils.rst
docs/source/api_reference/api/merlin.measurement.autodiff.rst
docs/source/api_reference/api/merlin.measurement.detectors.rst
docs/source/api_reference/api/merlin.measurement.mappers.rst
docs/source/api_reference/api/merlin.measurement.photon_loss.rst
docs/source/api_reference/api/merlin.measurement.process.rst
docs/source/api_reference/api/merlin.measurement.rst
docs/source/api_reference/api/merlin.measurement.strategies.rst
docs/source/api_reference/api/merlin.pcvl_pytorch.locirc_to_tensor.rst
docs/source/api_reference/api/merlin.pcvl_pytorch.rst
docs/source/api_reference/api/merlin.pcvl_pytorch.slos_torchscript.rst
docs/source/api_reference/api/merlin.pcvl_pytorch.utils.rst
docs/source/api_reference/api/merlin.utils.combinadics.rst
docs/source/api_reference/api/merlin.utils.deprecations.rst
docs/source/api_reference/api/merlin.utils.dtypes.rst
docs/source/api_reference/api/merlin.utils.grouping.rst
docs/source/api_reference/api/merlin.utils.normalization.rst
docs/source/api_reference/api/merlin.utils.rst
docs/source/examples/index.rst
docs/source/notebooks/FirstQuantumLayers.ipynb
docs/source/notebooks/FromSimpleToBuilder.ipynb
docs/source/notebooks/HelloWorldMerLinCloud.ipynb
docs/source/notebooks/Kernels.ipynb
docs/source/notebooks/QORC-basics.ipynb
docs/source/notebooks/QORC-demo-MNIST.ipynb
docs/source/notebooks/QORC-timeseries.ipynb
docs/source/notebooks/binary_classification.ipynb
docs/source/notebooks/classifying_circles_from_installation.ipynb
docs/source/notebooks/iris_classification.ipynb
docs/source/notebooks/release_0,3_highlights.ipynb
docs/source/notebooks/reproduced_papers/GanEtAl_VQC_classification.ipynb
docs/source/notebooks/reproduced_papers/GanEtAl_VQC_fourier_series.ipynb
docs/source/notebooks/reproduced_papers/GanEtAl_q_gaussian_kernel.ipynb
docs/source/notebooks/reproduced_papers/GanEtAl_q_random_kitchen_sinks.ipynb
docs/source/notebooks/reproduced_papers/amplitude_limitations_tutorial.ipynb
docs/source/notebooks/reproduced_papers/photonic_QCNN.ipynb
docs/source/notebooks/reproduced_papers/quantum_reservoir.ipynb
docs/source/performance/index.rst
docs/source/performance/performance.rst
docs/source/quantum_expert_area/SLOS.rst
docs/source/quantum_expert_area/architectures.rst
docs/source/quantum_expert_area/building_intuition.rst
docs/source/quantum_expert_area/experiment_support.rst
docs/source/quantum_expert_area/index.rst
docs/source/quantum_expert_area/internal_design.rst
docs/source/quantum_expert_area/kernels.rst
docs/source/quantum_expert_area/partial_measurement.rst
docs/source/quantum_expert_area/quantum_bridge.rst
docs/source/quantum_expert_area/images/qloq_amplitude_flow.png
docs/source/quantum_expert_area/images/qloq_grouping_strategies.png
docs/source/quantum_expert_area/images/qloq_onehot_encoding.png
docs/source/quickstart/basic_concepts.rst
docs/source/quickstart/first_quantum_layer.rst
docs/source/quickstart/index.rst
docs/source/quickstart/installation.rst
docs/source/quickstart/quickstart.rst
docs/source/reproduced_papers/index.rst
docs/source/reproduced_papers/reproduced_papers.rst
docs/source/reproduced_papers/reproductions/QCNN_data_classification.rst
docs/source/reproduced_papers/reproductions/amplitude_limitations.rst
docs/source/reproduced_papers/reproductions/data_reuploading.rst
docs/source/reproduced_papers/reproductions/distributed_nn.rst
docs/source/reproduced_papers/reproductions/fock_state_expressivity.rst
docs/source/reproduced_papers/reproductions/hqnn-myth.rst
docs/source/reproduced_papers/reproductions/nearest_centroids.rst
docs/source/reproduced_papers/reproductions/photonic_QGAN.rst
docs/source/reproduced_papers/reproductions/photonic_kernel.rst
docs/source/reproduced_papers/reproductions/photonic_memristor.rst
docs/source/reproduced_papers/reproductions/photonic_qcnn.rst
docs/source/reproduced_papers/reproductions/qllm_finetuning.rst
docs/source/reproduced_papers/reproductions/qssl.rst
docs/source/reproduced_papers/reproductions/quantum_adversarial_ml.rst
docs/source/reproduced_papers/reproductions/quantum_reservoir_computing.rst
docs/source/reproduced_papers/reproductions/quantum_transfer_learning.rst
docs/source/reproduced_papers/reproductions/template.rst
docs/source/user_guide/angle_amplitude_encoding.rst
docs/source/user_guide/computation_space.rst
docs/source/user_guide/feed_forward.rst
docs/source/user_guide/grouping.rst
docs/source/user_guide/index.rst
docs/source/user_guide/kernels.rst
docs/source/user_guide/layer.rst
docs/source/user_guide/measurement_strategy.rst
docs/source/user_guide/migration_guide.rst
docs/source/user_guide/quantum_bridge.rst
docs/source/user_guide/remote_execution.rst
merlin/__init__.py
merlin/algorithms/__init__.py
merlin/algorithms/feed_forward.py
merlin/algorithms/feed_forward_legacy.py
merlin/algorithms/kernels.py
merlin/algorithms/layer.py
merlin/algorithms/layer_utils.py
merlin/algorithms/loss.py
merlin/algorithms/module.py
merlin/bridge/__init__.py
merlin/bridge/quantum_bridge.py
merlin/builder/__init__.py
merlin/builder/circuit_builder.py
merlin/core/__init__.py
merlin/core/base.py
merlin/core/circuit.py
merlin/core/components.py
merlin/core/computation_space.py
merlin/core/merlin_processor.py
merlin/core/partial_measurement.py
merlin/core/probability_distribution.py
merlin/core/process.py
merlin/core/state.py
merlin/core/state_vector.py
merlin/datasets/__init__.py
merlin/datasets/fashion_mnist.py
merlin/datasets/iris.py
merlin/datasets/k_mnist.py
merlin/datasets/metadata.py
merlin/datasets/mnist_digits.py
merlin/datasets/spiral.py
merlin/datasets/utils.py
merlin/measurement/__init__.py
merlin/measurement/autodiff.py
merlin/measurement/deprecations.py
merlin/measurement/detectors.py
merlin/measurement/mappers.py
merlin/measurement/photon_loss.py
merlin/measurement/process.py
merlin/measurement/strategies.py
merlin/pcvl_pytorch/__init__.py
merlin/pcvl_pytorch/locirc_to_tensor.py
merlin/pcvl_pytorch/slos_torchscript.py
merlin/pcvl_pytorch/utils.py
merlin/utils/__init__.py
merlin/utils/combinadics.py
merlin/utils/deprecations.py
merlin/utils/dtypes.py
merlin/utils/grouping.py
merlin/utils/normalization.py
merlinquantum.egg-info/PKG-INFO
merlinquantum.egg-info/SOURCES.txt
merlinquantum.egg-info/dependency_links.txt
merlinquantum.egg-info/not-zip-safe
merlinquantum.egg-info/requires.txt
merlinquantum.egg-info/top_level.txt
tests/conftest.py
tests/memory_benchmark.py
tests/algorithms/test_all_apis.py
tests/algorithms/test_amplitude_encoding.py
tests/algorithms/test_circuits.py
tests/algorithms/test_computation_space.py
tests/algorithms/test_compute_ebs_simultaneously.py
tests/algorithms/test_cuda.py
tests/algorithms/test_dtype_propagation.py
tests/algorithms/test_feed_forward_block.py
tests/algorithms/test_feed_forward_legacy.py
tests/algorithms/test_ff_perceval_integration.py
tests/algorithms/test_kernels.py
tests/algorithms/test_kernels_deprecation.py
tests/algorithms/test_layer.py
tests/algorithms/test_layer_deprecation.py
tests/algorithms/test_layer_utils.py
tests/algorithms/test_robustness.py
tests/algorithms/test_simple_input.py
tests/algorithms/test_statevector_input.py
tests/algorithms/test_superposition_state.py
tests/bridge/test_quantum_bridge.py
tests/bridge/test_quantum_bridge_gpu.py
tests/builder/test_circuit_builder.py
tests/core/test_circuit.py
tests/core/test_components.py
tests/core/test_encoding.py
tests/core/test_partial_measurement.py
tests/core/test_probability_distribution.py
tests/core/test_state_vector.py
tests/core/test_unbunched.py
tests/core/cloud/_helpers.py
tests/core/cloud/conftest.py
tests/core/cloud/test_chunk_debug.py
tests/core/cloud/test_cloudpipeline.py
tests/core/cloud/test_parammapping.py
tests/core/cloud/test_processor_chunks.py
tests/core/cloud/test_processor_estimation.py
tests/core/cloud/test_processorpooling.py
tests/core/cloud/test_scaleway_session.py
tests/core/cloud/test_state_mapping.py
tests/core/cloud/test_token_error.py
tests/core/cloud/test_workflows.py
tests/datasets/test_iris_dataset.py
tests/datasets/test_mnist_digits.py
tests/datasets/test_spiral_dataset.py
tests/datasets/test_utils_df_to_xy.py
tests/measurement/test_deprecations.py
tests/measurement/test_detectors.py
tests/measurement/test_detectors_partial.py
tests/measurement/test_mappers.py
tests/measurement/test_measurement_strategy.py
tests/measurement/test_photon_loss.py
tests/measurement/test_sampling.py
tests/measurement/test_strategies.py
tests/pcvl_pytorch/test_build_unitary_graph.py
tests/pcvl_pytorch/test_locirc_to_torch.py
tests/pcvl_pytorch/test_pcvl_to_tensor.py
tests/pcvl_pytorch/test_perceval_comparison.py
tests/pcvl_pytorch/test_slos_torchscript.py
tests/utils/test_combinadics.py
tests/utils/test_grouping.py
tests/utils/test_normalization.py