universal-physics-tensor 0.7.2 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +147 -109
- package/bin/upt.mjs +508 -0
- package/dist/bridges/be23-planckian-confrontation.d.ts +162 -0
- package/dist/bridges/be23-planckian-confrontation.d.ts.map +1 -0
- package/dist/bridges/be23-planckian-confrontation.js +196 -0
- package/dist/bridges/be23-planckian-confrontation.js.map +1 -0
- package/dist/bridges/be36-gw170817-confrontation.d.ts +111 -0
- package/dist/bridges/be36-gw170817-confrontation.d.ts.map +1 -0
- package/dist/bridges/be36-gw170817-confrontation.js +100 -0
- package/dist/bridges/be36-gw170817-confrontation.js.map +1 -0
- package/dist/bridges/bridge-equations.d.ts +129 -0
- package/dist/bridges/bridge-equations.d.ts.map +1 -0
- package/dist/bridges/bridge-equations.js +130 -0
- package/dist/bridges/bridge-equations.js.map +1 -0
- package/dist/bridges/catalog-adapter.d.ts +1 -1
- package/dist/bridges/catalog-adapter.js +1 -1
- package/dist/bridges/confrontation-coverage.d.ts +67 -0
- package/dist/bridges/confrontation-coverage.d.ts.map +1 -0
- package/dist/bridges/confrontation-coverage.js +83 -0
- package/dist/bridges/confrontation-coverage.js.map +1 -0
- package/dist/bridges/equations/_be-helpers.d.ts +2 -1
- package/dist/bridges/equations/_be-helpers.d.ts.map +1 -1
- package/dist/bridges/equations/be-12-coherence-length.d.ts +1 -1
- package/dist/bridges/equations/be-13-einstein-trace.d.ts +2 -2
- package/dist/bridges/equations/be-13-einstein-trace.js +1 -1
- package/dist/bridges/equations/be-14-ryu-takayanagi.d.ts +2 -2
- package/dist/bridges/equations/be-15-emergence.d.ts +19 -5
- package/dist/bridges/equations/be-15-emergence.d.ts.map +1 -1
- package/dist/bridges/equations/be-15-emergence.js +18 -4
- package/dist/bridges/equations/be-15-emergence.js.map +1 -1
- package/dist/bridges/equations/be-16-landauer.d.ts +1 -1
- package/dist/bridges/equations/be-17-einstein-cartan.d.ts +1 -1
- package/dist/bridges/equations/be-18-higgs-mass.d.ts +1 -1
- package/dist/bridges/equations/be-19-quantum-bounce.d.ts +1 -1
- package/dist/bridges/equations/be-20-vacuum-energy.d.ts +4 -4
- package/dist/bridges/equations/be-20-vacuum-energy.d.ts.map +1 -1
- package/dist/bridges/equations/be-20-vacuum-energy.js +4 -2
- package/dist/bridges/equations/be-20-vacuum-energy.js.map +1 -1
- package/dist/bridges/equations/be-22-topological-entanglement.d.ts +1 -1
- package/dist/bridges/equations/be-23-syk-planckian.d.ts +1 -1
- package/dist/bridges/equations/be-24-foerster-fret.d.ts +1 -1
- package/dist/bridges/equations/be-25-iit-phi.d.ts +1 -1
- package/dist/bridges/equations/be-25-orch-or.d.ts +13 -1
- package/dist/bridges/equations/be-25-orch-or.d.ts.map +1 -1
- package/dist/bridges/equations/be-25-orch-or.js +12 -0
- package/dist/bridges/equations/be-25-orch-or.js.map +1 -1
- package/dist/bridges/equations/be-26-dna-tunneling.d.ts +2 -2
- package/dist/bridges/equations/be-26-dna-tunneling.js +1 -1
- package/dist/bridges/equations/be-27-effective-temperature.d.ts +1 -1
- package/dist/bridges/equations/be-28-onsager-entropy-production.d.ts +1 -1
- package/dist/bridges/equations/be-29-jarzynski.d.ts +1 -1
- package/dist/bridges/equations/be-30-flm-first-law.d.ts +2 -2
- package/dist/bridges/equations/be-31-causal-set-bd.d.ts +1 -1
- package/dist/bridges/equations/be-32-quantum-reference-frame.d.ts +1 -1
- package/dist/bridges/equations/be-33-hertz-millis.d.ts +1 -1
- package/dist/bridges/equations/be-34-kibble-zurek.d.ts +1 -1
- package/dist/bridges/equations/be-35-conformal-bootstrap.d.ts +1 -1
- package/dist/bridges/equations/be-36-gw-speed-bound.d.ts +12 -5
- package/dist/bridges/equations/be-36-gw-speed-bound.d.ts.map +1 -1
- package/dist/bridges/equations/be-36-gw-speed-bound.js +11 -4
- package/dist/bridges/equations/be-36-gw-speed-bound.js.map +1 -1
- package/dist/bridges/equations/be-38-mond.d.ts +1 -1
- package/dist/bridges/equations/be-39-asymptotic-safety.d.ts +2 -2
- package/dist/bridges/equations/be-40-composite-higgs.d.ts +1 -1
- package/dist/bridges/equations/be-41-swampland.d.ts +1 -1
- package/dist/bridges/equations/be-43-er-epr.d.ts +1 -1
- package/dist/bridges/equations/be-44-soft-hair.d.ts +1 -1
- package/dist/bridges/equations/be-45-tcc.d.ts +1 -1
- package/dist/bridges/equations/be-46-multiverse-measure.d.ts +1 -1
- package/dist/bridges/equations/be-47-bbn-dark-sector.d.ts +1 -1
- package/dist/bridges/equations/be-48-grw-localization.d.ts +1 -1
- package/dist/bridges/equations/be-49-quantum-darwinism.d.ts +1 -1
- package/dist/bridges/equations/be-50-wheeler-feynman.d.ts +1 -1
- package/dist/bridges/index.d.ts +10 -7
- package/dist/bridges/index.d.ts.map +1 -1
- package/dist/bridges/index.js +47 -34
- package/dist/bridges/index.js.map +1 -1
- package/dist/bridges/membership.d.ts +44 -0
- package/dist/bridges/membership.d.ts.map +1 -0
- package/dist/bridges/membership.js +59 -0
- package/dist/bridges/membership.js.map +1 -0
- package/dist/bridges/rejected.d.ts +40 -0
- package/dist/bridges/rejected.d.ts.map +1 -0
- package/dist/bridges/rejected.js +81 -0
- package/dist/bridges/rejected.js.map +1 -0
- package/dist/composition/bridge-analysis.d.ts +189 -0
- package/dist/composition/bridge-analysis.d.ts.map +1 -0
- package/dist/composition/bridge-analysis.js +445 -0
- package/dist/composition/bridge-analysis.js.map +1 -0
- package/dist/composition/bridge-prediction.d.ts +95 -0
- package/dist/composition/bridge-prediction.d.ts.map +1 -0
- package/dist/composition/bridge-prediction.js +0 -0
- package/dist/composition/bridge-prediction.js.map +1 -0
- package/dist/composition/catalog-graph.d.ts +20 -0
- package/dist/composition/catalog-graph.d.ts.map +1 -0
- package/dist/composition/catalog-graph.js +39 -0
- package/dist/composition/catalog-graph.js.map +1 -0
- package/dist/composition/compose-surface.d.ts +12 -0
- package/dist/composition/compose-surface.d.ts.map +1 -0
- package/dist/composition/compose-surface.js +10 -0
- package/dist/composition/compose-surface.js.map +1 -0
- package/dist/composition/compose-symbolic.d.ts +75 -0
- package/dist/composition/compose-symbolic.d.ts.map +1 -0
- package/dist/composition/compose-symbolic.js +157 -0
- package/dist/composition/compose-symbolic.js.map +1 -0
- package/dist/composition/compose.d.ts +110 -0
- package/dist/composition/compose.d.ts.map +1 -0
- package/dist/composition/compose.js +231 -0
- package/dist/composition/compose.js.map +1 -0
- package/dist/composition/consistency.d.ts +24 -0
- package/dist/composition/consistency.d.ts.map +1 -0
- package/dist/composition/consistency.js +26 -0
- package/dist/composition/consistency.js.map +1 -0
- package/dist/composition/discovery.d.ts +104 -0
- package/dist/composition/discovery.d.ts.map +1 -0
- package/dist/composition/discovery.js +165 -0
- package/dist/composition/discovery.js.map +1 -0
- package/dist/composition/edge.d.ts +139 -0
- package/dist/composition/edge.d.ts.map +1 -0
- package/dist/composition/edge.js +72 -0
- package/dist/composition/edge.js.map +1 -0
- package/dist/composition/edges/calibration.d.ts +107 -0
- package/dist/composition/edges/calibration.d.ts.map +1 -0
- package/dist/composition/edges/calibration.js +373 -0
- package/dist/composition/edges/calibration.js.map +1 -0
- package/dist/composition/edges/catalog-full.d.ts +299 -0
- package/dist/composition/edges/catalog-full.d.ts.map +1 -0
- package/dist/composition/edges/catalog-full.js +989 -0
- package/dist/composition/edges/catalog-full.js.map +1 -0
- package/dist/composition/edges/catalog-tranche.d.ts +112 -0
- package/dist/composition/edges/catalog-tranche.d.ts.map +1 -0
- package/dist/composition/edges/catalog-tranche.js +241 -0
- package/dist/composition/edges/catalog-tranche.js.map +1 -0
- package/dist/composition/enumerate.d.ts +67 -0
- package/dist/composition/enumerate.d.ts.map +1 -0
- package/dist/composition/enumerate.js +78 -0
- package/dist/composition/enumerate.js.map +1 -0
- package/dist/composition/explain.d.ts +102 -0
- package/dist/composition/explain.d.ts.map +1 -0
- package/dist/composition/explain.js +244 -0
- package/dist/composition/explain.js.map +1 -0
- package/dist/composition/expr-eval.d.ts +33 -0
- package/dist/composition/expr-eval.d.ts.map +1 -0
- package/dist/composition/expr-eval.js +95 -0
- package/dist/composition/expr-eval.js.map +1 -0
- package/dist/composition/expr-simplify.d.ts +60 -0
- package/dist/composition/expr-simplify.d.ts.map +1 -0
- package/dist/composition/expr-simplify.js +330 -0
- package/dist/composition/expr-simplify.js.map +1 -0
- package/dist/composition/expr-subst.d.ts +29 -0
- package/dist/composition/expr-subst.d.ts.map +1 -0
- package/dist/composition/expr-subst.js +60 -0
- package/dist/composition/expr-subst.js.map +1 -0
- package/dist/composition/identifiability.d.ts +103 -0
- package/dist/composition/identifiability.d.ts.map +1 -0
- package/dist/composition/identifiability.js +148 -0
- package/dist/composition/identifiability.js.map +1 -0
- package/dist/composition/index.d.ts +37 -0
- package/dist/composition/index.d.ts.map +1 -0
- package/dist/composition/index.js +27 -0
- package/dist/composition/index.js.map +1 -0
- package/dist/composition/quantities.d.ts +297 -0
- package/dist/composition/quantities.d.ts.map +1 -0
- package/dist/composition/quantities.js +1017 -0
- package/dist/composition/quantities.js.map +1 -0
- package/dist/composition/quantity.d.ts +59 -0
- package/dist/composition/quantity.d.ts.map +1 -0
- package/dist/composition/quantity.js +36 -0
- package/dist/composition/quantity.js.map +1 -0
- package/dist/composition/retrodiction.d.ts +94 -0
- package/dist/composition/retrodiction.d.ts.map +1 -0
- package/dist/composition/retrodiction.js +171 -0
- package/dist/composition/retrodiction.js.map +1 -0
- package/dist/composition/symbolic-constants.d.ts +33 -0
- package/dist/composition/symbolic-constants.d.ts.map +1 -0
- package/dist/composition/symbolic-constants.js +50 -0
- package/dist/composition/symbolic-constants.js.map +1 -0
- package/dist/composition/uncertainty.d.ts +45 -0
- package/dist/composition/uncertainty.d.ts.map +1 -0
- package/dist/composition/uncertainty.js +59 -0
- package/dist/composition/uncertainty.js.map +1 -0
- package/dist/core/axes-registry.d.ts +1 -1
- package/dist/core/axes-registry.js +1 -1
- package/dist/core/cell.d.ts +0 -8
- package/dist/core/cell.d.ts.map +1 -1
- package/dist/core/cell.js +1 -1
- package/dist/core/cell.js.map +1 -1
- package/dist/core/constants.d.ts +15 -1
- package/dist/core/constants.d.ts.map +1 -1
- package/dist/core/constants.js +15 -1
- package/dist/core/constants.js.map +1 -1
- package/dist/core/flux-rules.d.ts +10 -13
- package/dist/core/flux-rules.d.ts.map +1 -1
- package/dist/core/flux-rules.js +19 -10
- package/dist/core/flux-rules.js.map +1 -1
- package/dist/core/labeled-tensor.d.ts +80 -1
- package/dist/core/labeled-tensor.d.ts.map +1 -1
- package/dist/core/labeled-tensor.js +263 -17
- package/dist/core/labeled-tensor.js.map +1 -1
- package/dist/core/universal-index.d.ts +1 -1
- package/dist/core/universal-index.js +1 -1
- package/dist/dimensional/buckingham.d.ts +103 -0
- package/dist/dimensional/buckingham.d.ts.map +1 -0
- package/dist/dimensional/buckingham.js +284 -0
- package/dist/dimensional/buckingham.js.map +1 -0
- package/dist/dimensional/dimension-spec.d.ts +24 -0
- package/dist/dimensional/dimension-spec.d.ts.map +1 -0
- package/dist/dimensional/dimension-spec.js +110 -0
- package/dist/dimensional/dimension-spec.js.map +1 -0
- package/dist/dimensional/field-equation-helpers.d.ts +1 -1
- package/dist/dimensional/field-equation-helpers.js +1 -1
- package/dist/dimensional/friedmann-equation.d.ts +1 -1
- package/dist/dimensional/friedmann-equation.js +1 -1
- package/dist/dimensional/gauge-field.d.ts +1 -1
- package/dist/dimensional/gauge-field.js +1 -1
- package/dist/dimensional/klein-gordon-equation.d.ts +8 -5
- package/dist/dimensional/klein-gordon-equation.d.ts.map +1 -1
- package/dist/dimensional/klein-gordon-equation.js +8 -5
- package/dist/dimensional/klein-gordon-equation.js.map +1 -1
- package/dist/dimensional/tensor-trace.d.ts +1 -1
- package/dist/dimensional/tensor-trace.js +1 -1
- package/dist/dimensional/validator.d.ts +13 -3
- package/dist/dimensional/validator.d.ts.map +1 -1
- package/dist/dimensional/validator.js +129 -42
- package/dist/dimensional/validator.js.map +1 -1
- package/dist/index.d.ts +32 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +63 -2
- package/dist/index.js.map +1 -1
- package/dist/numerical/be37-covariant-eikonal.d.ts.map +1 -1
- package/dist/numerical/be37-covariant-eikonal.js +15 -18
- package/dist/numerical/be37-covariant-eikonal.js.map +1 -1
- package/dist/numerical/curvature-lowering-helpers.d.ts +7 -13
- package/dist/numerical/curvature-lowering-helpers.d.ts.map +1 -1
- package/dist/numerical/curvature-lowering-helpers.js +1 -1
- package/dist/numerical/curvature-lowering-helpers.js.map +1 -1
- package/dist/numerical/derivative-lowering.d.ts +2 -1
- package/dist/numerical/derivative-lowering.d.ts.map +1 -1
- package/dist/numerical/formula-dimension.d.ts +40 -0
- package/dist/numerical/formula-dimension.d.ts.map +1 -0
- package/dist/numerical/formula-dimension.js +199 -0
- package/dist/numerical/formula-dimension.js.map +1 -0
- package/dist/numerical/formula-mathts.d.ts +27 -0
- package/dist/numerical/formula-mathts.d.ts.map +1 -0
- package/dist/numerical/formula-mathts.js +98 -0
- package/dist/numerical/formula-mathts.js.map +1 -0
- package/dist/numerical/formula-registry.d.ts +30 -0
- package/dist/numerical/formula-registry.d.ts.map +1 -0
- package/dist/numerical/formula-registry.js +88 -0
- package/dist/numerical/formula-registry.js.map +1 -0
- package/dist/numerical/formula.d.ts +75 -0
- package/dist/numerical/formula.d.ts.map +1 -0
- package/dist/numerical/formula.js +275 -0
- package/dist/numerical/formula.js.map +1 -0
- package/dist/numerical/geometrized.d.ts +51 -0
- package/dist/numerical/geometrized.d.ts.map +1 -0
- package/dist/numerical/geometrized.js +66 -0
- package/dist/numerical/geometrized.js.map +1 -0
- package/dist/numerical/gl4-integrator.d.ts +8 -6
- package/dist/numerical/gl4-integrator.d.ts.map +1 -1
- package/dist/numerical/gl4-integrator.js +6 -6
- package/dist/numerical/gl4-integrator.js.map +1 -1
- package/dist/numerical/klein-gordon.d.ts +145 -0
- package/dist/numerical/klein-gordon.d.ts.map +1 -0
- package/dist/numerical/klein-gordon.js +145 -0
- package/dist/numerical/klein-gordon.js.map +1 -0
- package/dist/numerical/kretschmann.d.ts +43 -12
- package/dist/numerical/kretschmann.d.ts.map +1 -1
- package/dist/numerical/kretschmann.js +116 -29
- package/dist/numerical/kretschmann.js.map +1 -1
- package/dist/numerical/lowering.d.ts +18 -0
- package/dist/numerical/lowering.d.ts.map +1 -1
- package/dist/numerical/lowering.js +54 -42
- package/dist/numerical/lowering.js.map +1 -1
- package/dist/numerical/null-ic.d.ts +1 -1
- package/dist/numerical/null-ic.d.ts.map +1 -1
- package/dist/numerical/null-ic.js +3 -2
- package/dist/numerical/null-ic.js.map +1 -1
- package/dist/numerical/painleve-gullstrand-metric.d.ts +18 -6
- package/dist/numerical/painleve-gullstrand-metric.d.ts.map +1 -1
- package/dist/numerical/painleve-gullstrand-metric.js +31 -16
- package/dist/numerical/painleve-gullstrand-metric.js.map +1 -1
- package/dist/numerical/perihelion-finder.d.ts +4 -3
- package/dist/numerical/perihelion-finder.d.ts.map +1 -1
- package/dist/numerical/perihelion-finder.js +5 -4
- package/dist/numerical/perihelion-finder.js.map +1 -1
- package/dist/numerical/types.d.ts +6 -3
- package/dist/numerical/types.d.ts.map +1 -1
- package/dist/numerical/weyl-lowering.d.ts +4 -4
- package/dist/numerical/weyl-lowering.d.ts.map +1 -1
- package/dist/numerical/weyl-lowering.js +14 -1
- package/dist/numerical/weyl-lowering.js.map +1 -1
- package/package.json +21 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"be23-planckian-confrontation.d.ts","sourceRoot":"","sources":["../../src/bridges/be23-planckian-confrontation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AAKH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACnC,6EAA6E;IAC7E,QAAQ,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE,CAAC;IACtC,wEAAwE;IACxE,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,8DAA8D;IAC9D,QAAQ,CAAC,mBAAmB,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,EACtB,SAAS;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,EAAE,GACjE,IAAI,CAAC;IACT,0EAA0E;IAC1E,QAAQ,CAAC,oBAAoB,EAAE,WAAW,GAAG,cAAc,CAAC;IAC5D,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B;AAED;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,EAAE,oBAwBhC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAY,CAAC;AAErE;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC,uDAAuD;IACvD,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,sFAAsF;IACtF,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,yEAAyE;IACzE,QAAQ,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,mBAAmB,CAAC,CAAC;IACtE,2DAA2D;IAC3D,QAAQ,CAAC,aAAa,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,mBAAmB,EAAE,OAAO,CAAC;IACtC,wEAAwE;IACxE,QAAQ,CAAC,eAAe,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IAClD;;;;;;OAMG;IACH,QAAQ,CAAC,qBAAqB,EAAE,OAAO,CAAC;IACxC,qDAAqD;IACrD,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,EAAE,oBAAoB,CAAC;CAC5C;AAUD;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,GAAG,GAAE,oBAAyC,GAC7C,uBAAuB,CAqEzB;AAED;;;;;;;;;;GAUG;AACH,MAAM,WAAW,gCACf,SAAQ,uBAAuB;IAC/B,wDAAwD;IACxD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,oEAAoE;IACpE,QAAQ,CAAC,oBAAoB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IACvD,yEAAyE;IACzE,QAAQ,CAAC,6BAA6B,EAAE,OAAO,CAAC;CACjD;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CACzC,GAAG,GAAE,oBAAyC,GAC7C,gCAAgC,CAyBlC"}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BE-23 × overdoped-cuprate Planckian dissipation — the second
|
|
3
|
+
* real-data confrontation (follows the GW170817 pattern of
|
|
4
|
+
* `be36-gw170817-confrontation.ts`: observation record with citations,
|
|
5
|
+
* a `confront` function that recomputes the published comparison, and
|
|
6
|
+
* honest-finding fields).
|
|
7
|
+
*
|
|
8
|
+
* Published dataset: Legros et al. 2019 *Nature Physics* 15:142,
|
|
9
|
+
* "Universal T-linear resistivity and Planckian dissipation in
|
|
10
|
+
* overdoped cuprates" (arXiv:1805.02512). The paper measures the
|
|
11
|
+
* T-linear resistivity slope across overdoped cuprates (Bi2212,
|
|
12
|
+
* Bi2201, LSCO, Nd-LSCO) and converts it, via the Drude relation
|
|
13
|
+
* ρ = m* / (n e² τ), into a Planckian scattering coefficient α defined by
|
|
14
|
+
*
|
|
15
|
+
* ℏ/τ = α · k_B T, finding α ≈ 1 within a factor ~2 (O(1)).
|
|
16
|
+
*
|
|
17
|
+
* ── DATA-ENCODING HONESTY LEVEL: AGGREGATE, NOT PER-MATERIAL ──
|
|
18
|
+
* The per-material α table from Legros et al. was NOT reproduced here:
|
|
19
|
+
* it could not be re-verified against the paper at encoding time
|
|
20
|
+
* (network access to arXiv/Nature unavailable), and reproducing table
|
|
21
|
+
* rows from memory risks fabricating numbers. Per the repo's
|
|
22
|
+
* no-fabricated-literals rule, this module encodes ONLY the paper's
|
|
23
|
+
* abstract-level aggregate claim, conservatively stated as
|
|
24
|
+
* α = 1.0 ± 0.4 (i.e., α is O(1), within roughly a factor of 2 of the
|
|
25
|
+
* Planckian value α = 1, across the materials studied). Anyone with
|
|
26
|
+
* the paper in hand can upgrade `PLANCKIAN_CUPRATES` to per-material
|
|
27
|
+
* rows; the `perMaterialAlphas: null` field is the explicit marker
|
|
28
|
+
* that this upgrade has not happened.
|
|
29
|
+
*
|
|
30
|
+
* ── WHAT IS ACTUALLY CONFRONTED ──
|
|
31
|
+
* BE-23's evaluator (`evaluateSYKResistivity`) computes
|
|
32
|
+
*
|
|
33
|
+
* ρ(T) = ρ_0 + (m* · k_B T)/(n_e · e² · ℏ) · α_SYK,
|
|
34
|
+
*
|
|
35
|
+
* which is exactly the Drude resistivity with the Planckian rate
|
|
36
|
+
* 1/τ = α_SYK · k_B T / ℏ substituted. So the encoding's α_SYK is the
|
|
37
|
+
* SAME dimensionless α the paper reports, and the supportable test is:
|
|
38
|
+
* 1. Is the published α band consistent with the O(1) assumption the
|
|
39
|
+
* BE-23 docstring makes for α_SYK? (Operationalized here as the
|
|
40
|
+
* factor-2 band [0.5, 2] — OUR reading of "O(1)", not a number
|
|
41
|
+
* from the paper.)
|
|
42
|
+
* 2. Is the evaluator's thermal term algebraically identical to
|
|
43
|
+
* (m* / (n_e e²)) · (α k_B T/ℏ), i.e., Drude × Planckian-rate?
|
|
44
|
+
* (`encodedFormConsistent`, checked numerically at an arbitrary
|
|
45
|
+
* positive parameter point — the parameters cancel structurally,
|
|
46
|
+
* so no material data is needed or fabricated for this check.)
|
|
47
|
+
* NOT claimed: that UPT/SYK *predicts* α (BE-23 bundles α_SYK as a
|
|
48
|
+
* free O(1) coefficient — status: speculative), nor that agreement
|
|
49
|
+
* here validates the strange-metal/black-hole bridge framing.
|
|
50
|
+
*
|
|
51
|
+
* @module bridges/be23-planckian-confrontation
|
|
52
|
+
*/
|
|
53
|
+
import { PhysicalConstants } from '../core/types.js';
|
|
54
|
+
import { evaluateSYKResistivity } from './equations/be-23-syk-planckian.js';
|
|
55
|
+
/**
|
|
56
|
+
* Legros et al. 2019 overdoped-cuprate Planckian-dissipation record,
|
|
57
|
+
* encoded at AGGREGATE honesty level (see module doc for why).
|
|
58
|
+
*
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export const PLANCKIAN_CUPRATES = {
|
|
62
|
+
materials: ['Bi2212', 'Bi2201', 'LSCO', 'Nd-LSCO'],
|
|
63
|
+
alpha_aggregate: 1.0,
|
|
64
|
+
alpha_aggregate_err: 0.4,
|
|
65
|
+
// Eve L-5 note: the paper's "within roughly a factor of 2" is a
|
|
66
|
+
// MULTIPLICATIVE spread ([0.5, 2.0]); the additive 1.0±0.4 encoded
|
|
67
|
+
// here is deliberately NARROWER (1σ interval [0.6, 1.4]), which makes
|
|
68
|
+
// withinPlanckianBandAtOneSigma conservative-by-construction rather
|
|
69
|
+
// than informative. A faithful multiplicative σ would sit on the band
|
|
70
|
+
// edge. Upgrade alongside the per-material table when available.
|
|
71
|
+
perMaterialAlphas: null,
|
|
72
|
+
encodingHonestyLevel: 'aggregate',
|
|
73
|
+
citation: 'Legros et al. 2019 Nature Phys. 15:142 (arXiv:1805.02512), ' +
|
|
74
|
+
'"Universal T-linear resistivity and Planckian dissipation in ' +
|
|
75
|
+
'overdoped cuprates" — abstract-level claim that the T-linear ' +
|
|
76
|
+
'scattering rate is the Planckian rate k_B T/ℏ to within ~×2 ' +
|
|
77
|
+
'(encoded conservatively as α = 1.0 ± 0.4)',
|
|
78
|
+
honestyNote: 'AGGREGATE encoding only: the per-material α table of Legros et ' +
|
|
79
|
+
'al. 2019 was not reproduced (paper not re-verifiable at encoding ' +
|
|
80
|
+
'time; transcribing from memory risks fabrication). α = 1.0 ± 0.4 ' +
|
|
81
|
+
'encodes the abstract-level "α = O(1), within a factor ~2 of 1" ' +
|
|
82
|
+
'claim. perMaterialAlphas is null until upgraded from the paper.',
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* The factor-2 band [0.5, 2] used to operationalize the "α_SYK is
|
|
86
|
+
* O(1)" assumption in BE-23's docstring. This band is UPT's reading of
|
|
87
|
+
* "O(1)" — it is not a number published by Legros et al.
|
|
88
|
+
*
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export const PLANCKIAN_O1_BAND = [0.5, 2];
|
|
92
|
+
/** Arbitrary positive parameters for the structural Drude≡evaluator check.
|
|
93
|
+
* NOT material data — the identity holds for any positive values. */
|
|
94
|
+
const STRUCTURAL_CHECK = {
|
|
95
|
+
m_star_kg: 9.1093837015e-31, // electron mass, CODATA 2018 (convenience scale)
|
|
96
|
+
n_e_per_m3: 1e28,
|
|
97
|
+
T_K: 100,
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Confront BE-23's Planckian-dissipation encoding with the published
|
|
101
|
+
* overdoped-cuprate α band (the framework's second real-data
|
|
102
|
+
* confrontation, after BE-36 × GW170817).
|
|
103
|
+
*
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export function confrontBE23(obs = PLANCKIAN_CUPRATES) {
|
|
107
|
+
if (!(Number.isFinite(obs.alpha_aggregate) && obs.alpha_aggregate > 0)) {
|
|
108
|
+
throw new RangeError('confrontBE23: alpha_aggregate must be finite and > 0');
|
|
109
|
+
}
|
|
110
|
+
if (!Array.isArray(obs.materials) || obs.materials.length === 0) {
|
|
111
|
+
throw new RangeError('confrontBE23: materials must be a non-empty array');
|
|
112
|
+
}
|
|
113
|
+
if (obs.perMaterialAlphas !== null) {
|
|
114
|
+
for (const row of obs.perMaterialAlphas) {
|
|
115
|
+
if (!(Number.isFinite(row.alpha) && row.alpha > 0)) {
|
|
116
|
+
throw new RangeError(`confrontBE23: per-material alpha for "${row.material}" must be finite and > 0`);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
const { hbar, kB, e } = PhysicalConstants;
|
|
121
|
+
const alpha = obs.alpha_aggregate;
|
|
122
|
+
const planckianRateAt = (T_K) => {
|
|
123
|
+
if (!(Number.isFinite(T_K) && T_K >= 0)) {
|
|
124
|
+
throw new RangeError('planckianRateAt: T_K must be finite and ≥ 0');
|
|
125
|
+
}
|
|
126
|
+
return (alpha * kB * T_K) / hbar;
|
|
127
|
+
};
|
|
128
|
+
// All encoded α values within the O(1) band. At aggregate honesty
|
|
129
|
+
// level there is exactly one: the central value (per-material rows,
|
|
130
|
+
// when encoded, are all checked).
|
|
131
|
+
const alphas = obs.perMaterialAlphas !== null
|
|
132
|
+
? obs.perMaterialAlphas.map((r) => r.alpha)
|
|
133
|
+
: [alpha];
|
|
134
|
+
const [bandLo, bandHi] = PLANCKIAN_O1_BAND;
|
|
135
|
+
const withinPlanckianBand = alphas.every((a) => a >= bandLo && a <= bandHi);
|
|
136
|
+
// Structural check: evaluator thermal term ≡ Drude × Planckian rate.
|
|
137
|
+
const { m_star_kg, n_e_per_m3, T_K } = STRUCTURAL_CHECK;
|
|
138
|
+
const viaEvaluator = evaluateSYKResistivity({
|
|
139
|
+
rho_0: 0,
|
|
140
|
+
m_star_kg,
|
|
141
|
+
n_e_per_m3,
|
|
142
|
+
T_K,
|
|
143
|
+
alpha_SYK: alpha,
|
|
144
|
+
});
|
|
145
|
+
const viaDrude = (m_star_kg / (n_e_per_m3 * e * e)) * planckianRateAt(T_K);
|
|
146
|
+
const encodedFormRelErr = Math.abs(viaEvaluator - viaDrude) / viaDrude;
|
|
147
|
+
const encodedFormConsistent = encodedFormRelErr <= 1e-12;
|
|
148
|
+
return {
|
|
149
|
+
alphaAggregate: alpha,
|
|
150
|
+
alphaAggregateErr: obs.alpha_aggregate_err,
|
|
151
|
+
perMaterialAlphas: obs.perMaterialAlphas,
|
|
152
|
+
planckianBand: PLANCKIAN_O1_BAND,
|
|
153
|
+
withinPlanckianBand,
|
|
154
|
+
planckianRateAt,
|
|
155
|
+
encodedFormConsistent,
|
|
156
|
+
encodedFormRelErr,
|
|
157
|
+
note: 'AGGREGATE-level confrontation: only the abstract-level α = ' +
|
|
158
|
+
'1.0 ± 0.4 claim of Legros et al. 2019 is encoded; the ' +
|
|
159
|
+
'per-material α table was not reproduced (perMaterialAlphas is ' +
|
|
160
|
+
'null). The verdict tests consistency of the published O(1) α ' +
|
|
161
|
+
'band with BE-23\'s α_SYK = O(1) assumption (band [0.5, 2] is ' +
|
|
162
|
+
'UPT\'s operationalization of "O(1)", not a published number). ' +
|
|
163
|
+
'No claim that SYK/UPT predicts α — BE-23 bundles α_SYK as a ' +
|
|
164
|
+
'free coefficient and remains status: speculative.',
|
|
165
|
+
observation: obs,
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* `confrontBE23` + first-order propagation of the α uncertainty.
|
|
170
|
+
*
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
export function confrontBE23WithUncertainty(obs = PLANCKIAN_CUPRATES) {
|
|
174
|
+
const base = confrontBE23(obs);
|
|
175
|
+
const sigma = obs.alpha_aggregate_err;
|
|
176
|
+
if (!(Number.isFinite(sigma) && sigma >= 0)) {
|
|
177
|
+
throw new RangeError('confrontBE23WithUncertainty: alpha_aggregate_err must be finite and ≥ 0');
|
|
178
|
+
}
|
|
179
|
+
const { hbar, kB } = PhysicalConstants;
|
|
180
|
+
const planckianRateSigmaAt = (T_K) => {
|
|
181
|
+
if (!(Number.isFinite(T_K) && T_K >= 0)) {
|
|
182
|
+
throw new RangeError('planckianRateSigmaAt: T_K must be finite and ≥ 0');
|
|
183
|
+
}
|
|
184
|
+
return (sigma * kB * T_K) / hbar;
|
|
185
|
+
};
|
|
186
|
+
const [bandLo, bandHi] = PLANCKIAN_O1_BAND;
|
|
187
|
+
const withinPlanckianBandAtOneSigma = base.alphaAggregate - sigma >= bandLo &&
|
|
188
|
+
base.alphaAggregate + sigma <= bandHi;
|
|
189
|
+
return {
|
|
190
|
+
...base,
|
|
191
|
+
alphaSigma: sigma,
|
|
192
|
+
planckianRateSigmaAt,
|
|
193
|
+
withinPlanckianBandAtOneSigma,
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
//# sourceMappingURL=be23-planckian-confrontation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"be23-planckian-confrontation.js","sourceRoot":"","sources":["../../src/bridges/be23-planckian-confrontation.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BE-36 × GW170817 — the first real-data confrontation (v0.8.0 T5,
|
|
3
|
+
* per docs/planning/v0.8.0-Design.md §4 + r2-2/r2-3).
|
|
4
|
+
*
|
|
5
|
+
* Recomputes the published GW170817/GRB 170817A graviton-speed bounds
|
|
6
|
+
* from the observation record and confronts BE-36's encoded bound:
|
|
7
|
+
*
|
|
8
|
+
* upper = +c·Δt_obs / D (attributes the whole observed
|
|
9
|
+
* 1.74 s lag to faster GW travel)
|
|
10
|
+
* lower = −c·(t_delay,max − Δt_obs) / D
|
|
11
|
+
* (assumes a 10 s intrinsic EM
|
|
12
|
+
* emission delay, of which only
|
|
13
|
+
* 1.74 s materialized)
|
|
14
|
+
*
|
|
15
|
+
* with the paper's CONSERVATIVE lower distance bound D = 26 Mpc
|
|
16
|
+
* (not the 40 Mpc central value). Published result:
|
|
17
|
+
* −3×10⁻¹⁵ ≤ (c_GW − c)/c ≤ +7×10⁻¹⁶ (1 significant figure;
|
|
18
|
+
* Abbott et al. 2017 ApJL 848:L13 §3, arXiv:1710.05832).
|
|
19
|
+
*
|
|
20
|
+
* BE-36's encoded bound is SYMMETRIC (|ratio| ≤ 10⁻¹⁵,
|
|
21
|
+
* `GW170817_SPEED_BOUND`); the published bound is asymmetric and its
|
|
22
|
+
* negative side (−3×10⁻¹⁵) lies OUTSIDE the symmetric encoding.
|
|
23
|
+
* `passesEncodedBound` therefore refers to the positive (GW-faster)
|
|
24
|
+
* side only — see the result fields for the honest breakdown.
|
|
25
|
+
*
|
|
26
|
+
* @module bridges/be36-gw170817-confrontation
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* A multi-messenger speed-bound observation record.
|
|
30
|
+
*
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export interface GWSpeedObservation {
|
|
34
|
+
/** Observed GW-merger → EM-onset lag (s). */
|
|
35
|
+
readonly dt_obs_s: number;
|
|
36
|
+
/** 1σ uncertainty on the lag (s). */
|
|
37
|
+
readonly dt_obs_err_s: number;
|
|
38
|
+
/** Central luminosity distance (Mpc). */
|
|
39
|
+
readonly distance_central_mpc: number;
|
|
40
|
+
/** Conservative LOWER distance bound used for the speed constraint (Mpc). */
|
|
41
|
+
readonly distance_lower_mpc: number;
|
|
42
|
+
/** Maximum assumed intrinsic EM-emission delay (s). */
|
|
43
|
+
readonly emission_delay_max_s: number;
|
|
44
|
+
readonly citation: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* The GW170817 / GRB 170817A observation (LIGO/Virgo + Fermi-GBM +
|
|
48
|
+
* INTEGRAL).
|
|
49
|
+
*
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export declare const GW170817: GWSpeedObservation;
|
|
53
|
+
/**
|
|
54
|
+
* Result of confronting BE-36 with a speed-bound observation.
|
|
55
|
+
*
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export interface BE36ConfrontationResult {
|
|
59
|
+
/** Recomputed upper bound on (c_GW − c)/c (positive, GW-faster side). */
|
|
60
|
+
readonly upperBound: number;
|
|
61
|
+
/** Recomputed lower bound on (c_GW − c)/c (negative, GW-slower side). */
|
|
62
|
+
readonly lowerBound: number;
|
|
63
|
+
/** Conservative distance used (m). */
|
|
64
|
+
readonly distance_m: number;
|
|
65
|
+
/**
|
|
66
|
+
* Whether the recomputed POSITIVE side satisfies BE-36's encoded
|
|
67
|
+
* |ratio| ≤ 1e-15. The encoded bound is symmetric; the published
|
|
68
|
+
* negative side (−3e-15) does not satisfy it — see `note`.
|
|
69
|
+
*/
|
|
70
|
+
readonly passesEncodedBound: boolean;
|
|
71
|
+
/** BE-36's encoded bound is two-sided (`Math.abs`). */
|
|
72
|
+
readonly encodedBoundIsSymmetric: true;
|
|
73
|
+
readonly encodedBound: number;
|
|
74
|
+
readonly note: string;
|
|
75
|
+
readonly observation: GWSpeedObservation;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Recompute the GW170817-style speed bounds from an observation record
|
|
79
|
+
* and confront BE-36's encoded bound (v0.8.0 G-3 — the framework's
|
|
80
|
+
* first confrontation with real experimental data rather than
|
|
81
|
+
* reproduction of a closed form).
|
|
82
|
+
*
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare function confrontBE36(obs?: GWSpeedObservation): BE36ConfrontationResult;
|
|
86
|
+
/**
|
|
87
|
+
* Confrontation result with first-order uncertainty (v0.10.0 T4).
|
|
88
|
+
*
|
|
89
|
+
* Propagates σ(Δt_obs) = ±0.05 s only: both bounds are linear in
|
|
90
|
+
* Δt_obs (|∂bound/∂Δt| = c/D), so σ_bound = (c/D)·σ_Δt. The distance
|
|
91
|
+
* enters as the paper's deliberately-conservative LOWER bound (26 Mpc)
|
|
92
|
+
* — a bound, not a central value — so propagating a distance σ on top
|
|
93
|
+
* would double-count conservatism; documented, not hidden.
|
|
94
|
+
*
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface BE36ConfrontationWithUncertainty extends BE36ConfrontationResult {
|
|
98
|
+
/** 1σ on the positive (GW-faster) bound, from σ(Δt_obs). */
|
|
99
|
+
readonly upperBoundSigma: number;
|
|
100
|
+
/** 1σ on the negative (GW-slower) bound, from σ(Δt_obs). */
|
|
101
|
+
readonly lowerBoundSigma: number;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* `confrontBE36` + first-order uncertainty on both bounds (v0.10.0 T4
|
|
105
|
+
* — the G-3 "uncertainty propagates" claim, delivered for the data
|
|
106
|
+
* confrontation).
|
|
107
|
+
*
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export declare function confrontBE36WithUncertainty(obs?: GWSpeedObservation): BE36ConfrontationWithUncertainty;
|
|
111
|
+
//# sourceMappingURL=be36-gw170817-confrontation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"be36-gw170817-confrontation.d.ts","sourceRoot":"","sources":["../../src/bridges/be36-gw170817-confrontation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAQH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC,6CAA6C;IAC7C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,qCAAqC;IACrC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,yCAAyC;IACzC,QAAQ,CAAC,oBAAoB,EAAE,MAAM,CAAC;IACtC,6EAA6E;IAC7E,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC,uDAAuD;IACvD,QAAQ,CAAC,oBAAoB,EAAE,MAAM,CAAC;IACtC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;CAC3B;AAED;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,EAAE,kBAStB,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC,yEAAyE;IACzE,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,yEAAyE;IACzE,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,sCAAsC;IACtC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,kBAAkB,EAAE,OAAO,CAAC;IACrC,uDAAuD;IACvD,QAAQ,CAAC,uBAAuB,EAAE,IAAI,CAAC;IACvC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,EAAE,kBAAkB,CAAC;CAC1C;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAC1B,GAAG,GAAE,kBAA6B,GACjC,uBAAuB,CAyCzB;AAED;;;;;;;;;;GAUG;AACH,MAAM,WAAW,gCACf,SAAQ,uBAAuB;IAC/B,4DAA4D;IAC5D,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,4DAA4D;IAC5D,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;CAClC;AAED;;;;;;GAMG;AACH,wBAAgB,2BAA2B,CACzC,GAAG,GAAE,kBAA6B,GACjC,gCAAgC,CASlC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BE-36 × GW170817 — the first real-data confrontation (v0.8.0 T5,
|
|
3
|
+
* per docs/planning/v0.8.0-Design.md §4 + r2-2/r2-3).
|
|
4
|
+
*
|
|
5
|
+
* Recomputes the published GW170817/GRB 170817A graviton-speed bounds
|
|
6
|
+
* from the observation record and confronts BE-36's encoded bound:
|
|
7
|
+
*
|
|
8
|
+
* upper = +c·Δt_obs / D (attributes the whole observed
|
|
9
|
+
* 1.74 s lag to faster GW travel)
|
|
10
|
+
* lower = −c·(t_delay,max − Δt_obs) / D
|
|
11
|
+
* (assumes a 10 s intrinsic EM
|
|
12
|
+
* emission delay, of which only
|
|
13
|
+
* 1.74 s materialized)
|
|
14
|
+
*
|
|
15
|
+
* with the paper's CONSERVATIVE lower distance bound D = 26 Mpc
|
|
16
|
+
* (not the 40 Mpc central value). Published result:
|
|
17
|
+
* −3×10⁻¹⁵ ≤ (c_GW − c)/c ≤ +7×10⁻¹⁶ (1 significant figure;
|
|
18
|
+
* Abbott et al. 2017 ApJL 848:L13 §3, arXiv:1710.05832).
|
|
19
|
+
*
|
|
20
|
+
* BE-36's encoded bound is SYMMETRIC (|ratio| ≤ 10⁻¹⁵,
|
|
21
|
+
* `GW170817_SPEED_BOUND`); the published bound is asymmetric and its
|
|
22
|
+
* negative side (−3×10⁻¹⁵) lies OUTSIDE the symmetric encoding.
|
|
23
|
+
* `passesEncodedBound` therefore refers to the positive (GW-faster)
|
|
24
|
+
* side only — see the result fields for the honest breakdown.
|
|
25
|
+
*
|
|
26
|
+
* @module bridges/be36-gw170817-confrontation
|
|
27
|
+
*/
|
|
28
|
+
import { C_SI } from '../core/constants.js';
|
|
29
|
+
import { GW170817_SPEED_BOUND } from './equations/be-36-gw-speed-bound.js';
|
|
30
|
+
/** Metres per megaparsec (repo-conventional literal, cf. H0_SI). */
|
|
31
|
+
const MPC_M = 3.0857e22;
|
|
32
|
+
/**
|
|
33
|
+
* The GW170817 / GRB 170817A observation (LIGO/Virgo + Fermi-GBM +
|
|
34
|
+
* INTEGRAL).
|
|
35
|
+
*
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export const GW170817 = {
|
|
39
|
+
dt_obs_s: 1.74,
|
|
40
|
+
dt_obs_err_s: 0.05,
|
|
41
|
+
distance_central_mpc: 40,
|
|
42
|
+
distance_lower_mpc: 26,
|
|
43
|
+
emission_delay_max_s: 10,
|
|
44
|
+
citation: 'Abbott et al. 2017 ApJ Lett. 848:L13 (arXiv:1710.05832), §3 ' +
|
|
45
|
+
'"Speed of Gravity"',
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Recompute the GW170817-style speed bounds from an observation record
|
|
49
|
+
* and confront BE-36's encoded bound (v0.8.0 G-3 — the framework's
|
|
50
|
+
* first confrontation with real experimental data rather than
|
|
51
|
+
* reproduction of a closed form).
|
|
52
|
+
*
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export function confrontBE36(obs = GW170817) {
|
|
56
|
+
if (!(Number.isFinite(obs.dt_obs_s) && obs.dt_obs_s > 0)) {
|
|
57
|
+
throw new RangeError('confrontBE36: dt_obs_s must be finite and > 0');
|
|
58
|
+
}
|
|
59
|
+
if (!(Number.isFinite(obs.distance_lower_mpc) && obs.distance_lower_mpc > 0)) {
|
|
60
|
+
throw new RangeError('confrontBE36: distance_lower_mpc must be finite and > 0');
|
|
61
|
+
}
|
|
62
|
+
if (!(Number.isFinite(obs.emission_delay_max_s) &&
|
|
63
|
+
obs.emission_delay_max_s >= obs.dt_obs_s)) {
|
|
64
|
+
throw new RangeError('confrontBE36: emission_delay_max_s must be finite and ≥ dt_obs_s ' +
|
|
65
|
+
'(the lower bound assumes the intrinsic delay exceeds the observed lag)');
|
|
66
|
+
}
|
|
67
|
+
const distance_m = obs.distance_lower_mpc * MPC_M;
|
|
68
|
+
const upperBound = (C_SI * obs.dt_obs_s) / distance_m;
|
|
69
|
+
const lowerBound = (-C_SI * (obs.emission_delay_max_s - obs.dt_obs_s)) / distance_m;
|
|
70
|
+
return {
|
|
71
|
+
upperBound,
|
|
72
|
+
lowerBound,
|
|
73
|
+
distance_m,
|
|
74
|
+
passesEncodedBound: upperBound <= GW170817_SPEED_BOUND,
|
|
75
|
+
encodedBoundIsSymmetric: true,
|
|
76
|
+
encodedBound: GW170817_SPEED_BOUND,
|
|
77
|
+
note: 'The encoded BE-36 bound |ratio| ≤ 1e-15 is a symmetric ' +
|
|
78
|
+
'simplification; the published bound is asymmetric ' +
|
|
79
|
+
'(−3e-15 ≤ ratio ≤ +7e-16) and its negative side exceeds the ' +
|
|
80
|
+
'symmetric encoding. passesEncodedBound refers to the positive ' +
|
|
81
|
+
'side only.',
|
|
82
|
+
observation: obs,
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* `confrontBE36` + first-order uncertainty on both bounds (v0.10.0 T4
|
|
87
|
+
* — the G-3 "uncertainty propagates" claim, delivered for the data
|
|
88
|
+
* confrontation).
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export function confrontBE36WithUncertainty(obs = GW170817) {
|
|
93
|
+
const base = confrontBE36(obs);
|
|
94
|
+
if (!(Number.isFinite(obs.dt_obs_err_s) && obs.dt_obs_err_s >= 0)) {
|
|
95
|
+
throw new RangeError('confrontBE36WithUncertainty: dt_obs_err_s must be finite and ≥ 0');
|
|
96
|
+
}
|
|
97
|
+
const sigma = (C_SI * obs.dt_obs_err_s) / base.distance_m;
|
|
98
|
+
return { ...base, upperBoundSigma: sigma, lowerBoundSigma: sigma };
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=be36-gw170817-confrontation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"be36-gw170817-confrontation.js","sourceRoot":"","sources":["../../src/bridges/be36-gw170817-confrontation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAE3E,oEAAoE;AACpE,MAAM,KAAK,GAAG,SAAS,CAAC;AAqBxB;;;;;GAKG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,QAAQ,EAAE,IAAI;IACd,YAAY,EAAE,IAAI;IAClB,oBAAoB,EAAE,EAAE;IACxB,kBAAkB,EAAE,EAAE;IACtB,oBAAoB,EAAE,EAAE;IACxB,QAAQ,EACN,8DAA8D;QAC9D,oBAAoB;CACvB,CAAC;AA2BF;;;;;;;GAOG;AACH,MAAM,UAAU,YAAY,CAC1B,MAA0B,QAAQ;IAElC,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAC,QAAQ,GAAG,CAAC,CAAC,EAAE,CAAC;QACzD,MAAM,IAAI,UAAU,CAAC,+CAA+C,CAAC,CAAC;IACxE,CAAC;IACD,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,kBAAkB,CAAC,IAAI,GAAG,CAAC,kBAAkB,GAAG,CAAC,CAAC,EAAE,CAAC;QAC7E,MAAM,IAAI,UAAU,CAClB,yDAAyD,CAC1D,CAAC;IACJ,CAAC;IACD,IACE,CAAC,CACC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,oBAAoB,CAAC;QACzC,GAAG,CAAC,oBAAoB,IAAI,GAAG,CAAC,QAAQ,CACzC,EACD,CAAC;QACD,MAAM,IAAI,UAAU,CAClB,mEAAmE;YACjE,wEAAwE,CAC3E,CAAC;IACJ,CAAC;IAED,MAAM,UAAU,GAAG,GAAG,CAAC,kBAAkB,GAAG,KAAK,CAAC;IAClD,MAAM,UAAU,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IACtD,MAAM,UAAU,GACd,CAAC,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,oBAAoB,GAAG,GAAG,CAAC,QAAQ,CAAC,CAAC,GAAG,UAAU,CAAC;IAEnE,OAAO;QACL,UAAU;QACV,UAAU;QACV,UAAU;QACV,kBAAkB,EAAE,UAAU,IAAI,oBAAoB;QACtD,uBAAuB,EAAE,IAAI;QAC7B,YAAY,EAAE,oBAAoB;QAClC,IAAI,EACF,yDAAyD;YACzD,oDAAoD;YACpD,8DAA8D;YAC9D,gEAAgE;YAChE,YAAY;QACd,WAAW,EAAE,GAAG;KACjB,CAAC;AACJ,CAAC;AAqBD;;;;;;GAMG;AACH,MAAM,UAAU,2BAA2B,CACzC,MAA0B,QAAQ;IAElC,MAAM,IAAI,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC;IAC/B,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,YAAY,IAAI,CAAC,CAAC,EAAE,CAAC;QAClE,MAAM,IAAI,UAAU,CAClB,kEAAkE,CACnE,CAAC;IACJ,CAAC;IACD,MAAM,KAAK,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC;IAC1D,OAAO,EAAE,GAAG,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,CAAC;AACrE,CAAC"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `BridgeEquations` — a convenience facade over the per-bridge evaluators.
|
|
3
|
+
*
|
|
4
|
+
* Every catalogued bridge ships a self-contained `evaluate*()` function in its
|
|
5
|
+
* `src/bridges/equations/be-*.ts` module (plus the two v0.4.0 GR evaluators at
|
|
6
|
+
* `src/bridges/`). Those modules are reachable only by subpath import. This
|
|
7
|
+
* facade gathers them under one root-level object keyed by readable names, so a
|
|
8
|
+
* consumer can write `BridgeEquations.decoherenceRate({...})` from the package
|
|
9
|
+
* root. Each method is a **1:1 pass-through** to the existing pure function —
|
|
10
|
+
* NO new physics, no recomputation; the method name simply mirrors the
|
|
11
|
+
* evaluator (the `evaluate` prefix dropped).
|
|
12
|
+
*
|
|
13
|
+
* Scope honesty (these are NOT changed by the facade):
|
|
14
|
+
* - Methods backed by a documented typed-stub / reformulation carry that
|
|
15
|
+
* module's caveats. In particular `onsagerEntropyProduction` (BE-28) encodes
|
|
16
|
+
* the Onsager σ = ΣJX *definiendum*, NOT the MEPP maximization principle
|
|
17
|
+
* (see the ⚠ CRITICAL WARNING in be-28-onsager-entropy-production.ts).
|
|
18
|
+
* - BE-25 maps to the live IIT `intrinsicInformation`; the archived
|
|
19
|
+
* Penrose-Hameroff `evaluateOrchOR` is deliberately NOT surfaced.
|
|
20
|
+
* - BE-51 has no evaluator and is intentionally absent (no fabricated physics).
|
|
21
|
+
* BE-52 is `perihelionPrecession` (the v0.4.0 GR evaluator).
|
|
22
|
+
*
|
|
23
|
+
* The README previously described this as "specified in Parts I–III"; the specs
|
|
24
|
+
* actually specify the physics + AST encodings, not this TypeScript API, so the
|
|
25
|
+
* facade is a deliberate ergonomic layer, not a spec transcription.
|
|
26
|
+
*
|
|
27
|
+
* @module bridges/bridge-equations
|
|
28
|
+
*/
|
|
29
|
+
import { evaluateDecoherenceRate } from './equations/be-11-decoherence-master.js';
|
|
30
|
+
import { evaluateThermalDeBroglie } from './equations/be-12-coherence-length.js';
|
|
31
|
+
import { evaluateEinsteinTrace } from './equations/be-13-einstein-trace.js';
|
|
32
|
+
import { evaluateRyuTakayanagi, evaluateRyuTakayanagiNatural } from './equations/be-14-ryu-takayanagi.js';
|
|
33
|
+
import { evaluateCoarseningLength, evaluateCoarseningLengthSquared } from './equations/be-15-emergence.js';
|
|
34
|
+
import { evaluateLandauerEnergy } from './equations/be-16-landauer.js';
|
|
35
|
+
import { evaluateBE17SpinDensitySquared } from './equations/be-17-einstein-cartan.js';
|
|
36
|
+
import { evaluateHiggsMass } from './equations/be-18-higgs-mass.js';
|
|
37
|
+
import { evaluateQuantumBounce } from './equations/be-19-quantum-bounce.js';
|
|
38
|
+
import { evaluateCosmologicalConstantDensity } from './equations/be-20-vacuum-energy.js';
|
|
39
|
+
import { evaluateKSSBound } from './equations/be-21-kss-bound.js';
|
|
40
|
+
import { evaluateTEE } from './equations/be-22-topological-entanglement.js';
|
|
41
|
+
import { evaluateSYKResistivity } from './equations/be-23-syk-planckian.js';
|
|
42
|
+
import { evaluateFRETEfficiency } from './equations/be-24-foerster-fret.js';
|
|
43
|
+
import { evaluateIntrinsicInformation } from './equations/be-25-iit-phi.js';
|
|
44
|
+
import { evaluateDNATunneling } from './equations/be-26-dna-tunneling.js';
|
|
45
|
+
import { evaluateEffectiveTemperature } from './equations/be-27-effective-temperature.js';
|
|
46
|
+
import { evaluateOnsagerEntropyProduction } from './equations/be-28-onsager-entropy-production.js';
|
|
47
|
+
import { evaluateJarzynski } from './equations/be-29-jarzynski.js';
|
|
48
|
+
import { evaluateBekensteinBound, evaluateFLMFirstLaw } from './equations/be-30-flm-first-law.js';
|
|
49
|
+
import { evaluateBenincasaDowker } from './equations/be-31-causal-set-bd.js';
|
|
50
|
+
import { evaluateQRFOverlap } from './equations/be-32-quantum-reference-frame.js';
|
|
51
|
+
import { evaluateHertzMillis } from './equations/be-33-hertz-millis.js';
|
|
52
|
+
import { evaluateKibbleZurek } from './equations/be-34-kibble-zurek.js';
|
|
53
|
+
import { evaluateCrossingResidual } from './equations/be-35-conformal-bootstrap.js';
|
|
54
|
+
import { evaluateGWSpeedRatio } from './equations/be-36-gw-speed-bound.js';
|
|
55
|
+
import { evaluateShapiroDelay } from './equations/be-37-shapiro-delay.js';
|
|
56
|
+
import { evaluateMONDForce } from './equations/be-38-mond.js';
|
|
57
|
+
import { evaluateBetaG, evaluateBetaLambda } from './equations/be-39-asymptotic-safety.js';
|
|
58
|
+
import { evaluateCompositeHiggs } from './equations/be-40-composite-higgs.js';
|
|
59
|
+
import { evaluateSwampland } from './equations/be-41-swampland.js';
|
|
60
|
+
import { evaluateHawkingTemperature } from './equations/be-42-hawking-temperature.js';
|
|
61
|
+
import { evaluateEREPRBound } from './equations/be-43-er-epr.js';
|
|
62
|
+
import { evaluateBE44SoftHairCharge } from './equations/be-44-soft-hair.js';
|
|
63
|
+
import { evaluateTCC } from './equations/be-45-tcc.js';
|
|
64
|
+
import { evaluateWeinbergVilenkinP } from './equations/be-46-multiverse-measure.js';
|
|
65
|
+
import { evaluateBBNDark } from './equations/be-47-bbn-dark-sector.js';
|
|
66
|
+
import { evaluateGRWLocalization } from './equations/be-48-grw-localization.js';
|
|
67
|
+
import { evaluateQuantumDarwinism } from './equations/be-49-quantum-darwinism.js';
|
|
68
|
+
import { evaluateWFTimeSymmetry } from './equations/be-50-wheeler-feynman.js';
|
|
69
|
+
import { evaluateYangMillsBeta } from './equations/be-53-yang-mills-beta.js';
|
|
70
|
+
import { evaluateRandallSundrumH2 } from './equations/be-54-randall-sundrum-brane.js';
|
|
71
|
+
import { evaluateGravitationalLensing } from './gravitational-lensing.js';
|
|
72
|
+
import { evaluatePerihelionPrecession } from './perihelion-precession.js';
|
|
73
|
+
/**
|
|
74
|
+
* Root-level facade keyed by readable method names. Each value is a re-export of
|
|
75
|
+
* the bridge's existing `evaluate*()` function; the bridge ID is in the comment.
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare const BridgeEquations: {
|
|
80
|
+
readonly decoherenceRate: typeof evaluateDecoherenceRate;
|
|
81
|
+
readonly thermalDeBroglie: typeof evaluateThermalDeBroglie;
|
|
82
|
+
readonly einsteinTrace: typeof evaluateEinsteinTrace;
|
|
83
|
+
readonly ryuTakayanagi: typeof evaluateRyuTakayanagi;
|
|
84
|
+
readonly ryuTakayanagiNatural: typeof evaluateRyuTakayanagiNatural;
|
|
85
|
+
readonly coarseningLength: typeof evaluateCoarseningLength;
|
|
86
|
+
readonly coarseningLengthSquared: typeof evaluateCoarseningLengthSquared;
|
|
87
|
+
readonly landauerEnergy: typeof evaluateLandauerEnergy;
|
|
88
|
+
readonly spinDensitySquared: typeof evaluateBE17SpinDensitySquared;
|
|
89
|
+
readonly higgsMass: typeof evaluateHiggsMass;
|
|
90
|
+
readonly quantumBounce: typeof evaluateQuantumBounce;
|
|
91
|
+
readonly cosmologicalConstantDensity: typeof evaluateCosmologicalConstantDensity;
|
|
92
|
+
readonly kssBound: typeof evaluateKSSBound;
|
|
93
|
+
readonly topologicalEntanglementEntropy: typeof evaluateTEE;
|
|
94
|
+
readonly sykResistivity: typeof evaluateSYKResistivity;
|
|
95
|
+
readonly fretEfficiency: typeof evaluateFRETEfficiency;
|
|
96
|
+
readonly intrinsicInformation: typeof evaluateIntrinsicInformation;
|
|
97
|
+
readonly dnaTunneling: typeof evaluateDNATunneling;
|
|
98
|
+
readonly effectiveTemperature: typeof evaluateEffectiveTemperature;
|
|
99
|
+
readonly onsagerEntropyProduction: typeof evaluateOnsagerEntropyProduction;
|
|
100
|
+
readonly jarzynski: typeof evaluateJarzynski;
|
|
101
|
+
readonly bekensteinBound: typeof evaluateBekensteinBound;
|
|
102
|
+
readonly flmFirstLaw: typeof evaluateFLMFirstLaw;
|
|
103
|
+
readonly benincasaDowker: typeof evaluateBenincasaDowker;
|
|
104
|
+
readonly qrfOverlap: typeof evaluateQRFOverlap;
|
|
105
|
+
readonly hertzMillis: typeof evaluateHertzMillis;
|
|
106
|
+
readonly kibbleZurek: typeof evaluateKibbleZurek;
|
|
107
|
+
readonly crossingResidual: typeof evaluateCrossingResidual;
|
|
108
|
+
readonly gwSpeedRatio: typeof evaluateGWSpeedRatio;
|
|
109
|
+
readonly shapiroDelay: typeof evaluateShapiroDelay;
|
|
110
|
+
readonly mondForce: typeof evaluateMONDForce;
|
|
111
|
+
readonly betaG: typeof evaluateBetaG;
|
|
112
|
+
readonly betaLambda: typeof evaluateBetaLambda;
|
|
113
|
+
readonly compositeHiggs: typeof evaluateCompositeHiggs;
|
|
114
|
+
readonly swampland: typeof evaluateSwampland;
|
|
115
|
+
readonly hawkingTemperature: typeof evaluateHawkingTemperature;
|
|
116
|
+
readonly erEprBound: typeof evaluateEREPRBound;
|
|
117
|
+
readonly softHairCharge: typeof evaluateBE44SoftHairCharge;
|
|
118
|
+
readonly tcc: typeof evaluateTCC;
|
|
119
|
+
readonly weinbergVilenkinP: typeof evaluateWeinbergVilenkinP;
|
|
120
|
+
readonly bbnDark: typeof evaluateBBNDark;
|
|
121
|
+
readonly grwLocalization: typeof evaluateGRWLocalization;
|
|
122
|
+
readonly quantumDarwinism: typeof evaluateQuantumDarwinism;
|
|
123
|
+
readonly wfTimeSymmetry: typeof evaluateWFTimeSymmetry;
|
|
124
|
+
readonly yangMillsBeta: typeof evaluateYangMillsBeta;
|
|
125
|
+
readonly randallSundrumH2: typeof evaluateRandallSundrumH2;
|
|
126
|
+
readonly gravitationalLensing: typeof evaluateGravitationalLensing;
|
|
127
|
+
readonly perihelionPrecession: typeof evaluatePerihelionPrecession;
|
|
128
|
+
};
|
|
129
|
+
//# sourceMappingURL=bridge-equations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bridge-equations.d.ts","sourceRoot":"","sources":["../../src/bridges/bridge-equations.ts"],"names":[],"mappings":"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"}
|