-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCLAIMS.tape
More file actions
68 lines (60 loc) Β· 4.76 KB
/
CLAIMS.tape
File metadata and controls
68 lines (60 loc) Β· 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
@V := "tape" :: spec [active]
version = "1.2"
@I := "claims-index" :: identity [active]
brief = "Single audit index of verifiable demiurge research claims (d_claim_manifest)."
flow = "claim β attestation/verdict record β .verdicts/<slug>/<id>.txt β /paper gate (d_paper_gate)"
# Method legend (d_claim_verify):
# atom β `hexa verify --expr <fn> <n> <v>` (atlas atom recompute β π΅)
# expr β `hexa verify --expr <fn> ...` (numerical recompute β π’)
# record β exports/material_attestation|material_verdict/<m>/*.json (typed gate record)
# run β sim / FEM / DFT run, verdict = producer stdout (empirical)
#
# Verdict surface = demiurge's typed records (NOT a fresh oracle):
# exports/material_attestation/<m>/*.json β absorbed-gate (measurement_gate)
# exports/material_verdict/<m>/*.json β tier4 falsifier-dispatch (aggregate_verdict)
# The .verdicts/<slug>/<id>.txt mirror holds the verbatim record excerpt the
# paper section links to. Do NOT paraphrase; copy the record field verbatim.
#
# Gate (d_paper_gate): every section claim must be terminal β
# π΅ formal / π’ numerical / π΄ CLOSED-negative. No π / π‘ residual.
# Groups (d_paper_one_per_group): ABSORPTION Β· SYNTHESIS Β· ARCH β one canonical paper each.
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# ABSORPTION β nb-bcs-absorbed (slug Β· group=ABSORPTION Β· paper-track)
# Real positive numerical result. The BCS universal weak-coupling gap
# ratio is a parameter-FREE first-principles prediction; it matches the
# 5-lab Nb consensus within tolerance β absorbed=true (GATE_CLOSED_MEASURED).
# This is the subject of the LANDED paper PAPERS/sample-nb-bcs-absorbed/.
@C nb_bcs_gap_ratio := "2Ξ(0)/(k_BΒ·T_c) = ΟΒ·exp(-Ξ³_E) = 3.52775 (parameter-free BCS weak-coupling ratio)" :: formula [slug=nb-bcs-absorbed group=ABSORPTION]
method = "record"
cmd = "exports/material_attestation/nb_bcs_v1/lts_attestation_nb_bcs_20260521T162859Z.json"
raw = ".verdicts/nb-bcs-absorbed/nb_bcs_gap_ratio.txt"
src = "RTSC.md Β§8.2 LTS family Β· PAPERS/sample-nb-bcs-absorbed/main.tex"
@C nb_bcs_oracle_parity := "model 3.52775 vs 5-lab consensus 3.51688 β mean_rel_err 0.31% β€ 5% β absorbed=true" :: run [slug=nb-bcs-absorbed group=ABSORPTION]
method = "record"
cmd = "jq .measured_oracle exports/material_attestation/nb_bcs_v1/lts_attestation_nb_bcs_20260521T162859Z.json"
raw = ".verdicts/nb-bcs-absorbed/nb_bcs_oracle_parity.txt"
src = "measurement_gate=GATE_CLOSED_MEASURED Β· absorbed=true Β· gate_type=bcs-universal-ratio-attestation"
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# SYNTHESIS β cube-fullcycle-617s (slug Β· group=SYNTHESIS Β· paper-track)
# Toolchain-validation finding (Tier 1 simulation grade). GetDP 4.0.0 +
# life-hts H-formulation cube transient solve runs to completion on Apple
# Silicon native (no Linux pool) β closes RTSC.md Β§4.3 (s1) next-step caveat.
# absorbed=false PERMANENT (simulation-only-prediction) β but a real,
# verifiable toolchain finding, not an RTSC absorbed=true claim.
@C cube_hformulation_fullcycle := "GetDP H-formulation cube AC-cycle solve completes native arm64 β 617.6s wall, KSP ~1e-16/step" :: run [slug=cube-fullcycle-617s group=SYNTHESIS]
method = "run"
cmd = "RTSC.md Β§4.2.1.d cube benchmark full-cycle run (macOS arm64 native, 2026-05-21)"
raw = ".verdicts/cube-fullcycle-617s/cube_hformulation_fullcycle.txt"
src = "PAPERS/cube-fullcycle-617s/main.tex Β· RTSC.md Β§4.2.1.d Β· Β§4.3 (s1)"
status = "verdict PENDING β needs a persisted FEM-run record excerpt. STRUCTURAL STUB until .verdicts/cube-fullcycle-617s/ mirror is filled from the GetDP run log; gated OUT of /paper until terminal."
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# ARCH β open slot (group=ARCH Β· paper-track)
# Candidate canonical claim β the 7-verb meta-conductor framework paper
# (cs.SE). NOT yet verdict-persisted. List here so the audit surface tracks
# it; promote to paper only after d_claim_verify persists a terminal verdict.
#
# @C arch_<id> := "<claim>" :: run [slug=arch-<slug> group=ARCH]
# method = "record"
# cmd = "exports/<domain>/<m>/*.json # or hexa verify for a closed-form atom"
# raw = ".verdicts/arch-<slug>/<id>.txt"
# src = "ARCH.md Β§<n> Β· DESIGN.md Decision <n>"