Prannesshkva commited on
Commit
b0903e6
·
verified ·
1 Parent(s): 597c633

Upload RAW_EMPIRICAL_PROOF_ANALYSIS.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. RAW_EMPIRICAL_PROOF_ANALYSIS.json +38 -0
RAW_EMPIRICAL_PROOF_ANALYSIS.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "experiment_1_qcbo_vs_cosine": {
3
+ "greedy_state": [
4
+ 1,
5
+ 1,
6
+ 0
7
+ ],
8
+ "greedy_energy_H": 98.18,
9
+ "qcbo_optimal_state": [
10
+ 1,
11
+ 0,
12
+ 1
13
+ ],
14
+ "qcbo_optimal_energy_H": -3.27,
15
+ "contradiction_suppression_delta_H": 101.45,
16
+ "mathematical_proof": "QCBO rigorously excludes mutually exclusive pairs with Q_ik > 0 while cosine ranking is blind to relational coupling."
17
+ },
18
+ "experiment_2_sqa_vs_sa": {
19
+ "classical_sa_mean_H": -242.29,
20
+ "sqa_pimc_mean_H": -249.25,
21
+ "depth_gain_pct": 2.9,
22
+ "trotter_replicas": 16,
23
+ "spin_count": 100
24
+ },
25
+ "experiment_3_riemannian_invariance": {
26
+ "hop_22_euclidean_norm": 18.1103,
27
+ "hop_22_riemannian_norm": 1.0,
28
+ "hop_22_euclidean_similarity": 0.029,
29
+ "hop_22_riemannian_similarity": 0.0079,
30
+ "invariant_verified": true
31
+ },
32
+ "experiment_4_bloch_compression": {
33
+ "raw_bytes_per_vector": 3072,
34
+ "compressed_bytes_per_vector": 96,
35
+ "compression_ratio": "32.0x",
36
+ "cosine_reconstruction_fidelity": 0.3608
37
+ }
38
+ }