.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/Makefile
docs/make.bat
docs/requirements.txt
docs/multiversion_config/conf.py
docs/source/conf.py
docs/source/index.rst
docs/source/references.bib
docs/source/_static/css/style.css
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/Merlin icon white 32x32.ico
docs/source/_static/img/Merlin logo white 160x160.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/diagrams.png
docs/source/_static/img/generic4.svg
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/notebooks_Quantum_teleportation_feed_forward_25_0.svg
docs/source/_static/img/notebooks_Tutorial_28_0.svg
docs/source/_static/img/partial_measurement.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/_templates/page.html
docs/source/_templates/versions.html
docs/source/api_reference/index.rst
docs/source/api_reference/api/merlin.algorithms.feed_forward.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.loss.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.components.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.iris.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.rst
docs/source/api_reference/api/merlin.utils.grouping.rst
docs/source/api_reference/api/merlin.utils.rst
docs/source/notebooks/FirstQuantumLayers.ipynb
docs/source/notebooks/FromSimpleToBuilder.ipynb
docs/source/notebooks/GanEtAl_VQC_classification.ipynb
docs/source/notebooks/GanEtAl_VQC_fourier_series.ipynb
docs/source/notebooks/GanEtAl_q_gaussian_kernel.ipynb
docs/source/notebooks/GanEtAl_q_random_kitchen_sinks.ipynb
docs/source/notebooks/Kernels.ipynb
docs/source/notebooks/index.rst
docs/source/notebooks/iris_classification.ipynb
docs/source/notebooks/photonic_QCNN.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/reproduced_papers/index.rst
docs/source/reproduced_papers/reproduced_papers.rst
docs/source/reproduced_papers/notebooks/GanEtAl_VQC_classification.ipynb
docs/source/reproduced_papers/notebooks/GanEtAl_VQC_fourier_series.ipynb
docs/source/reproduced_papers/notebooks/GanEtAl_q_gaussian_kernel.ipynb
docs/source/reproduced_papers/notebooks/GanEtAl_q_random_kitchen_sinks.ipynb
docs/source/reproduced_papers/notebooks/photonic_QCNN.ipynb
docs/source/reproduced_papers/reproductions/fock_state_expressivity.rst
docs/source/reproduced_papers/reproductions/photonic_qcnn.rst
docs/source/reproduced_papers/reproductions/qllm_finetuning.rst
docs/source/reproduced_papers/reproductions/quantum_reservoir_computing.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_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