目录文档-技术白皮书40-EFT.WP.Materials.Superconductivity v1.0

附录 B 数据卡 / 管线卡 / 误差预算卡


I. 适用范围与锚点


II. 总则与版本字段


III. 数据卡(Dataset Card)模板

schema_version: "B.1.0"

contract_version: "1.0"

unit_system: "SI"

case_id: "<cuprates|fe-based|heavy-fermion|2d>"

specimen:

batch: "<id>"

growth: "<MBE|PLD|bulk|...>"

geometry: "<slab|bridge|vdW-stack>"

thickness_d: "<m>"

texture_Lc: "<m>"

measurement:

bands: ["microwave","THz","optical"]

convention: "pulled_const" # or "integrand"

delta_form: "c_ref^-1 * ∫ n_eff dℓ" # or "∫ (n_eff/c_ref) dℓ"

gamma: "piecewise: free|fixture|substrate|film|sample"

d_ell: "m"

deembed: {scheme: "OSLT|TRL", refs: ["blank","substrate-only"]}

unwrap: {method: "phase_unwrap_v2", params: {...}}

environment: {T_range: "[Kmin,Kmax]", H_range: "[A·m^-1] or [T]", strain: "ε_ij map"}

observables:

- name: "T_arr(ω)" # s

- name: "Δf/f" # cavity/resonator

- name: "1/Q"

- name: "|S21|"

- name: "arg S21"

- name: "M(H)"

- name: "R(H,T,θ,φ)"

units:

T_arr: "s"

S21_mag: "1"

S21_phase: "rad"

M: "A·m^2"

R: "Ω"

constants:

c_ref: 299792458.0

Phi0_ref: "h/(2e)"

cal_bundle:

timebase: "<spec>"

freq_ref: "<spec>"

field_ref: "<spec>"

geom_ref: "<CAD/hash>"

drift_model: "<name|hash>"

coherence:

W_coh: {model: "<name>", params: {...}}

weights: {rule: "L_coh|Fisher", table: "<optional>"}

interfaces:

arrival_time:

compute: "I12-AT-compute_arrival_time"

fit_thinfilm: "I12-AT-fit_thinfilm_transmission"

measurement_matrix:

build: "I12-MM-build_measurement_matrix"

fisher: "I12-MM-compute_fisher"

inference:

hmc: "I12-INF-run_hmc"

vi: "I12-INF-run_vi"

targets_and_priors:

theta: ["lambda_L","xi","kappa_i","kappa_tensor","sigma1(ω)","sigma2(ω)","d","H_c1","H_c2"]

priors:

lambda_L: "HalfNormal(μ,σ)"

xi: "HalfNormal(μ,σ)"

kappa_floor: "1/sqrt(2)"

d: "N(μ_d,σ_d)"

K_T: "LogNormal(μ,σ)" # if nonlocal

references:

- "EFT.WP.Materials.Superconductivity v1.0:Ch.6"

- "EFT.WP.Materials.Superconductivity v1.0:Ch.7"

- "EFT.WP.Materials.Superconductivity v1.0:Ch.8"

- "EFT.WP.Materials.Superconductivity v1.0:Ch.10"

reproducibility:

scripts: "<path>"

env: "<container|conda spec>"

anchors: ["S70-*","M7-*","I12-*"]


IV. 专用数据卡子模板
A. 腔/谐振法(Cavity/Resonator)

measurement:

bands: ["microwave"]

cavity:

mode_map: "<eigenfields-id>"

calibration: "<coupling,Qe>"

observables: ["Δf/f","1/Q","φ(ω)"]

B. 波导/薄膜透射(TDTS / Waveguide)

measurement:

bands: ["THz"]

waveguide:

type: "<TE|TM>"

cutoff: "<Hz>"

substrate: {n_sub: "<model|table>"}

observables: ["T_arr(ω)","|S21|","arg S21"]


V. 管线卡(Pipeline Card)模板

schema_version: "B.1.0"

pipeline:

dag:

- id: "ingest"

fn: "load_case_card"

api: "I12-CASE-load_card"

in: ["dataset_card.yaml"]

out: ["raw"]

- id: "deembed"

fn: "clean_and_deembed"

api: "I12-CASE-clean_and_deembed"

in: ["raw","standards"]

out: ["clean","Σ_y","weights"]

- id: "unwrap"

fn: "phase_unwrap"

api: "I12-AT-compute_arrival_time"

in: ["clean"]

