Research-Stack/shared-data
Brandon Schneider b14cb8ad37 feat: Hopf-Cole exact solver for 1D Burgers — 151x speedup
Hopf-Cole transformation maps Burgers to heat equation:
  u = -2v * d(ln ψ)/dx
  dψ/dt = v * d²ψ/dx² (exact via FFT)

Benchmark results:
  N=512,  v=0.01: 1.45x speedup
  N=1024, v=0.01: 83.4x speedup
  N=2048, v=0.01: 151.3x speedup

Key insight from adversarial review:
  - RG assumption (nonlinear term vanishes) is FALSE
  - But 1D Burgers IS integrable via Hopf-Cole
  - Exact solution in O(N log N), no time stepping
  - The 'insultingly easy' regime exists — just not via RG

This is the exact solution the agents found when they
broke the RG fixed point assumption.
2026-05-30 17:36:12 -05:00
..
artifacts feat: Hopf-Cole exact solver for 1D Burgers — 151x speedup 2026-05-30 17:36:12 -05:00
data feat: eigensolid convergence proof + QC flagging tool + full pass/fail review 2026-05-14 00:04:08 -05:00
examples Add adversarial duals 16D anchor pack 2026-05-17 15:47:38 -05:00
proof_traces feat(pist): Tier 2 trace canary — 24 multi-tactic Lean theorems 2026-05-26 02:37:22 -05:00
schemas Add adversarial duals receipt schema 2026-05-17 15:11:34 -05:00
pist_canary_receipts.jsonl feat(pist): canary batch — 42 real Lean theorems through full pipeline 2026-05-26 02:09:08 -05:00
pist_canary_report.json feat(pist): canary batch — 42 real Lean theorems through full pipeline 2026-05-26 02:09:08 -05:00
pist_canary_results.jsonl feat(pist): canary batch — 42 real Lean theorems through full pipeline 2026-05-26 02:09:08 -05:00
pist_flexure_library_report.json chore(infra): stage pist canary labeling and training shims + flexure report 2026-05-26 22:32:13 -05:00
pist_route_repair_benchmark.json feat(pist): Route-Repair Loop v1 — 11% recovery rate 2026-05-26 11:38:01 -05:00
pist_route_repair_v11_benchmark.json feat(pist): Route-Repair v1.1 — 60 failure flexures ingested, obstruction-type voting 2026-05-26 12:17:42 -05:00
pist_route_repair_v12_benchmark.json feat(pist): Route-Repair v1.2 — 36% recovery from 0% 2026-05-26 12:38:17 -05:00
pist_route_repair_v13b_benchmark.json feat(pist): Route-Repair v1.3b — multi-step templates, 54% recovery 2026-05-26 12:56:24 -05:00
pist_route_repair_v14_benchmark.json feat(pist): v1.4a — 100% recovery across 35 theorems 2026-05-26 14:03:59 -05:00
pist_tier1_vs_tier2_comparison.json feat(pist): Tier 2 beats Tier 1 on 5/6 independent targets 2026-05-26 09:57:10 -05:00
pist_tier2b_confusion_matrices.json feat(pist): Tier 2 beats Tier 1 on 5/6 independent targets 2026-05-26 09:57:10 -05:00
pist_trace_canary_report.json feat(pist): Tier 2 trace canary — 24 multi-tactic Lean theorems 2026-05-26 02:37:22 -05:00
pist_trace_canary_vectors.jsonl feat(pist): Tier 2 trace canary — 24 multi-tactic Lean theorems 2026-05-26 02:37:22 -05:00
pist_trace_routing_benchmark.json feat(pist): routing benchmark — 30% tactic family prediction vs 20% baseline 2026-05-26 11:28:05 -05:00
pist_trace_scaled_report.json feat(pist): scaled Tier 2B batch — 21/64 theorems, RRCShape 71.4% 2026-05-26 10:34:32 -05:00
pist_trace_scaled_vectors.jsonl feat(pist): 57/64 theorem batch — 89.5% proof status LOOCV 2026-05-26 11:20:17 -05:00
pist_trace_tier2b_report.json feat(pist): Tier 2B spectral decomposition — first real proof-path spectra 2026-05-26 03:08:05 -05:00
pist_trace_tier2b_vectors.jsonl feat(pist): Tier 2B spectral decomposition — first real proof-path spectra 2026-05-26 03:08:05 -05:00
pist_trace_v2_canary_report.json feat(pist): Tier 2B — instrumented trace bridge with real transition matrices 2026-05-26 02:56:46 -05:00
pist_trace_v2_ground_truth_labels.jsonl feat(pist): Tier 2 beats Tier 1 on 5/6 independent targets 2026-05-26 09:57:10 -05:00
rrc_pist_exact_validation.json feat(pist): receipt canonicalization v2 with structural math features 2026-05-26 01:55:09 -05:00
rrc_pist_feature_vectors.jsonl feat(pist): receipt canonicalization v2 with structural math features 2026-05-26 01:55:09 -05:00
rrc_pist_training_report.json feat(pist): receipt canonicalization v2 with structural math features 2026-05-26 01:55:09 -05:00