🟢 XXZ1D/Energy/OBC
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 claim
- method
dense_ed, reliabilityhigh, refs: Yang Yang 1966 | Takahashi 1999 - Total ⟨H⟩(β) by dense ED of the 2^N × 2^N XXZ Hamiltonian.
Corroboration
| regime | mechanism | independence | refs | file |
|---|---|---|---|---|
@gapless | sum_rule | 🟡 asserted | Tr(H_XXZ) = 0 for OBC (all Si.Si+1 bond terms traceless) | test/models/quantum/XXZ/test_XXZ1D_thermal.jl |
@sweep | ed_finite_size | 🟢 structural | OBC thermal energy from genericed thermofrom_spectrum | test/models/quantum/XXZ/test_XXZ1D_observables.jl |
@sweep | ed_finite_size | 🟢 structural | Direct OBC ED via genericed chainhamiltonian + thermofromspectrum | test/models/quantum/XXZ/test_XXZ1D_thermal.jl |
@sweep | ed_finite_size | 🟢 structural | ED black-box: chainhamiltonian(2,N, J·(SxSx+SySy+Δ·SzSz)), thermofrom_spectrum | test/models/quantum/XXZ/test_xxz1d_obc_thermo_ED_batch.jl |
Test calls
The exact verify(...) call the harness executed for this hub (reconstructed from the test AST):
verify(XXZ1D(; J = 1.0, Δ = 0.5), Energy(), OBC(5); route = :sum_rule, fetch_kw = (; beta = 0.0), independent = 0.0, agree_within = 1.0e-12, refs = ["Tr(H_XXZ) = 0 for OBC (all Si.Si+1 bond terms traceless)"])verify(XXZ1D(; J = J, Δ = Delta), Energy(), OBC(N); route = :ed_finite_size, fetch_kw = (; beta = beta), independent = E_ind, agree_within = 1.0e-9, refs = ["OBC thermal energy from generic_ed thermo_from_spectrum"])verify(XXZ1D(; J = J, Δ = Delta), Energy(), OBC(N); route = :ed_finite_size, fetch_kw = (; beta = beta), independent = E_ind, agree_within = 1.0e-9, refs = ["Direct OBC ED via generic_ed chain_hamiltonian + thermo_from_spectrum"])verify(XXZ1D(; J = J, Δ = dz), Energy(:per_site), OBC(N); route = :ed_finite_size, independent = ed_E, at = ["N=$(N)"], agree_within = 1.0e-9, refs = ["ED black-box: chain_hamiltonian(2,N, J·(SxSx+SySy+Δ·SzSz)), thermo_from_spectrum"], fetch_kw = (; beta = beta))Assurance (provisional)
- level: corroborated-at-p 🟢
- cards: 4 · model ED-feasible
- RES not wired — measured residuals / confidence are not shown yet.