.coverage.Mac.attlocal.net.11227.XjBOzNax
.dockerignore
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DEPLOYMENT_GUIDE.md
Dockerfile
LICENSE
Makefile
README.md
SECURITY.md
coverage.xml
docker-compose.yml
performance_validation_report.md
pyproject.toml
.github/pull_request_template.md
.github/pull_request_template_platform.md
.github/ISSUE_TEMPLATE/backend_integration.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/performance_issue.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
.github/workflows/snyk-security.yml
benchmarks/BENCHMARK_REPORT.md
benchmarks/MIND_BLOWING_RESULTS.md
benchmarks/README.md
benchmarks/cuda_integration_test.py
benchmarks/cuda_performance_test.py
benchmarks/cuda_vs_cpu.py
benchmarks/honest_performance_results.json
benchmarks/large_cuda_test.py
benchmarks/metal_vs_cpu.py
benchmarks/mps_performance_validation.py
benchmarks/mps_vs_cpu.py
benchmarks/reproducible_benchmark.py
benchmarks/router_comparison.py
benchmarks/run_all_benchmarks.py
benchmarks/simple_cuda_test.py
benchmarks/stim_vs_cpu.py
benchmarks/results/BENCHMARK_SUMMARY.md
benchmarks/results/cuda_benchmark_results.json
benchmarks/results/cuda_integration_results.json
benchmarks/results/large_cuda_results.json
benchmarks/results/metal_benchmark_results.json
benchmarks/results/reproducible_benchmark_report.md
benchmarks/results/reproducible_benchmark_results.json
benchmarks/results/router_benchmark_results.json
benchmarks/results/router_benchmark_summary.md
benchmarks/results/simple_cuda_results.json
benchmarks/test_results/BENCHMARK_SUMMARY.md
benchmarks/test_results/cuda_benchmark_results.json
benchmarks/test_results/metal_benchmark_results.json
docs/DOCKER.md
docs/PERFORMANCE_GUIDE.md
docs/README.md
docs/RELEASE_VALIDATION_SUMMARY.md
docs/apple_silicon.md
docs/apple_silicon_notes.md
docs/capability_matrix.md
docs/comprehensive_installation.md
docs/cuda_backend_roadmap.md
docs/cuda_performance_report.md
docs/equivalence_proofs.md
docs/installation.md
docs/installation_summary.md
docs/quickstart.md
docs/router_decisions.md
docs/troubleshooting.md
docs/guides/developer_guide.md
docs/project/CHANGELOG.md
docs/project/CITATIONS.bib
docs/project/CONTRIBUTING.md
docs/project/GOVERNANCE.md
docs/project/RELEASE_MANAGEMENT.md
docs/project/SECURITY.md
docs/source/advanced_backends_routing.rst
docs/source/advanced_routing_options.md
docs/source/ariadne.async_.rst
docs/source/ariadne.backends.rst
docs/source/ariadne.cli.rst
docs/source/ariadne.config.rst
docs/source/ariadne.core.rst
docs/source/ariadne.ft.rst
docs/source/ariadne.ml.rst
docs/source/ariadne.optimization.rst
docs/source/ariadne.passes.rst
docs/source/ariadne.performance.rst
docs/source/ariadne.plugins.rst
docs/source/ariadne.route.rst
docs/source/ariadne.rst
docs/source/ariadne.verify.rst
docs/source/conf.py
docs/source/examples_gallery.md
docs/source/index.rst
docs/source/modules.rst
docs/source/routing_rules.md
docs/source/_static/quickstart.gif
docs/source/_static/routing_matrix.png
examples/01_qasm3_roundtrip.ipynb
examples/01_qasm3_roundtrip.py
examples/01_sv_limits.ipynb
examples/01_sv_limits.py
examples/02_mitigation_autopilot.ipynb
examples/02_mitigation_autopilot.py
examples/02_stim_qec.ipynb
examples/02_stim_qec.py
examples/03_router_showdown.ipynb
examples/03_router_showdown.py
examples/03_tn_qaoa.ipynb
examples/03_tn_qaoa.py
examples/04_qasm3_qcec.ipynb
examples/04_qasm3_qcec.py
examples/04_qualtran_to_resources.ipynb
examples/04_qualtran_to_resources.py
examples/05_qualtran_resources.ipynb
examples/05_qualtran_resources.py
examples/06_mps_entanglement_demo.py
examples/README.md
examples/_util.py
examples/backend_systems_demo.py
examples/bell_state_demo.py
examples/clifford_circuit.py
examples/enhanced_routing_demo.py
examples/generate_quickstart_gif.py
examples/performance_comparison.py
examples/performance_optimizations_demo.py
examples/production_ready_demo.py
examples/production_ready_example.py
examples/quantum_algorithms.py
examples/quickstart.py
examples/routing_demo.py
examples/routing_matrix.py
examples/segmented_demo.py
examples/simple_demo.py
examples/stabilizer_circuit_demo.py
examples/advanced/large_circuit_demo.py
examples/basic/quickstart.py
examples/benchmarks/performance_comparison.py
notebooks/01_ariadne_advantage.ipynb
notebooks/02_mps_performance_scaling.ipynb
results/BENCHMARK_SUMMARY.md
results/cuda_benchmark_results.json
results/metal_benchmark_results.json
results/mps_benchmark_results.json
results/stim_benchmark_results.json
src/ariadne/__init__.py
src/ariadne/__main__.py
src/ariadne/_version.py
src/ariadne/benchmarks.py
src/ariadne/calibration.py
src/ariadne/converters.py
src/ariadne/cross_platform_comparison.py
src/ariadne/network_coordination.py
src/ariadne/quantum_advantage.py
src/ariadne/regression_detection.py
src/ariadne/router.py
src/ariadne/simulation.py
src/ariadne/types.py
src/ariadne/visualization.py
src/ariadne/analysis/competitive_analysis.py
src/ariadne/async_/__init__.py
src/ariadne/async_/simulation.py
src/ariadne/backends/__init__.py
src/ariadne/backends/cirq_backend.py
src/ariadne/backends/cpu_backend.py
src/ariadne/backends/cuda_backend.py
src/ariadne/backends/cuda_kernels.py
src/ariadne/backends/ddsim_backend.py
src/ariadne/backends/enhanced_interface.py
src/ariadne/backends/fallback.py
src/ariadne/backends/health_checker.py
src/ariadne/backends/intel_qs_backend.py
src/ariadne/backends/metal_backend.py
src/ariadne/backends/metal_backend_stub.py
src/ariadne/backends/metal_shaders.py
src/ariadne/backends/mps_backend.py
src/ariadne/backends/pennylane_backend.py
src/ariadne/backends/performance_monitor.py
src/ariadne/backends/pool.py
src/ariadne/backends/qulacs_backend.py
src/ariadne/backends/tensor_network_backend.py
src/ariadne/backends/universal_interface.py
src/ariadne/backends/experimental/__init__.py
src/ariadne/backends/experimental/braket_backend.py
src/ariadne/backends/experimental/opencl_backend.py
src/ariadne/backends/experimental/pyquil_backend.py
src/ariadne/backends/experimental/qsharp_backend.py
src/ariadne/benchmarks/comprehensive_suite.py
src/ariadne/cli/__init__.py
src/ariadne/cli/main.py
src/ariadne/config/__init__.py
src/ariadne/config/config.py
src/ariadne/config/loader.py
src/ariadne/config/validation.py
src/ariadne/core/__init__.py
src/ariadne/core/cache.py
src/ariadne/core/error_handling.py
src/ariadne/core/logging.py
src/ariadne/core/resource_manager.py
src/ariadne/ft/__init__.py
src/ariadne/ft/resource_estimator.py
src/ariadne/ml/__init__.py
src/ariadne/optimization/__init__.py
src/ariadne/optimization/circuit.py
src/ariadne/optimization/multi_objective.py
src/ariadne/passes/__init__.py
src/ariadne/passes/mitigation.py
src/ariadne/passes/zx_opt.py
src/ariadne/performance/__init__.py
src/ariadne/performance/cache.py
src/ariadne/performance/memory.py
src/ariadne/performance/parallel.py
src/ariadne/plugins/__init__.py
src/ariadne/plugins/manager.py
src/ariadne/route/__init__.py
src/ariadne/route/analyze.py
src/ariadne/route/context_detection.py
src/ariadne/route/enhanced_router.py
src/ariadne/route/execute.py
src/ariadne/route/mps_analyzer.py
src/ariadne/route/performance_model.py
src/ariadne/route/routing_tree.py
src/ariadne/route/topology_analyzer.py
src/ariadne/validation/performance_framework.py
src/ariadne/verify/__init__.py
src/ariadne/verify/qcec.py
src/ariadne_router.egg-info/PKG-INFO
src/ariadne_router.egg-info/SOURCES.txt
src/ariadne_router.egg-info/dependency_links.txt
src/ariadne_router.egg-info/entry_points.txt
src/ariadne_router.egg-info/requires.txt
src/ariadne_router.egg-info/top_level.txt
tests/test_algorithm_validation.py
tests/test_backend_improvements.py
tests/test_backend_real_simulation.py
tests/test_backends.py
tests/test_cli_main.py
tests/test_clifford_analysis.py
tests/test_comprehensive_backends.py
tests/test_core_improvements.py
tests/test_cuda_backend.py
tests/test_error_handling.py
tests/test_metal_backend.py
tests/test_mps_backend.py
tests/test_network_integration.py
tests/test_optional_backends.py
tests/test_performance_validation.py
tests/test_qcec_equiv.py
tests/test_router_selection.py
tests/test_routing.py
tests/test_routing_variational.py
tests/test_topology_analyzer_routing.py
tests/test_visualization.py
tests/test_zne_improves.py