LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
docs/API_REFERENCE.md
docs/CHANGELOG.md
docs/COMPLETE_GUIDE.md
docs/ENGINEERING_GUIDE.md
docs/FEATURE_STATUS.md
docs/MAINTENANCE_GUIDE.md
docs/MATH_GUIDE.md
docs/OVERVIEW.md
docs/README.md
docs/RESEARCH_PAPER.md
docs/WHITEPAPER.md
docs/index.md
models/README.md
models/rank_predictor.pt
models/rank_predictor_ft.pt
models/rank_predictor_ft_compiled.pt
scripts/ai_tools/ai_policy_ablation.py
scripts/ai_tools/analyze_svd_logs.py
scripts/ai_tools/build_ft_dataset.py
scripts/ai_tools/capture_sv_dataset.py
scripts/ai_tools/collect_svd_data.py
scripts/ai_tools/compare_real_vs_synthetic.py
scripts/ai_tools/count_svd_events.py
scripts/ai_tools/eval_predictor_on_sv.py
scripts/ai_tools/eval_rank_predictor.py
scripts/ai_tools/finetune_rank_predictor.py
scripts/ai_tools/optimize_ai_model.py
scripts/ai_tools/qih_period_head_train.py
scripts/ai_tools/run_grid_with_ai_policy.py
scripts/benchmarks/benchmark_grover.py
scripts/benchmarks/compare_with_competitors.py
scripts/benchmarks/max_qubits_scaling_test.py
scripts/benchmarks/validate_all_features.py
scripts/demos/demo_adaptive_mps.py
scripts/demos/demo_groundbreaking_features.py
scripts/demos/demo_new_features.py
scripts/demos/qaoa_maxcut_grid.py
scripts/demos/tn_diffusion_probe.py
scripts/demos/tn_grid8x8_shallow.py
scripts/demos/tn_qaoa_line64.py
scripts/probes/plot_qubit_probe.py
scripts/probes/qubit_capacity_probe.py
scripts/tools/gpu_diagnostic.py
src/atlas_q/__init__.py
src/atlas_q/__main__.py
src/atlas_q/adaptive_mps.py
src/atlas_q/ansatz_uccsd.py
src/atlas_q/check_hamiltonian_coeffs.py
src/atlas_q/circuit_cutting.py
src/atlas_q/cuquantum_backend.py
src/atlas_q/diagnostics.py
src/atlas_q/distributed_mps.py
src/atlas_q/grover.py
src/atlas_q/linalg_robust.py
src/atlas_q/mpo_ops.py
src/atlas_q/mps_pytorch.py
src/atlas_q/noise_models.py
src/atlas_q/peps.py
src/atlas_q/planar_2d.py
src/atlas_q/quantum_hybrid_system.py
src/atlas_q/sim_env_scan.py
src/atlas_q/sim_safety_checks.py
src/atlas_q/stabilizer_backend.py
src/atlas_q/tdvp.py
src/atlas_q/truncation.py
src/atlas_q/unitary_backends.py
src/atlas_q/vqe_qaoa.py
src/atlas_q/tools_qih/__init__.py
src/atlas_q/tools_qih/ai_rank_policy.py
src/atlas_q/tools_qih/ai_rank_predictor.py
src/atlas_q/tools_qih/chirp_features.py
src/atlas_q/tools_qih/finetuned_predictor.py
src/atlas_q/tools_qih/learned_period_head.py
src/atlas_q/tools_qih/ntt_features.py
src/atlas_q/tools_qih/periodic2d_features.py
src/atlas_q/tools_qih/periodic_mixture_features.py
src/atlas_q/tools_qih/qih_hf_collator.py
src/atlas_q/tools_qih/qih_llm.py
src/atlas_q/tools_qih/qih_pat.py
src/atlas_q/tools_qih/svd_logger.py
src/atlas_q/tools_qih/tn_core.py
src/atlas_q/tools_qih/tn_layers.py
src/atlas_quantum.egg-info/PKG-INFO
src/atlas_quantum.egg-info/SOURCES.txt
src/atlas_quantum.egg-info/dependency_links.txt
src/atlas_quantum.egg-info/requires.txt
src/atlas_quantum.egg-info/top_level.txt
src/triton_kernels/__init__.py
src/triton_kernels/modpow.py
src/triton_kernels/mps_complex.py
src/triton_kernels/mps_ops.py
src/triton_kernels/tdvp_mpo_ops.py
tests/conftest.py
tests/integration/test_circuit_api.py
tests/integration/test_circuit_cutting.py
tests/integration/test_circuit_gate_equivalences.py
tests/integration/test_cpu_gpu_consistency.py
tests/integration/test_cuquantum.py
tests/integration/test_distributed_mps.py
tests/integration/test_gradient_comparison.py
tests/integration/test_grover_search.py
tests/integration/test_maxcut.py
tests/integration/test_molecular_hamiltonians.py
tests/integration/test_mps_canonicalization.py
tests/integration/test_mps_correlation_structure.py
tests/integration/test_mps_triton_kernels.py
tests/integration/test_peps.py
tests/legacy/test_chirp_features.py
tests/legacy/test_learned_period_head.py
tests/legacy/test_ntt_features.py
tests/legacy/test_period_head_training.py
tests/legacy/test_period_robust_under_jitter.py
tests/legacy/test_periodic2d_features.py
tests/legacy/test_periodic_mixture_features.py
tests/legacy/test_qft_histogram_embedding.py
tests/legacy/test_qft_sampling.py
tests/legacy/test_qih_pat_smoke.py
tests/legacy/test_regression_api_surface.py
tests/legacy/test_rsa_from_csv_api.py
tests/legacy/test_state_memory_and_sampling.py
tests/legacy/test_tn_layers_smoke.py
tests/performance/test_gpu_paths.py
tests/performance/test_triton_integration.py
tests/unit/test_adaptive_mps.py
tests/unit/test_grover.py
tests/unit/test_hybrid_system.py
tests/unit/test_molecular_vqe_fixes.py
tests/unit/test_mpo_ops.py
tests/unit/test_mps_pytorch.py
tests/unit/test_noise_models.py
tests/unit/test_period_finding.py
tests/unit/test_stabilizer_backend.py
tests/unit/test_tdvp.py
tests/unit/test_vqe_qaoa.py