params: {convention: "pulled_const", path: "gamma(...)"}

out: ["T_arr(ω)","meta"]

- id: "build_J"

fn: "build_measurement_matrix"

api: "I12-MM-build_measurement_matrix"

in: ["clean","T_arr(ω)","cal_bundle"]

out: ["J","B","Σ_y"]

- id: "fuse"

fn: "fuse_multi_band"

api: "I12-AT-fuse_multi_band"

in: ["band_results[]","weights"]

out: ["merged_params","consistency"]

- id: "invert"

fn: "run_hmc"

api: "I12-INF-run_hmc"

in: ["J","Σ_y","priors"]

out: ["posterior","rhat","ess","traces"]

- id: "ppc"

fn: "posterior_predictive"

api: "I12-INF-posterior_predictive"

in: ["traces","sim_adapter"]

out: ["y_rep","metrics"]

- id: "design"

fn: "recommend_design"

api: "I12-CASE-recommend_design"

in: ["posterior","objectives"]

out: ["Δθ_design","recipe"]

runtime:

cache: true

seeds: {global: 2025}

resources: {cpu_time: "hh:mm", gpu_mem: "GB", max_walltime: "hh:mm"}

logging:

level: "INFO"

artifacts: ["repro_bundle.tgz"]

contracts:

unit_system: "SI"

references: ["Ch.6","Ch.7","Ch.8","Ch.10","Ch.12"]


VI. 误差预算卡(Error Budget Card)模板

schema_version: "B.1.0"

error_budget:

channels:

- name: "T_arr(ω)"

unit: "s"

contributors:

- {name: "phase_unwrap", type: "systematic|random", u: "<s>", note: "piecewise jumps"}

- {name: "deembed", type: "systematic", u: "<s>", cov_with: ["|S21|","arg S21"]}

- {name: "drift_model", type: "random", u: "<s>"}

combine_rule: "quadrature"

- name: "Δf/f"

unit: "1"

contributors:

- {name: "mode_map", type: "systematic", u: "<1>"}

- {name: "coupling", type: "random", u: "<1>"}

covariance:

Σ_y: "<block-diagonal|sparse file>"

derived_params:

- name: "lambda_L"

unit: "m"

relation: "from J and y via inversion"

u_formula: "cov(Δθ) ≈ (J^T Σ_y^{-1} J)^-1"

- name: "xi"

unit: "m"

relation: "same as above"

coverage:

k: 2.0 # expanded uncertainty factor

U_policy: "U = k * u_c"

reports:

tables: ["channel_budget.csv","param_ci.csv"]

plots: ["sankey_budget.png","ci_forest.png"]


VII. 字段校验与质量门


VIII. 最小示例(发布可用)
A. TDTS / Fe-based 薄膜(节选)

schema_version: "B.1.0"

unit_system: "SI"

case_id: "fe-based"

measurement:

bands: ["THz"]

convention: "integrand"

delta_form: "∫ (n_eff/c_ref) dℓ"

gamma: "piecewise: free|fixture|substrate|film|sample"

d_ell: "m"

deembed: {scheme: "TRL", refs: ["blank","substrate-only"]}

observables: ["T_arr(ω)","|S21|","arg S21"]

interfaces:

arrival_time: {compute: "I12-AT-compute_arrival_time", fit_thinfilm: "I12-AT-fit_thinfilm_transmission"}

measurement_matrix: {build: "I12-MM-build_measurement_matrix"}

targets_and_priors:

theta: ["lambda_L","xi","sigma1(ω)","sigma2(ω)","d"]

priors: {lambda_L: "HalfNormal(0,200e-9)", d: "N(50e-9,5e-9)"}

B. 腔/谐振 / Heavy-Fermion(节选)

schema_version: "B.1.0"

unit_system: "SI"

case_id: "heavy-fermion"

measurement:

bands: ["microwave"]

convention: "pulled_const"

delta_form: "c_ref^-1 * ∫ n_eff dℓ"

gamma: "piecewise: free|fixture|cavity|sample"

d_ell: "m"

observables: ["Δf/f","1/Q","φ(ω)"]

interfaces:

arrival_time: {compute: "I12-AT-compute_arrival_time"}

inference: {hmc: "I12-INF-run_hmc"}

targets_and_priors:

theta: ["lambda_L","xi","kappa_i"]

priors: {kappa_floor: "1/sqrt(2)"}


IX. 接口绑定清单(本附录引用)


X. 交付物与存档


版权与许可(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/