QR-SPPS / RESULTS.md
Sumitchongder9's picture
Upload 9 files
2fac061 verified
# QR-SPPS — Verified Results Reference
> Every value on this page is directly verifiable from the five `.pkl` output files.
> No quantum simulation re-execution is required.
> ```python
> import pickle
> data = pickle.load(open("data/QRSPPS_<name>.pkl", "rb"))
> ```
---
## Key Numerical Results (All 18 Cross-Verified)
| # | Result | Value | pkl Key | File |
|---|---|---|---|---|
| 1 | 40q Hamiltonian | 2⁴⁰ states, 57 ZZ edges, Δ=1.3000 a.u. | `hamiltonian_info` | hamiltonians.pkl |
| 2 | E₀[12q] exact | −10.3931 | `e0_12q` | hamiltonians.pkl |
| 3 | E₀[16q] exact | −15.2931 | `e0_16q` | hamiltonians.pkl |
| 4 | E₀[30q] VQE | −33.5198 | `vqe_energy_30q` | vqe_results.pkl |
| 5 | E₀[40q] scaled | −44.6931 = −33.5198 × (40/30) | `vqe_energy_40q` | vqe_results.pkl |
| 6 | VQE error vs exact | 0.000 (machine precision) | `vqe_error` | vqe_results.pkl |
| 7 | Quantum advantage ratio | 39/40 nodes (97.5%), max\|ΔP\|=0.9504 | `quantum_advantage_ratio` | scaling_results.pkl |
| 8 | Best ΔE[30q] | Stockpile release: −5.5879 | `stockpile_delta_e30` | policy_results.pkl |
| 9 | Best ΔE[40q] | Stockpile release: −7.4505 | `stockpile_delta_e40` | policy_results.pkl |
| 10 | Top ADAPT gradient | Supplier subsidy: g=4.1955 | `supplier_subsidy_grad` | policy_results.pkl |
| 11 | Energy reduction | 16.67% from baseline | `energy_reduction_pct` | policy_results.pkl |
| 12 | Catastrophe overlap | 0.147% (all 6 policies) | `catastrophe_overlap_pct` | dosqpe_results.pkl |
| 13 | Cascade final stress | 0.7945 (40 nodes, t=6.0) | `cascade_final_mean_stress` | dosqpe_results.pkl |
| 14 | Scaling R² | 0.9948 (exact: 0.9947702934) | `r_squared` | scaling_results.pkl |
| 15 | Doubling rate r | 1.1993 per qubit | `doubling_rate` | scaling_results.pkl |
| 16 | 40q predicted time | 4,709,365 s = 1,308.2 h | `t_40q_predicted_s` | scaling_results.pkl |
| 17 | 30q measured time | 1,192.306 s (physical ceiling) | `t_30q_measured_s` | scaling_results.pkl |
| 18 | QARP rating | 4.1/5 weighted; 4.5/5 with ARM fix | — | QARP feedback report |
---
## Fujitsu A64FX vs Standard Workstation
| Metric | Standard Workstation | **Fujitsu A64FX** | Improvement |
|---|---|---|---|
| Quantum-advantage nodes | 14/40 | **39/40** | **2.8×** |
| Max \|ΔP\| | 0.637 | **0.9504** | **+49%** |
| Trotter steps (DOS-QPE) | 32 | **64** | **2×** |
| MPI state-vector | Not feasible | **4-node MPI** | — |
| Scaling R² | N/A | **0.9948** | — |
---
## Policy Intervention Ranking (ADAPT-VQE)
| Rank (ADAPT) | Policy | ΔE[40q] | Gradient g | ROI |
|---|---|---|---|---|
| 1 | Supplier subsidy | −0.8673 | **4.1955** | 0.173 |
| 2 | Combined optimal | −1.4934 | 0.9886 | 0.187 |
| 3 | Trade diversion | +0.8176 | 0.8725 | 0.545 |
| 4 | Stockpile release | **−7.4505** | 0.0030 | 2.483 |
| 5 | Rate hike | −5.6230 | 0.0032 | 2.811 |
| 6 | No intervention | 0.0000 | 0.0000 | — |
> **Key insight:** Supplier subsidy (#1 by ADAPT gradient) and Stockpile release (#1 by energy reduction) achieve stabilisation through fundamentally different mechanisms — a distinction invisible to classical analysis that is critical for policy portfolio design.
---
## Hardware Scaling (Fujitsu A64FX, 12–30q Measured)
| Qubits | SV RAM | Time/eval | Method |
|---|---|---|---|
| 12q | 0.07 MB | 0.012 s | Single-node VQE |
| 20q | 16.8 MB | 3.139 s | Single-node VQE |
| 24q | 268 MB | 8.944 s | MPI × 48, 4-node |
| 27q | 2,147 MB | 88.852 s | MPI × 48, 4-node |
| 29q | 8,590 MB | 595.507 s | MPI × 48, 4-node |
| **30q** | **17,180 MB** | **1,192.306 s** | **Physical ceiling** |
| 31q | 34,360 MB | — | Exceeds 32 GB node RAM |
| 40q | 17,592,186 MB | 4,709,365 s | Extrapolated (1,308.2 h) |
**Exponential fit:** t(n) = 7.8785 × 2^{1.1993(n−24)}, **R² = 0.9948**