HomeDocs-Technical WhitePaper12-EFT.WP.Methods.Repro v1.0

Appendix A Unified Terms and Symbols


I. Scope and Objectives


II. Notation and Basic Conventions


III. Unified Symbol Roster (by domain)

  1. Time and time base
    • tau_mono: internal monotonic time base (s).
    • ts: external published time stamp (s), linearly mapped from tau_mono.
    • alpha, beta: time-base mapping coefficients, ts = alpha + beta * tau_mono.
    • r_tb: normalized time-base residual, r_tb = ( norm( ts - ( alpha + beta * tau_mono ) ) / norm( ts ) ) (1).
    • T_arr: time of arrival, reported in parallel via two gauges (s).
    • c_ref: reference phase speed (m/s).
    • n_eff(x,t): effective refractive index (1).
    • gamma(ell), d ell: propagation path and measure.
  2. Randomness and determinism
    • seed: RNG seed (integer or byte sequence).
    • gate.rep: reproducibility pass gate (Boolean), derived from a set of thresholds.
    • E_NONDETERMINISM: enumerated nondeterminism exception.
    • RNG family and library versions must be recorded under EnvLock.
  3. Reproducibility and metrics
    • delta_rep = ( norm( y_new - y_ref ) / norm( y_ref ) ) (1).
    • R_coef = 1 - delta_rep (1).
    • delta_psd: spectral discrepancy (1), see Section V.
    • eps_norm: normalization error (1).
    • eps_mass: physical-conservation residual (1).
    • score: benchmark aggregate score (1), weight-based per Chapter 8.
    • CI_score: lower confidence bound of score (1).
  4. Spectra and windows
    • S_xx(f): one-sided power spectral density of signal x (units match normalization, default 1/Hz).
    • U_w: window energy normalization factor (1).
    • ENBW: equivalent noise bandwidth (Hz).
    • f: frequency (Hz); integration domain must be explicit.
  5. Environment and signatures
    • EnvLock: environment-lock object.
    • hash(•): cryptographic hash.
    • fingerprint: artifact fingerprint—hash of content plus critical metadata.
    • anchor: release/rollback anchor, based on joint environment and artifact fingerprints.
    • H_k, sig_k: audit-chain hash and signature at step k.
  6. Concurrency and run-time observability
    • TS.*: run-time observation namespace (e.g., TS.latency.p50, TS.thrpt, TS.error_rate).
    • hb: heartbeat event.
    • bp: back-pressure flag.
    • makespan, critical path: completion time and critical path of the job DAG.
  7. Cards and report objects
    • PipelineCard: structured process/versions descriptor.
    • ParamCard: structured parameter/constraint descriptor.
    • BenchReport, RepReport: benchmark and reproducibility reports.
    • MigPlan, DiffMatrix, CutoverReport, RollbackReport: change-management artifacts.
    • ScoreSummary(old,new): score comparison summary.
  8. Change and channels
    • version = MAJOR.MINOR.PATCH: semantic version.
    • channel ∈ {canary, stable, LTS}: release channel.
    • compat flag: set of compatibility toggles.
    • W_mig, T_dep, T_grace: migration window, deprecation activation time, and grace period.
    • budget = { b_rep , b_psd , b_tb , b_mass }: differential budgets.

IV. Collision Names and Gauges (mandatory constraints)


V. Example Expressions and Dimensions

  1. Dual arrival-time gauges
    • Constant-out: T_arr = ( 1 / c_ref ) * ( ∫_{gamma(ell)} n_eff d ell ) (s).
    • General: T_arr = ( ∫_{gamma(ell)} ( n_eff / c_ref ) d ell ) (s).
    • Discrepancy: delta_form = ( | T_arr(const) - T_arr(general) | / max( |T_arr(const)| , |T_arr(general)| ) ) (1).
  2. Time-base mapping and residual
    • ts = alpha + beta * tau_mono (s).
    • r_tb = ( norm( ts - ( alpha + beta * tau_mono ) ) / norm( ts ) ) (1).
  3. Reproducibility metrics
    • delta_rep = ( norm( y_new - y_ref ) / norm( y_ref ) ), R_coef = 1 - delta_rep (1).
    • var( x ) ≈ ( ∫ S_xx(f) df ) holds when S_xx(f) and x share the same normalization.
  4. Spectral discrepancy and windowing
    • delta_psd = ( ∫ | S_xx(f) - S_yy(f) | df ) / ( ∫ S_xx(f) df ) (1), with matched bands and windows.
    • ENBW = ( ( Σ w[n]^2 ) / ( Σ w[n] )^2 ) * Fs (Hz), where Fs is sampling rate (Hz), w[n] the window.
    • U_w = 1 / ( Σ w[n] / N ) or per-chapter normalization (1).
  5. Environment and signatures
    • EnvLock = hash( OS || kernel || drivers || libs || compiler || cpu_id || gpu_id || flags || rng_family ).
    • fingerprint = hash( bytes(artifact) || meta ).
    • anchor = hash( EnvLock || PipelineCard || ParamCard || fingerprint ).

VI. Composite Gauges and Minimal Lock Fields

  1. Environment-lock minimal fields
    OS, kernel, driver, libc, numerical libraries and accelerator-stack versions, cpu_id/gpu_id, compiler and build flags, rng_family and seed policy, parallel controls (omp/threads), and TS.* sampling frequency.
  2. Card minimal fields
    • PipelineCard: step DAG, I/O anchors, EnvLock binding, version & channel, observation points and alert rules.
    • ParamCard: parameter name, value, unit, dimension, range, default, constraints, and reference path.
  3. Audit-chain minimal fields
    Event time ts, actor & role, change summary, H_k/sig_k, impact surface & delta summary, rollback anchor.

VII. Gates and Pass Conditions (retrospective definitions)

  1. Repro gate gate.rep
    • Hard gates: delta_rep <= b_rep ∧ delta_psd <= b_psd ∧ r_tb <= b_tb ∧ eps_mass <= b_mass.
    • Soft gates: lower( CI_score ) >= tau_score ∧ score_new - score_old >= -tau_reg.
  2. Score synthesis (outline)
    score = w1*( 1 - Delta_agg ) + w2*( 1 - PSD_agg ) + w3*( 1 - TB_agg ) + ..., with weights summing to 1.

VIII. Cross-Volume and Cross-Chapter Anchors


IX. Symbol Index and Naming Rules


X. Versioning and Change Policy (this appendix)


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/