mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Encodes each Burgers representation as a node connected by proven
isomorphisms from the codebase. Continuous-time quantum walk e^{-iAt}
on the adjacency matrix converges to eigenvector centrality; the
0D DualQuat Braid is confirmed as the universal hub (#1 in all three
rankings: centrality, quantum walk probability, and degree).
Build: N/A (Python shim, no Lean files touched)
889 lines
No EOL
15 KiB
JSON
889 lines
No EOL
15 KiB
JSON
{
|
|
"schema": "burgers_chaos_game_v1",
|
|
"claim_boundary": "continuous-time-quantum-walk-on-burgers-representation-graph;eigenvector-centrality-determines-braid-hub;no-decision-logic",
|
|
"representation_graph": {
|
|
"num_nodes": 22,
|
|
"labels": [
|
|
"0D_DualQuat_Braid",
|
|
"1D_Spectral",
|
|
"1D_ColeHopf",
|
|
"1D_Fokas",
|
|
"2D_Helmholtz",
|
|
"3D_FiniteDiff",
|
|
"BurgersHilbert",
|
|
"KdVBurgers",
|
|
"Stochastic",
|
|
"FNWH_Hyperfluid",
|
|
"FNWH_AVM",
|
|
"GinzburgLandau",
|
|
"DimFluxClosure",
|
|
"BurgersRuzsa_Sidon",
|
|
"ShockBurgers_Coupling",
|
|
"BraidShock_16D",
|
|
"AttentionBohm_ABNS",
|
|
"NK_Hodge_FAMM",
|
|
"QUBO_Formulated",
|
|
"AVM_Bytecode",
|
|
"WGSL_Shader",
|
|
"TriadCore"
|
|
],
|
|
"degrees": {
|
|
"0D_DualQuat_Braid": 21,
|
|
"1D_Spectral": 3,
|
|
"1D_ColeHopf": 6,
|
|
"1D_Fokas": 4,
|
|
"2D_Helmholtz": 4,
|
|
"3D_FiniteDiff": 2,
|
|
"BurgersHilbert": 4,
|
|
"KdVBurgers": 3,
|
|
"Stochastic": 2,
|
|
"FNWH_Hyperfluid": 5,
|
|
"FNWH_AVM": 3,
|
|
"GinzburgLandau": 3,
|
|
"DimFluxClosure": 3,
|
|
"BurgersRuzsa_Sidon": 2,
|
|
"ShockBurgers_Coupling": 3,
|
|
"BraidShock_16D": 2,
|
|
"AttentionBohm_ABNS": 2,
|
|
"NK_Hodge_FAMM": 2,
|
|
"QUBO_Formulated": 1,
|
|
"AVM_Bytecode": 3,
|
|
"WGSL_Shader": 2,
|
|
"TriadCore": 2
|
|
}
|
|
},
|
|
"centrality_rankings": {
|
|
"eigenvector_centrality": [
|
|
{
|
|
"node": "0D_DualQuat_Braid",
|
|
"score": 0.611307
|
|
},
|
|
{
|
|
"node": "1D_ColeHopf",
|
|
"score": 0.271636
|
|
},
|
|
{
|
|
"node": "FNWH_Hyperfluid",
|
|
"score": 0.220123
|
|
},
|
|
{
|
|
"node": "1D_Fokas",
|
|
"score": 0.218603
|
|
},
|
|
{
|
|
"node": "BurgersHilbert",
|
|
"score": 0.209786
|
|
},
|
|
{
|
|
"node": "2D_Helmholtz",
|
|
"score": 0.191406
|
|
},
|
|
{
|
|
"node": "1D_Spectral",
|
|
"score": 0.190395
|
|
},
|
|
{
|
|
"node": "KdVBurgers",
|
|
"score": 0.188871
|
|
},
|
|
{
|
|
"node": "GinzburgLandau",
|
|
"score": 0.173736
|
|
},
|
|
{
|
|
"node": "DimFluxClosure",
|
|
"score": 0.173736
|
|
},
|
|
{
|
|
"node": "FNWH_AVM",
|
|
"score": 0.171054
|
|
},
|
|
{
|
|
"node": "AVM_Bytecode",
|
|
"score": 0.158215
|
|
},
|
|
{
|
|
"node": "Stochastic",
|
|
"score": 0.152611
|
|
},
|
|
{
|
|
"node": "ShockBurgers_Coupling",
|
|
"score": 0.151221
|
|
},
|
|
{
|
|
"node": "NK_Hodge_FAMM",
|
|
"score": 0.143707
|
|
},
|
|
{
|
|
"node": "AttentionBohm_ABNS",
|
|
"score": 0.14192
|
|
},
|
|
{
|
|
"node": "3D_FiniteDiff",
|
|
"score": 0.138744
|
|
},
|
|
{
|
|
"node": "WGSL_Shader",
|
|
"score": 0.138744
|
|
},
|
|
{
|
|
"node": "TriadCore",
|
|
"score": 0.133007
|
|
},
|
|
{
|
|
"node": "BraidShock_16D",
|
|
"score": 0.131798
|
|
},
|
|
{
|
|
"node": "BurgersRuzsa_Sidon",
|
|
"score": 0.131798
|
|
},
|
|
{
|
|
"node": "QUBO_Formulated",
|
|
"score": 0.10566
|
|
}
|
|
],
|
|
"quantum_walk_probability": {
|
|
"params": {
|
|
"num_times": 500,
|
|
"t_max": 30.0
|
|
},
|
|
"ranking": [
|
|
{
|
|
"node": "0D_DualQuat_Braid",
|
|
"probability": 0.406924
|
|
},
|
|
{
|
|
"node": "1D_ColeHopf",
|
|
"probability": 0.058741
|
|
},
|
|
{
|
|
"node": "1D_Fokas",
|
|
"probability": 0.041734
|
|
},
|
|
{
|
|
"node": "FNWH_Hyperfluid",
|
|
"probability": 0.038729
|
|
},
|
|
{
|
|
"node": "BurgersHilbert",
|
|
"probability": 0.037157
|
|
},
|
|
{
|
|
"node": "1D_Spectral",
|
|
"probability": 0.033912
|
|
},
|
|
{
|
|
"node": "KdVBurgers",
|
|
"probability": 0.033814
|
|
},
|
|
{
|
|
"node": "2D_Helmholtz",
|
|
"probability": 0.030214
|
|
},
|
|
{
|
|
"node": "DimFluxClosure",
|
|
"probability": 0.028433
|
|
},
|
|
{
|
|
"node": "GinzburgLandau",
|
|
"probability": 0.028433
|
|
},
|
|
{
|
|
"node": "FNWH_AVM",
|
|
"probability": 0.02816
|
|
},
|
|
{
|
|
"node": "Stochastic",
|
|
"probability": 0.026124
|
|
},
|
|
{
|
|
"node": "NK_Hodge_FAMM",
|
|
"probability": 0.023319
|
|
},
|
|
{
|
|
"node": "AVM_Bytecode",
|
|
"probability": 0.022254
|
|
},
|
|
{
|
|
"node": "WGSL_Shader",
|
|
"probability": 0.021522
|
|
},
|
|
{
|
|
"node": "3D_FiniteDiff",
|
|
"probability": 0.021522
|
|
},
|
|
{
|
|
"node": "ShockBurgers_Coupling",
|
|
"probability": 0.0215
|
|
},
|
|
{
|
|
"node": "AttentionBohm_ABNS",
|
|
"probability": 0.021401
|
|
},
|
|
{
|
|
"node": "BraidShock_16D",
|
|
"probability": 0.019777
|
|
},
|
|
{
|
|
"node": "BurgersRuzsa_Sidon",
|
|
"probability": 0.019777
|
|
},
|
|
{
|
|
"node": "TriadCore",
|
|
"probability": 0.019609
|
|
},
|
|
{
|
|
"node": "QUBO_Formulated",
|
|
"probability": 0.016944
|
|
}
|
|
]
|
|
},
|
|
"degree": [
|
|
{
|
|
"node": "0D_DualQuat_Braid",
|
|
"degree": 21
|
|
},
|
|
{
|
|
"node": "1D_ColeHopf",
|
|
"degree": 6
|
|
},
|
|
{
|
|
"node": "FNWH_Hyperfluid",
|
|
"degree": 5
|
|
},
|
|
{
|
|
"node": "1D_Fokas",
|
|
"degree": 4
|
|
},
|
|
{
|
|
"node": "2D_Helmholtz",
|
|
"degree": 4
|
|
},
|
|
{
|
|
"node": "BurgersHilbert",
|
|
"degree": 4
|
|
},
|
|
{
|
|
"node": "1D_Spectral",
|
|
"degree": 3
|
|
},
|
|
{
|
|
"node": "KdVBurgers",
|
|
"degree": 3
|
|
},
|
|
{
|
|
"node": "FNWH_AVM",
|
|
"degree": 3
|
|
},
|
|
{
|
|
"node": "GinzburgLandau",
|
|
"degree": 3
|
|
},
|
|
{
|
|
"node": "DimFluxClosure",
|
|
"degree": 3
|
|
},
|
|
{
|
|
"node": "ShockBurgers_Coupling",
|
|
"degree": 3
|
|
},
|
|
{
|
|
"node": "AVM_Bytecode",
|
|
"degree": 3
|
|
},
|
|
{
|
|
"node": "3D_FiniteDiff",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "Stochastic",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "BurgersRuzsa_Sidon",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "BraidShock_16D",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "AttentionBohm_ABNS",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "NK_Hodge_FAMM",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "WGSL_Shader",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "TriadCore",
|
|
"degree": 2
|
|
},
|
|
{
|
|
"node": "QUBO_Formulated",
|
|
"degree": 1
|
|
}
|
|
]
|
|
},
|
|
"hub_verification": {
|
|
"hub_node": "0D_DualQuat_Braid",
|
|
"rank_eigenvector_centrality": 1,
|
|
"rank_quantum_walk": 1,
|
|
"rank_degree": 1,
|
|
"hub_is_universal": true,
|
|
"hub_centrality_score": 0.611307,
|
|
"hub_degree": 21,
|
|
"hub_quantum_walk_prob": 0.406924
|
|
},
|
|
"summary": {
|
|
"total_representations": 22,
|
|
"hub_node": "0D_DualQuat_Braid",
|
|
"mean_degree": 3.727272727272727,
|
|
"graph_density": 0.1774891774891775,
|
|
"runtime_s": 0.0286
|
|
},
|
|
"hamiltonian": {
|
|
"type": "burgers_chaos_hamiltonian_v1",
|
|
"n_qubits": 5,
|
|
"n_nodes": 22,
|
|
"matrix_schema": "normalized_adjacency",
|
|
"matrix": [
|
|
[
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.1728433308401803,
|
|
0.0,
|
|
0.0
|
|
]
|
|
],
|
|
"note": "Continuous-time quantum walk Hamiltonian on 22 Burgers representations. Install cirq for Trotterized circuit."
|
|
},
|
|
"computed_at": "2026-06-19T02:37:56.666962+00:00",
|
|
"receipt_sha256": "6b2ee4ba15c7a19f635836cdf5f69c22980b9947ef861f4919be38ece27b3374"
|
|
} |