What problem does it solve? Numerical physics results are meaningless without demonstrated convergence and error bars. This Skill systematically tests whether computed values are independent of discretization artifacts like grid size, time step, basis truncation, and Monte Carlo statistics, preventing uncontrolled approximations from masquerading as answers. ## Core Features & Use Cases - Benchmark Validation: Reproduces known analytical results (harmonic oscillator, Ising 2D, hydrogen atom) before trusting new computations. - Systematic Convergence Testing: Runs geometric refinement sequences, estimates convergence orders, and applies Richardson extrapolation to produce honest error bars. - Conservation & Stability Checks: Verifies energy, momentum, and probability conservation, plus perturbation, floating-point precision, and CFL stability analysis. - Use Case: After computing a ground-state energy on a finite grid, run this Skill to vary grid resolution across five refinement levels, measure the convergence order, extrapolate to the continuum limit, and generate a NUMERICAL-VALIDATION.md report with a complete error budget. ## Quick Start Ask the AI to run a convergence validation on phase 3 or on a specific computation file, for example: test numerical convergence for all results in phase 3 and generate the validation report.