Experiments / V2.31
V2.31
Hardening & Validation COMPLETE

V2.31 - Finite-Size Scaling & Continuum Extrapolation

V2.31: Finite-Size Scaling & Continuum Extrapolation

Status: COMPLETE

Overview

Every numerical result in the capacity framework is computed on a finite lattice. Before trusting any prediction, we need to know: how large must the lattice be, and how fast do results converge to the continuum? This experiment answers both questions systematically.

Method

  1. Entropy vs subsystem size: Compute S(L) for L = 2 to N/2 on chains of size N = 16 to 1024
  2. Calabrese-Cardy fit: Extract c_eff from S = (c/3) ln(L_chord) + const at each N
  3. Leading correction: Fit the residuals to A/N to identify the dominant finite-size effect
  4. Richardson extrapolation: Use S_∞ ≈ 2S(2N) − S(N) to remove the leading correction
  5. Minimum N: Find the smallest lattice that achieves 1% accuracy on c_eff

Results

Central Charge Convergence

Nc_effError from c = 1
161.0828.2%0.9976
321.0383.8%0.9991
641.0181.8%0.9997
1281.0090.9%0.9999
2561.0040.4%0.99997
5121.0020.2%0.99999
10241.0010.1%0.999998

Minimum N for 1% accuracy: N = 128.

Leading Finite-Size Correction

The dominant correction to the CC formula scales as 1/N:

S(N) = (1/3) ln(L_chord) + s₀ + A/N + O(1/N²)

with A ≈ 0.15. This is the standard Euler-Maclaurin correction from the lattice discretization.

Richardson Extrapolation

N pairS(N)S(2N)S_RichardsonCorrection removed
(128, 256)1.0961.3291.5620.233
(256, 512)1.3291.5611.7930.232

Richardson extrapolation successfully removes the 1/N correction, giving estimates consistent with the N = 1024 values. The correction is stable (0.233 vs 0.232), confirming the 1/N scaling.

Error Budget

ObservableN = 64 errorN = 128 errorN = 256 errorN → ∞
c_eff1.8%0.9%0.4%0%
δS (1/L correction)~10%~5%~2%0%
G_eff ratio~5%~3%~1%0%

The 1/L correction from V2.25/V2.33 converges more slowly than c_eff because it requires cancelling the leading ln(L) term first.

Conclusions

  1. N ≥ 128 is sufficient for 1% accuracy on the central charge.
  2. N ≥ 256 is needed for 1% accuracy on the subleading 1/L correction.
  3. The leading correction is 1/N (Euler-Maclaurin), removable by Richardson extrapolation.
  4. All previous experiments used N ≥ 128, so their central charge extractions are reliable to ~1%.

Significance

This experiment sets the systematic error bars for the entire framework. Combined with V2.30’s method robustness check, we can now state: the capacity framework’s entropy-based predictions are accurate to ~1% for N ≥ 128, with well-understood finite-size corrections. This underpins the error estimates in V2.32 (modified dispersion) and V2.33 (universality).