目录文档-技术白皮书56-报告级方法附录 Template v1.0

附录A 数据字典与符号表


I. 目的与范围(强制)


II. 数据字典结构(强制)


III. 字段规范与约束(强制)

集合

字段名

类型

单位

量纲 dim

取值/编码

缺失策略

来源/锚点

measurement

arrival

T_arr

float

s

T

>=0

不允许

见《EFT.WP.Core.Equations v1.1》S20-*

measurement

medium

n_eff

float

1

1

>=0

插补

介质反演链

measurement

medium

c_ref

float

m·s^-1

L T^-1

>0

不允许

标定通道

path

curve

gamma(ell)

path

L

连续可微

不适用

观测几何

path

curve

d ell

measure

m

L

弧长微元

不适用

观测几何

eval

metrics

gate_accuracy

float

1

1

[0,1]

不允许

协议

eval

metrics

gate_latency

duration

h

T

>=0

不允许

协议

compat

replay

compat_rate

float

1

1

[0,1]

不允许

回放系统

meta

data

dataset

string

name@version

不适用

数据资产

meta

hash

sha256

string

^sha256:[0-9a-f]{64}$

不适用

存档


IV. 符号表(最小统一集,强制)

符号

含义

单位

量纲 dim

备注

phi(x,t)

标量场

context

context

首次出现附锚点

Xi(x,t)

张量/结构张量

context

context

阶数按上下文

T_arr

到达时

s

T

同段声明 gamma(ell)、d ell

n_eff

有效折射率

1

1

禁与 n 混用

c_ref

参考传播上限

m·s^-1

L T^-1

禁与 c 混用

T_fil

张力

N 或 J·m^-1

M L T^-2

禁与 T_trans 混用

T_trans

透射系数

1

1

比率量

compat_rate

兼容通过率

1

1

回放/现网


V. 单位与量纲(强制)


VI. 到达时一致性(强制)

  1. 统一口径:
    • 常量外提:T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • 一般口径:T_arr = ( ∫ ( n_eff / c_ref ) d ell )
  2. 同段显式路径 gamma(ell) 与测度 d ell;在机读元数据登记 delta_form ∈ {general, factored}、Δell/ε_int/τ_c;禁用裸写 n/c 与未加括号表达。

VII. 引用与锚点(强制)

携带版本与锚点;在 references.see[] 给出机读清单。必须;EFT.WP.* 引用“见《<卷名> vX.Y》Ch.x S/P/M/I…”固定写法:

VIII. 人读 × 机读映射(强制)

人读项

机读字段

校核要点

字段清单

dict.collections[*].fields[*]

名称/类型/单位/量纲/缺失策略

符号表

symbols.*

定义、单位、量纲一致

到达时口径

arrival_time.*, math.check_dim

两口径+路径/测度+量纲

数据版本

assets.datasets[]

name@version + sha256

协议指标

eval.metrics[]

命名与方向一致

锚点清单

references.see[]

卷名+版本+锚点可解析


IX. 机读 Schema(YAML;JSON 等价,强制)

assets:

datasets:

- { name: "cmb_set_v3", version: "v3", sha256: "sha256:…", license: "CC-BY-4.0" }

- { name: "lens_v1", version: "v1", sha256: "sha256:…", license: "CC-BY-4.0" }

dict:

collections:

- name: "measurement.arrival"

fields:

- { name: "T_arr", type: "float", unit: "s", dim: "T", required: true, missing: "forbid",

anchor: "EFT.WP.Core.Equations v1.1:S20-1" }

- name: "measurement.medium"

fields:

- { name: "n_eff", type: "float", unit: "1", dim: "1", required: true, missing: "impute" }

- { name: "c_ref", type: "float", unit: "m·s^-1", dim: "L T^-1", required: true, missing: "forbid" }

- name: "path.curve"

fields:

- { name: "gamma(ell)", type: "path", unit: "-", dim: "L", required: true }

- { name: "d ell", type: "measure", unit: "m", dim: "L", required: true }

symbols:

T_arr: { unit: "s", dim: "T", desc: "arrival time" }

n_eff: { unit: "1", dim: "1", desc: "effective refractive index" }

c_ref: { unit: "m·s^-1", dim: "L T^-1", desc: "reference propagation limit" }

T_fil: { unit: "N", dim: "M L T^-2" }

T_trans: { unit: "1", dim: "1" }

compat_rate: { unit: "1", dim: "1" }

eval:

metrics:

- { name: "gate_accuracy", direction: "↑" }

- { name: "gate_latency", direction: "↓" }

- { name: "compat_rate", direction: "↑" }

arrival_time:

delta_form: "general|factored"

path: "gamma(ell)"

measure: "d ell"

numeric: { Δell: 1e-3, ε_int: 1e-6, τ_c: 0.01 }

check_dim: true

references:

see:

- "EFT.WP.Core.Terms v1.0:P10-3"

- "EFT.WP.Core.Equations v1.1:S20-1"

- "EFT.WP.Core.Metrology v1.0:check_dim"


X. 校验规则(正则/一致性,强制)


XI. 示例(人读摘要 × 机读片段,强制)

dict.collections[0].fields[0]: { name:"T_arr", unit:"s", dim:"T", required:true }

arrival_time: { delta_form:"general", path:"gamma(ell)", measure:"d ell", check_dim:true }

eval.metrics: [{ name:"gate_accuracy", direction:"↑" }]


版权与许可(CC BY 4.0)

版权声明:除另有说明外,《能量丝理论》(含文本、图表、插图、符号与公式)的著作权由作者(“屠广林”先生)享有。
许可方式:本作品采用 Creative Commons 署名 4.0 国际许可协议(CC BY 4.0)进行许可;在注明作者与来源的前提下,允许为商业或非商业目的进行复制、转载、节选、改编与再分发。
署名格式(建议):作者:“屠广林”;作品:《能量丝理论》;来源:energyfilament.org;许可证:CC BY 4.0。

首次发布: 2025-11-11|当前版本:v5.1
协议链接:https://creativecommons.org/licenses/by/4.0/