๐ SixVertex/FreeEnergy/Infinite
Generated by docs/atlas/generate.jl โ a pure VIEW over the *_registry.jl claims + the static test/INVENTORY.jsonl AST scan. No test is executed and no src is run; test/INVENTORY.jsonl is regenerated in-place (idempotently) from that static scan; fetch/@register untouched. Assurance labels are PROVISIONAL: residuals / confidence are not shown yet (RES not wired). Badges reflect the committed test AST, not the latest CI run โ a hub can read green while its @test is red between regenerations. @sweep = a graceful regime-resolution gap, not card omission.
src claims this hub and dense ED is feasible, but no corroboration card exists. Actionable: add a route = :ed_finite_size or :second_closed_form card.
src claim
- method
analytic, reliabilityhigh, refs: Lieb 1967a | Lieb 1967c | Baxter 1982 - FE phase (ฮ > 1): f = -log max(a, b) (Lieb 1967c). Square-ice point (a = b = c): f = -(3/2) log(4/3) (Lieb 1967a). Generic disordered (off-diagonal) deferred to issue #163 phase 2; AFE phase (ฮ < -1, Lieb 1967b elliptic) deferred to phase 3.
Corroboration
| regime | mechanism | independence | refs | file |
|---|---|---|---|---|
@sweep | lieb_ferroelectric | ๐ก asserted | Lieb 1967c Phys. Rev. Lett. 19, 108: KDP/FE phase f = -log max(a,b) (frozen GS) | test/models/classical/test_six_vertex.jl |
@sweep | lieb_ferroelectric | ๐ก asserted | Lieb 1967c: FE-phase f = -log max(a,b); aโb symmetry | test/models/classical/test_six_vertex.jl |
@sweep | lieb_ferroelectric | ๐ก asserted | Lieb 1967c: FE-phase f = -log max(a,b) | test/models/classical/test_six_vertex.jl |
@sweep | lieb_ferroelectric | ๐ก asserted | Lieb 1967c: KDP boundary ฮ=1 approached from FE side; f = -log max(a,b) | test/models/classical/test_six_vertex.jl |
@sweep | lieb_square_ice | ๐ก asserted | Lieb 1967a Phys. Rev. 162: square-ice f = -(3/2) log(4/3) | test/models/classical/test_six_vertex.jl |
Test calls
The exact verify(...) call the harness executed for this hub (reconstructed from the test AST):
verify(SixVertex(; a = 3.0, b = 1.0, c = 1.0), FreeEnergy(), Infinite(); route = :lieb_ferroelectric, independent = -(log(3.0)), agree_within = 1.0e-14, refs = ["Lieb 1967c Phys. Rev. Lett. 19, 108: KDP/FE phase f = -log max(a,b) (frozen GS)"])verify(SixVertex(; a = 1.0, b = 3.0, c = 1.0), FreeEnergy(), Infinite(); route = :lieb_ferroelectric, independent = -(log(3.0)), agree_within = 1.0e-14, refs = ["Lieb 1967c: FE-phase f = -log max(a,b); aโb symmetry"])verify(SixVertex(; a = 2.0, b = 4.0, c = 1.0), FreeEnergy(), Infinite(); route = :lieb_ferroelectric, independent = -(log(4.0)), agree_within = 1.0e-14, refs = ["Lieb 1967c: FE-phase f = -log max(a,b)"])verify(SixVertex(; a = a_kdp, b = 1.0, c = 1.0), FreeEnergy(), Infinite(); route = :lieb_ferroelectric, independent = -(log(a_kdp)), agree_within = 1.0e-14, refs = ["Lieb 1967c: KDP boundary ฮ=1 approached from FE side; f = -log max(a,b)"])verify(SixVertex(; a = 1.0, b = 1.0, c = 1.0), FreeEnergy(), Infinite(); route = :lieb_square_ice, independent = -(3 / 2) * log(4 / 3), agree_within = 1.0e-14, refs = ["Lieb 1967a Phys. Rev. 162: square-ice f = -(3/2) log(4/3)"])Assurance (provisional)
- level: uncorroborated-but-feasible ๐
- cards: 5 ยท model ED-feasible
- RES not wired โ measured residuals / confidence are not shown yet.