Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Latest commit

 

History

History
89 lines (67 loc) · 6.3 KB

File metadata and controls

89 lines (67 loc) · 6.3 KB

CORRECTIONS

Author: Justin K. Lietz ORCID: 0009-0008-9028-1366
Contact: justin@neuroca.ai

Created: August 9, 2025
Updated: August 9, 2025

This research is protected under a dual-license to foster open academic research while ensuring commercial applications are aligned with the project's ethical principles. Commercial use requires written permission from the author..

See LICENSE file for full terms.

Date (UTC): 2025-08-20

Scope: Tier-0 correctness fixes (numerics, stability narrative) and unification to a single canonical model class (reaction-diffusion, RD). EFT/KG material retained but quarantined as “Future Work.”

Summary (before → after)

Numeric Corrections

  • m_eff is not a universal constant; it is m_eff = √(α−β).
    • Example calibrations:
      • α = 0.25, β = 0.10 → m_eff ≈ 0.387
      • α = 1.0, β = 0.40 → m_eff ≈ 0.7746

All fixed-number statements were replaced with parameter-dependent forms and example mappings.

Stability Narrative Corrections

  • For RD (canonical): φ = 0 is dynamically unstable for r > 0; homogeneous fixed point φ* = r/u is stable.
  • EFT “tachyonic” language retained only in EFT sections; where used, potential boundedness via λ φ⁴ is explicit.

Kinetic/Lattice Normalization

Edit Log (file, change)

Status Tags

  • [ERROR FIXED]: Incorrect fixed mass number claims replaced with parameter-dependent expression.
  • [PROVEN]: Lattice → continuum kinetic normalization via discrete action (already present) is internally consistent.
  • [PROVEN]: RD front speed c_front = 2√(Dr) validated. Defaults: N=1024, cfl=0.2, level=0.1, x0=-60, fit window 0.6-0.9. Representative run: c_meas≈0.953, c_th=1.0, rel_err≈0.047, R²≈0.999996.
  • [PROVEN]: RD dispersion σ(k) = r − D k² validated via linearized periodic evolution. Defaults (N=1024, L=200, D=1.0, r=0.25, T=10, cfl=0.2, seed=42, m_max=64) → med_rel_err≈0.00145, R²_array≈0.99995 [PASS]; grid refinement (N=2048, m_max=128) → med_rel_err≈0.00130, R²_array≈0.9928 [PASS].