Deborah.Esther

Deborah.EstherModule
module Esther

Deborah.Esther — Higher-order cumulant analysis for lattice-QCD trace data.

Deborah.Esther implements the statistical pipeline to extract chiral-condensate observables from trace moments $\text{Tr}\,M^{-n} \; (n=1,2,3,4)$: loading and rescaling traces, computing $Q$-moments and derived cumulants, running bootstrap/jackknife, and emitting formatted summaries and files ready for downstream reporting.

Scope & Responsibilities

Public API (typical entry point)

Minimal Usage (REPL)

julia> using Deborah
julia> run_Esther("config_Esther.toml")

Notes

  • Column indices in configs are $1$-based and propagated as-is.
  • Output directory scheme is derived from analysis_header and ensemble to keep results reproducible across runs.
  • Abbreviation maps (when enabled) shorten feature/target tokens consistently across file and folder names.

See Also

source