universal-physics-tensor 0.7.3 → 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 +19 -8
|
@@ -63,7 +63,7 @@ export declare const BE23_SYK_RESISTIVITY_RHS: ExprNode;
|
|
|
63
63
|
/** @internal */
|
|
64
64
|
export declare const BE23_SYK_RESISTIVITY_LHS: ExprNode;
|
|
65
65
|
/**
|
|
66
|
-
* @internal — typed-arg shape for the file-local `evaluateSYKResistivity` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
66
|
+
* @internal — typed-arg shape for the file-local `evaluateSYKResistivity` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
67
67
|
*/
|
|
68
68
|
interface SYKResistivityInputs {
|
|
69
69
|
/** Residual resistivity ρ_0 (Ω·m). Must be ≥ 0 and finite. */
|
|
@@ -59,7 +59,7 @@ export declare const BE24_FRET_EFFICIENCY_RHS: ExprNode;
|
|
|
59
59
|
/** @internal */
|
|
60
60
|
export declare const BE24_FRET_EFFICIENCY_LHS: ExprNode;
|
|
61
61
|
/**
|
|
62
|
-
* @internal — typed-arg shape for the file-local `evaluateFRETEfficiency` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
62
|
+
* @internal — typed-arg shape for the file-local `evaluateFRETEfficiency` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
63
63
|
*/
|
|
64
64
|
interface FRETEfficiencyInputs {
|
|
65
65
|
/** Donor-acceptor distance R (m). Must be > 0 and finite. */
|
|
@@ -185,7 +185,7 @@ export declare const BE25_INTRINSIC_INFORMATION_RHS: ExprNode;
|
|
|
185
185
|
/** @internal */
|
|
186
186
|
export declare const BE25_INTRINSIC_INFORMATION_LHS: ExprNode;
|
|
187
187
|
/**
|
|
188
|
-
* @internal — typed-arg shape for the file-local `evaluateIntrinsicInformation` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
188
|
+
* @internal — typed-arg shape for the file-local `evaluateIntrinsicInformation` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
189
189
|
*/
|
|
190
190
|
interface IntrinsicInformationInputs {
|
|
191
191
|
/** Conditional probability p(s̃|s) ∈ [0, 1]. Must be finite. */
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
|
+
* @deprecated ARCHIVED IN PLACE (2026-06-11, v0.8.0 P-4 archive policy —
|
|
3
|
+
* closes the v0.7.3-deferred "BE-25 archive-or-delete" decision).
|
|
4
|
+
* BE-25's catalog entry was reformulated to IIT Φ_max
|
|
5
|
+
* (`be-25-iit-phi.ts`) after the Tegmark decoherence falsification of
|
|
6
|
+
* Orch-OR (Tegmark 2000 PRE 61:4194). This module is retained as the
|
|
7
|
+
* historical record of the superseded encoding — the same
|
|
8
|
+
* overlay-not-deletion principle as `src/bridges/rejected.ts` — and is
|
|
9
|
+
* exercised only by its legacy pin tests. Do NOT extend it; new BE-25
|
|
10
|
+
* work belongs in the IIT module.
|
|
11
|
+
*
|
|
12
|
+
* ---- original module docs below ----
|
|
13
|
+
|
|
2
14
|
* ============================================================================
|
|
3
15
|
* ARCHIVED MODULE — DO NOT USE FOR BE-25 DIMENSIONAL CLAIMS
|
|
4
16
|
* Archived 2026-05-06 (Wave Q B2, per CS iter-6 C2).
|
|
@@ -57,7 +69,7 @@ import type { ExprNode, DimensionValidationReport } from '../../dimensional/vali
|
|
|
57
69
|
*/
|
|
58
70
|
export declare const ORCH_OR_RHS: ExprNode;
|
|
59
71
|
/**
|
|
60
|
-
* @internal — typed-arg shape for the file-local `evaluateOrchOR` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
72
|
+
* @internal — typed-arg shape for the file-local `evaluateOrchOR` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
61
73
|
*/
|
|
62
74
|
interface OrchORInputs {
|
|
63
75
|
/** Mass difference Δm in kg. Must be > 0. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-25-orch-or.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-25-orch-or.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-25-orch-or.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-25-orch-or.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAgB1F;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW,EAAE,QAwBzB,CAAC;AAOF;;GAEG;AACH,UAAU,YAAY;IACpB,6CAA6C;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,+CAA+C;IAC/C,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG,MAAM,CAY1D;AAID;;;GAGG;AACH,gBAAgB;AAChB,wBAAgB,wBAAwB,IAAI,yBAAyB,CAEpE"}
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
|
+
* @deprecated ARCHIVED IN PLACE (2026-06-11, v0.8.0 P-4 archive policy —
|
|
3
|
+
* closes the v0.7.3-deferred "BE-25 archive-or-delete" decision).
|
|
4
|
+
* BE-25's catalog entry was reformulated to IIT Φ_max
|
|
5
|
+
* (`be-25-iit-phi.ts`) after the Tegmark decoherence falsification of
|
|
6
|
+
* Orch-OR (Tegmark 2000 PRE 61:4194). This module is retained as the
|
|
7
|
+
* historical record of the superseded encoding — the same
|
|
8
|
+
* overlay-not-deletion principle as `src/bridges/rejected.ts` — and is
|
|
9
|
+
* exercised only by its legacy pin tests. Do NOT extend it; new BE-25
|
|
10
|
+
* work belongs in the IIT module.
|
|
11
|
+
*
|
|
12
|
+
* ---- original module docs below ----
|
|
13
|
+
|
|
2
14
|
* ============================================================================
|
|
3
15
|
* ARCHIVED MODULE — DO NOT USE FOR BE-25 DIMENSIONAL CLAIMS
|
|
4
16
|
* Archived 2026-05-06 (Wave Q B2, per CS iter-6 C2).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-25-orch-or.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-25-orch-or.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-25-orch-or.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-25-orch-or.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AAGH,OAAO,EACL,IAAI,EACJ,IAAI,EACJ,MAAM,GACP,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,IAAI,IAAI,QAAQ,EAChB,CAAC,IAAI,KAAK,EACV,GAAG,IAAI,MAAM,GACd,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,GAAG,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAEnF,kDAAkD;AAElD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,WAAW,GAAa;IACnC,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;IACnB,IAAI,EAAE;QACJ;YACE,qBAAqB;YACrB,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;YACnB,IAAI,EAAE;gBACJ,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC;gBACrB,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC;aACnB;SACF;QACD;YACE,4BAA4B;YAC5B,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;YACnB,IAAI,EAAE;gBACJ,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC;gBACpB;oBACE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;oBACnB,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;iBACpF;gBACD,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC;aACvB;SACF;KACF;CACF,CAAC;AAEF,sCAAsC;AACtC,MAAM,WAAW,GAAa,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AAchD;;;;GAIG;AACH,MAAM,UAAU,cAAc,CAAC,KAAmB;IAChD,oBAAoB,CAClB,KAAK,EACL;QACE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE;QAC7C,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE;KAC9C,EACD,gBAAgB,CACjB,CAAC;IACF,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IACnC,MAAM,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,iBAAiB,CAAC;IAC1C,OAAO,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,CAAC,OAAO,GAAG,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,CAAC;AACnD,CAAC;AAED,0BAA0B;AAE1B;;;GAGG;AACH,gBAAgB;AAChB,MAAM,UAAU,wBAAwB;IACtC,OAAO,oBAAoB,CAAC,WAAW,EAAE,WAAW,EAAE,aAAa,CAAC,CAAC;AACvE,CAAC"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* applied to DNA base-pair tautomerization via proton tunneling
|
|
8
8
|
* (Löwdin 1963 Adv. Quantum Chem. 2:213).
|
|
9
9
|
*
|
|
10
|
-
* Status: established.
|
|
10
|
+
* Status: speculative (downgraded from 'established' Wave S — this line previously drifted from the registry; src/bridges/index.ts is authoritative).
|
|
11
11
|
*
|
|
12
12
|
* Honest-claude scope notes:
|
|
13
13
|
* - The AST has no `exp` primitive; we encode the relation as
|
|
@@ -46,7 +46,7 @@ export declare const DNA_TUNNELING_WKB_ARG: ExprNode;
|
|
|
46
46
|
*/
|
|
47
47
|
export declare const DNA_TUNNELING_RHS: ExprNode;
|
|
48
48
|
/**
|
|
49
|
-
* @internal — typed-arg shape for the file-local `evaluateDNATunneling` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
49
|
+
* @internal — typed-arg shape for the file-local `evaluateDNATunneling` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
50
50
|
*/
|
|
51
51
|
interface DNATunnelingInputs {
|
|
52
52
|
/** Attempt frequency ν₀ (s^-1). Must be ≥ 0. */
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* applied to DNA base-pair tautomerization via proton tunneling
|
|
8
8
|
* (Löwdin 1963 Adv. Quantum Chem. 2:213).
|
|
9
9
|
*
|
|
10
|
-
* Status: established.
|
|
10
|
+
* Status: speculative (downgraded from 'established' Wave S — this line previously drifted from the registry; src/bridges/index.ts is authoritative).
|
|
11
11
|
*
|
|
12
12
|
* Honest-claude scope notes:
|
|
13
13
|
* - The AST has no `exp` primitive; we encode the relation as
|
|
@@ -58,7 +58,7 @@ export declare const BE27_TEFF_RHS: ExprNode;
|
|
|
58
58
|
/** @internal */
|
|
59
59
|
export declare const BE27_TEFF_LHS: ExprNode;
|
|
60
60
|
/**
|
|
61
|
-
* @internal — typed-arg shape for the file-local `evaluateEffectiveTemperature` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
61
|
+
* @internal — typed-arg shape for the file-local `evaluateEffectiveTemperature` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
62
62
|
*/
|
|
63
63
|
interface EffectiveTemperatureInputs {
|
|
64
64
|
/** Bath temperature T (K). Must be > 0 and finite. */
|
|
@@ -152,7 +152,7 @@ export declare const BE28_ENTROPY_PRODUCTION_RHS: ExprNode;
|
|
|
152
152
|
/** @internal */
|
|
153
153
|
export declare const BE28_ENTROPY_PRODUCTION_LHS: ExprNode;
|
|
154
154
|
/**
|
|
155
|
-
* @internal — typed-arg shape for the file-local `evaluateOnsagerEntropy` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
155
|
+
* @internal — typed-arg shape for the file-local `evaluateOnsagerEntropy` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
156
156
|
*/
|
|
157
157
|
interface OnsagerEntropyInputs {
|
|
158
158
|
/** Sum of force-flux products Σᵢ Jᵢ Xᵢ in SI units [W/K]. Must be finite and ≥ 0 (Second Law). */
|
|
@@ -56,7 +56,7 @@ export declare const BE29_JARZYNSKI_RHS: ExprNode;
|
|
|
56
56
|
/** @internal */
|
|
57
57
|
export declare const BE29_JARZYNSKI_LHS: ExprNode;
|
|
58
58
|
/**
|
|
59
|
-
* @internal — typed-arg shape for the file-local `evaluateJarzynski` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
59
|
+
* @internal — typed-arg shape for the file-local `evaluateJarzynski` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
60
60
|
*/
|
|
61
61
|
interface JarzynskiInputs {
|
|
62
62
|
/**
|
|
@@ -54,7 +54,7 @@ export declare const BE30_FLM_RHS: ExprNode;
|
|
|
54
54
|
/** @internal */
|
|
55
55
|
export declare const BE30_FLM_LHS: ExprNode;
|
|
56
56
|
/**
|
|
57
|
-
* @internal — typed-arg shape for the file-local `evaluateFLMFirstLaw` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
57
|
+
* @internal — typed-arg shape for the file-local `evaluateFLMFirstLaw` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
58
58
|
*/
|
|
59
59
|
interface FLMFirstLawInputs {
|
|
60
60
|
/**
|
|
@@ -71,7 +71,7 @@ interface FLMFirstLawInputs {
|
|
|
71
71
|
*/
|
|
72
72
|
export declare function evaluateFLMFirstLaw(input: FLMFirstLawInputs): number;
|
|
73
73
|
/**
|
|
74
|
-
* @internal — typed-arg shape for the file-local `evaluateBekensteinBound` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
74
|
+
* @internal — typed-arg shape for the file-local `evaluateBekensteinBound` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
75
75
|
*/
|
|
76
76
|
interface BekensteinBoundInputs {
|
|
77
77
|
/** Region radius R (m). Must be > 0 and finite. */
|
|
@@ -70,7 +70,7 @@ export declare const BE31_CAUSAL_SET_BD_RHS: ExprNode;
|
|
|
70
70
|
/** @internal */
|
|
71
71
|
export declare const BE31_CAUSAL_SET_BD_LHS: ExprNode;
|
|
72
72
|
/**
|
|
73
|
-
* @internal — typed-arg shape for the file-local `evaluateBenincasaDowker` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
73
|
+
* @internal — typed-arg shape for the file-local `evaluateBenincasaDowker` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
74
74
|
*/
|
|
75
75
|
interface BenincasaDowkerInputs {
|
|
76
76
|
/** Cardinality-2 inclusion-exclusion count N_0(p) (dimensionless integer in practice; finite real here for derivative tests). */
|
|
@@ -78,7 +78,7 @@ export declare const BE32_IMAG_PART_SQUARED: ExprNode;
|
|
|
78
78
|
*/
|
|
79
79
|
export declare const BE32_QRF_OVERLAP_RHS: ExprNode;
|
|
80
80
|
/**
|
|
81
|
-
* @internal — typed-arg shape for the file-local `evaluateQRFOverlap` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
81
|
+
* @internal — typed-arg shape for the file-local `evaluateQRFOverlap` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
82
82
|
*/
|
|
83
83
|
interface QRFOverlapInputs {
|
|
84
84
|
/**
|
|
@@ -59,7 +59,7 @@ export declare const BE33_HERTZ_MILLIS_RHS: ExprNode;
|
|
|
59
59
|
/** @internal */
|
|
60
60
|
export declare const BE33_HERTZ_MILLIS_LHS: ExprNode;
|
|
61
61
|
/**
|
|
62
|
-
* @internal — typed-arg shape for the file-local `evaluateHertzMillis` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
62
|
+
* @internal — typed-arg shape for the file-local `evaluateHertzMillis` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
63
63
|
*/
|
|
64
64
|
interface HertzMillisInputs {
|
|
65
65
|
/** Reference correlation length ξ_0 (m). Must be > 0 and finite. */
|
|
@@ -45,7 +45,7 @@ export declare const KIBBLE_ZUREK_EXP_ARG: ExprNode;
|
|
|
45
45
|
*/
|
|
46
46
|
export declare const KIBBLE_ZUREK_RHS: ExprNode;
|
|
47
47
|
/**
|
|
48
|
-
* @internal — typed-arg shape for the file-local `evaluateKibbleZurek` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
48
|
+
* @internal — typed-arg shape for the file-local `evaluateKibbleZurek` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
49
49
|
*/
|
|
50
50
|
interface KibbleZurekInputs {
|
|
51
51
|
/** Quench timescale τ_Q (s). Must be > 0. */
|
|
@@ -89,7 +89,7 @@ export declare const BE35_CROSSED_BLOCK: ExprNode;
|
|
|
89
89
|
*/
|
|
90
90
|
export declare const BE35_CROSSING_RESIDUAL_RHS: ExprNode;
|
|
91
91
|
/**
|
|
92
|
-
* @internal — typed-arg shape for the file-local `evaluateCrossingResidual` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
92
|
+
* @internal — typed-arg shape for the file-local `evaluateCrossingResidual` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
93
93
|
*/
|
|
94
94
|
interface CrossingResidualInputs {
|
|
95
95
|
/** OPE coefficient C (dimensionless under unit-normalized operators). Must be finite. */
|
|
@@ -6,10 +6,17 @@
|
|
|
6
6
|
*
|
|
7
7
|
* The empirical constraint from the GW170817 binary-neutron-star
|
|
8
8
|
* merger / GRB170817A coincidence: the gravitational-wave speed and
|
|
9
|
-
* the photon speed agree to
|
|
10
|
-
*
|
|
11
|
-
* (
|
|
12
|
-
*
|
|
9
|
+
* the photon speed agree to ~1 part in 10¹⁵, derived from the 1.74 s
|
|
10
|
+
* arrival-time difference over the CONSERVATIVE 26 Mpc lower distance
|
|
11
|
+
* bound (40 Mpc is the central luminosity distance; the paper's speed
|
|
12
|
+
* constraint uses 26 Mpc — Abbott et al. 2017 *ApJ Lett.* 848:L13 §3;
|
|
13
|
+
* Boran et al. 2018 *Phys. Rev. D* 97:041501). The published bound is
|
|
14
|
+
* ASYMMETRIC: −3×10⁻¹⁵ ≤ (c_GW − c)/c ≤ +7×10⁻¹⁶ (the lower side
|
|
15
|
+
* assumes a 10 s intrinsic EM-emission delay). The symmetric
|
|
16
|
+
* |·| ≤ 10⁻¹⁵ encoded here is a simplification whose negative side is
|
|
17
|
+
* slightly tighter than the published −3×10⁻¹⁵ — see
|
|
18
|
+
* `src/bridges/be36-gw170817-confrontation.ts` (v0.8.0) for the
|
|
19
|
+
* recomputed-from-data confrontation. This bound rules out or strongly
|
|
13
20
|
* constrains TeVeS-class theories that generically predict c_GW ≠ c.
|
|
14
21
|
*
|
|
15
22
|
* The encoded scalar is the dimensionless ratio (c_GW − c)/c
|
|
@@ -54,7 +61,7 @@ export declare const BE36_GW_SPEED_RATIO_LHS: ExprNode;
|
|
|
54
61
|
/** Canonical GW170817 upper bound on |Δv|/c. */
|
|
55
62
|
export declare const GW170817_SPEED_BOUND = 1e-15;
|
|
56
63
|
/**
|
|
57
|
-
* @internal — typed-arg shape for the file-local `evaluateGWSpeedRatio` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
64
|
+
* @internal — typed-arg shape for the file-local `evaluateGWSpeedRatio` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
58
65
|
*/
|
|
59
66
|
interface GWSpeedRatioInputs {
|
|
60
67
|
/** Gravitational-wave speed c_GW (m/s). Must be > 0 and finite. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-36-gw-speed-bound.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-36-gw-speed-bound.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-36-gw-speed-bound.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-36-gw-speed-bound.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAQ1F;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,EAAE,QAYrC,CAAC;AAEF,wEAAwE;AACxE,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,QAA+C,CAAC;AAEtF,gDAAgD;AAChD,eAAO,MAAM,oBAAoB,QAAQ,CAAC;AAI1C;;GAEG;AACH,UAAU,kBAAkB;IAC1B,mEAAmE;IACnE,YAAY,EAAE,MAAM,CAAC;CACtB;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,kBAAkB,GAAG,MAAM,CAStE;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,GAAG,OAAO,CAEzE;AAID;;;GAGG;AACH,gBAAgB;AAChB,wBAAgB,sBAAsB,IAAI,yBAAyB,CAElE"}
|
|
@@ -6,10 +6,17 @@
|
|
|
6
6
|
*
|
|
7
7
|
* The empirical constraint from the GW170817 binary-neutron-star
|
|
8
8
|
* merger / GRB170817A coincidence: the gravitational-wave speed and
|
|
9
|
-
* the photon speed agree to
|
|
10
|
-
*
|
|
11
|
-
* (
|
|
12
|
-
*
|
|
9
|
+
* the photon speed agree to ~1 part in 10¹⁵, derived from the 1.74 s
|
|
10
|
+
* arrival-time difference over the CONSERVATIVE 26 Mpc lower distance
|
|
11
|
+
* bound (40 Mpc is the central luminosity distance; the paper's speed
|
|
12
|
+
* constraint uses 26 Mpc — Abbott et al. 2017 *ApJ Lett.* 848:L13 §3;
|
|
13
|
+
* Boran et al. 2018 *Phys. Rev. D* 97:041501). The published bound is
|
|
14
|
+
* ASYMMETRIC: −3×10⁻¹⁵ ≤ (c_GW − c)/c ≤ +7×10⁻¹⁶ (the lower side
|
|
15
|
+
* assumes a 10 s intrinsic EM-emission delay). The symmetric
|
|
16
|
+
* |·| ≤ 10⁻¹⁵ encoded here is a simplification whose negative side is
|
|
17
|
+
* slightly tighter than the published −3×10⁻¹⁵ — see
|
|
18
|
+
* `src/bridges/be36-gw170817-confrontation.ts` (v0.8.0) for the
|
|
19
|
+
* recomputed-from-data confrontation. This bound rules out or strongly
|
|
13
20
|
* constrains TeVeS-class theories that generically predict c_GW ≠ c.
|
|
14
21
|
*
|
|
15
22
|
* The encoded scalar is the dimensionless ratio (c_GW − c)/c
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-36-gw-speed-bound.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-36-gw-speed-bound.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-36-gw-speed-bound.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-36-gw-speed-bound.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAGH,OAAO,EACL,aAAa,EACb,QAAQ,GACT,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,GAAG,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAEnF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAa;IAC/C,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;IACnB,IAAI,EAAE;QACJ;YACE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;YACnB,IAAI,EAAE;gBACJ,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC;gBACrB,GAAG,CAAC,GAAG,EAAE,QAAQ,CAAC;aACnB;SACF;QACD,GAAG,CAAC,GAAG,EAAE,QAAQ,CAAC;KACnB;CACF,CAAC;AAEF,wEAAwE;AACxE,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB,GAAa,GAAG,CAAC,gBAAgB,EAAE,aAAa,CAAC,CAAC;AAEtF,gDAAgD;AAChD,MAAM,CAAC,MAAM,oBAAoB,GAAG,KAAK,CAAC;AAY1C;;;;GAIG;AACH,MAAM,UAAU,oBAAoB,CAAC,KAAyB;IAC5D,oBAAoB,CAClB,KAAK,EACL,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,EACpD,sBAAsB,CACvB,CAAC;IACF,MAAM,EAAE,YAAY,EAAE,GAAG,KAAK,CAAC;IAC/B,MAAM,EAAE,CAAC,EAAE,GAAG,iBAAiB,CAAC;IAChC,OAAO,CAAC,YAAY,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC;AAChC,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,sBAAsB,CAAC,KAAyB;IAC9D,OAAO,IAAI,CAAC,GAAG,CAAC,oBAAoB,CAAC,KAAK,CAAC,CAAC,IAAI,oBAAoB,CAAC;AACvE,CAAC;AAED,0BAA0B;AAE1B;;;GAGG;AACH,gBAAgB;AAChB,MAAM,UAAU,sBAAsB;IACpC,OAAO,oBAAoB,CAAC,uBAAuB,EAAE,uBAAuB,EAAE,MAAM,CAAC,CAAC;AACxF,CAAC"}
|
|
@@ -58,7 +58,7 @@ export declare const BE38_MOND_FORCE_RHS: ExprNode;
|
|
|
58
58
|
/** @internal */
|
|
59
59
|
export declare const BE38_MOND_FORCE_LHS: ExprNode;
|
|
60
60
|
/**
|
|
61
|
-
* @internal — typed-arg shape for the file-local `evaluateMONDForce` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
61
|
+
* @internal — typed-arg shape for the file-local `evaluateMONDForce` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
62
62
|
*/
|
|
63
63
|
interface MONDForceInputs {
|
|
64
64
|
/** Newtonian force F_N (N). Must be > 0 and finite. */
|
|
@@ -111,7 +111,7 @@ export declare const BE39_BETA_G_STRUCTURAL: BetaFunctionNode;
|
|
|
111
111
|
*/
|
|
112
112
|
export declare const BE39_BETA_LAMBDA_STRUCTURAL: BetaFunctionNode;
|
|
113
113
|
/**
|
|
114
|
-
* @internal — typed-arg shape for the file-local `evaluateBetaG` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
114
|
+
* @internal — typed-arg shape for the file-local `evaluateBetaG` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
115
115
|
*/
|
|
116
116
|
interface BetaGInputs {
|
|
117
117
|
/** Dimensionless Newton coupling g = G(k)·k². Must be finite. */
|
|
@@ -134,7 +134,7 @@ interface BetaGInputs {
|
|
|
134
134
|
*/
|
|
135
135
|
export declare function evaluateBetaG(input: BetaGInputs): number;
|
|
136
136
|
/**
|
|
137
|
-
* @internal — typed-arg shape for the file-local `evaluateBetaLambda` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
137
|
+
* @internal — typed-arg shape for the file-local `evaluateBetaLambda` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
138
138
|
*/
|
|
139
139
|
interface BetaLambdaInputs {
|
|
140
140
|
/** Dimensionless Newton coupling g. Must be finite. */
|
|
@@ -54,7 +54,7 @@ export declare const BE40_COMPOSITE_HIGGS_RHS: ExprNode;
|
|
|
54
54
|
/** @internal */
|
|
55
55
|
export declare const BE40_COMPOSITE_HIGGS_LHS: ExprNode;
|
|
56
56
|
/**
|
|
57
|
-
* @internal — typed-arg shape for the file-local `evaluateCompositeHiggs` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
57
|
+
* @internal — typed-arg shape for the file-local `evaluateCompositeHiggs` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
58
58
|
*/
|
|
59
59
|
interface CompositeHiggsInputs {
|
|
60
60
|
/** Higgs field h (natural units, e.g. TeV). Must be finite. */
|
|
@@ -40,7 +40,7 @@ export declare const SWAMPLAND_EXP_ARG: ExprNode;
|
|
|
40
40
|
*/
|
|
41
41
|
export declare const SWAMPLAND_RHS: ExprNode;
|
|
42
42
|
/**
|
|
43
|
-
* @internal — typed-arg shape for the file-local `evaluateSwampland` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
43
|
+
* @internal — typed-arg shape for the file-local `evaluateSwampland` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
44
44
|
*/
|
|
45
45
|
interface SwamplandInputs {
|
|
46
46
|
/** Reference mass m₀. Must be ≥ 0 (any consistent unit; output in same unit). */
|
|
@@ -53,7 +53,7 @@ export declare const BE43_ER_EPR_RHS: ExprNode;
|
|
|
53
53
|
/** @internal */
|
|
54
54
|
export declare const BE43_ER_EPR_LHS: ExprNode;
|
|
55
55
|
/**
|
|
56
|
-
* @internal — typed-arg shape for the file-local `evaluateEREPRBound` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
56
|
+
* @internal — typed-arg shape for the file-local `evaluateEREPRBound` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
57
57
|
*/
|
|
58
58
|
interface EREPRBoundInputs {
|
|
59
59
|
/** Wormhole minimal cross-section area (m²). Must be ≥ 0 and finite. */
|
|
@@ -115,7 +115,7 @@ export declare const BE44_SOFT_HAIR_INTEGRAL_RHS: ExprNode;
|
|
|
115
115
|
/** @internal */
|
|
116
116
|
export declare const BE44_SOFT_HAIR_CHARGE_SQUARED_LHS: ExprNode;
|
|
117
117
|
/**
|
|
118
|
-
* @internal — typed-arg shape for the file-local `evaluateBE44SoftHair` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
118
|
+
* @internal — typed-arg shape for the file-local `evaluateBE44SoftHair` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
119
119
|
*/
|
|
120
120
|
interface BE44SoftHairInputs {
|
|
121
121
|
/**
|
|
@@ -90,7 +90,7 @@ export declare const BE45_TCC_RHS: ExprNode;
|
|
|
90
90
|
/** @internal */
|
|
91
91
|
export declare const BE45_TCC_LHS: ExprNode;
|
|
92
92
|
/**
|
|
93
|
-
* @internal — typed-arg shape for the file-local `evaluateTCC` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
93
|
+
* @internal — typed-arg shape for the file-local `evaluateTCC` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
94
94
|
*/
|
|
95
95
|
interface TCCInputs {
|
|
96
96
|
/** Planck mass M_P in GeV (canonical: 1.22e19). Must be > 0 and finite. */
|
|
@@ -139,7 +139,7 @@ export declare const BE46_ANTHROPIC_PROBABILITY_RHS: ExprNode;
|
|
|
139
139
|
/** @internal */
|
|
140
140
|
export declare const BE46_ANTHROPIC_PROBABILITY_LHS: ExprNode;
|
|
141
141
|
/**
|
|
142
|
-
* @internal — typed-arg shape for the file-local `evaluateAnthropic` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
142
|
+
* @internal — typed-arg shape for the file-local `evaluateAnthropic` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
143
143
|
*/
|
|
144
144
|
interface AnthropicInputs {
|
|
145
145
|
/** Normalization constant A (dimensionless; scheme-dependent). Must be finite. */
|
|
@@ -42,7 +42,7 @@ export declare const BBN_DARK_LHS: ExprNode;
|
|
|
42
42
|
/** RHS: ⟨σv⟩_SM n_p n_n − ⟨σv⟩_dark n_χ² ε_transfer. */
|
|
43
43
|
export declare const BBN_DARK_RHS: ExprNode;
|
|
44
44
|
/**
|
|
45
|
-
* @internal — typed-arg shape for the file-local `evaluateBBNDark` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
45
|
+
* @internal — typed-arg shape for the file-local `evaluateBBNDark` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
46
46
|
*/
|
|
47
47
|
interface BBNDarkInputs {
|
|
48
48
|
/** Hubble parameter H (s^-1). */
|
|
@@ -55,7 +55,7 @@ export declare const BE48_GRW_LOCALIZATION_RHS: ExprNode;
|
|
|
55
55
|
/** @internal */
|
|
56
56
|
export declare const BE48_GRW_LOCALIZATION_LHS: ExprNode;
|
|
57
57
|
/**
|
|
58
|
-
* @internal — typed-arg shape for the file-local `evaluateGRWLocalization` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
58
|
+
* @internal — typed-arg shape for the file-local `evaluateGRWLocalization` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
59
59
|
*/
|
|
60
60
|
interface GRWLocalizationInputs {
|
|
61
61
|
/** Object mass m (kg). Must be > 0 and finite. */
|
|
@@ -69,7 +69,7 @@ export declare const BE49_QUANTUM_DARWINISM_RHS: ExprNode;
|
|
|
69
69
|
/** @internal */
|
|
70
70
|
export declare const BE49_QUANTUM_DARWINISM_LHS: ExprNode;
|
|
71
71
|
/**
|
|
72
|
-
* @internal — typed-arg shape for the file-local `evaluateQuantumDarwinism` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
72
|
+
* @internal — typed-arg shape for the file-local `evaluateQuantumDarwinism` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
73
73
|
*/
|
|
74
74
|
interface QuantumDarwinismInputs {
|
|
75
75
|
/** Total system-environment mutual information I(S:E). Must be finite. */
|
|
@@ -93,7 +93,7 @@ export declare const BE50_TIME_SYMMETRY_DENOMINATOR: ExprNode;
|
|
|
93
93
|
*/
|
|
94
94
|
export declare const BE50_TIME_SYMMETRY_RESIDUAL_RHS: ExprNode;
|
|
95
95
|
/**
|
|
96
|
-
* @internal — typed-arg shape for the file-local `evaluateWF` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
96
|
+
* @internal — typed-arg shape for the file-local `evaluateWF` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
97
97
|
*/
|
|
98
98
|
interface WFInputs {
|
|
99
99
|
/** Retarded gauge-field amplitude A_ret in V·s/m (or arbitrary same-unit amplitude). */
|
package/dist/bridges/index.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Universal Physics Tensor — Bridge Equation Index
|
|
3
3
|
*
|
|
4
|
-
* Machine-readable catalog of all
|
|
5
|
-
* (Parts I-VI
|
|
6
|
-
*
|
|
4
|
+
* Machine-readable catalog of all 44 bridge equations (IDs 11-54) from the UPT
|
|
5
|
+
* specification (Parts I-VI; BE-51–54 catalogued in Part-II §V-B). Each entry
|
|
6
|
+
* preserves the spec's stated status, known issues, references, and
|
|
7
|
+
* dependencies on other bridge equations.
|
|
7
8
|
*
|
|
8
9
|
* Generated by scripts/extract.py (~/.claude/playground/upt_bridge_extraction/);
|
|
9
10
|
* see data/bridges/README.md for regen instructions.
|
|
@@ -11,9 +12,11 @@
|
|
|
11
12
|
* Source-of-truth files: docs/specification/Part-{I-VI}.md
|
|
12
13
|
*
|
|
13
14
|
* Honest-claude: fields not explicitly stated in the spec are null (not guessed).
|
|
14
|
-
* - dimensional_signature is
|
|
15
|
-
*
|
|
16
|
-
* `src/
|
|
15
|
+
* - dimensional_signature is populated for all 44 entries at HEAD; 42 of them
|
|
16
|
+
* (IDs 11-50, 53, 54) are also registered in `EXPECTED_DIMENSION_BY_BRIDGE`
|
|
17
|
+
* (`src/dimensional/bridge-check.ts`) with AST encodings under
|
|
18
|
+
* `src/bridges/equations/` — BE-51/52 are closed-form evaluator bridges
|
|
19
|
+
* without AST encodings. Populated values are exactly what
|
|
17
20
|
* `format()` produces for the inferred Dimension shape; never free-form prose.
|
|
18
21
|
* - known_issues are extracted ONLY from explicit issue-markers in the spec
|
|
19
22
|
* ("**Known issue:**", "**Additional known issue:**", "**Bound violation:**",
|
|
@@ -107,7 +110,7 @@ export interface BridgeEquationEntry {
|
|
|
107
110
|
/**
|
|
108
111
|
* What the AST encoding represents when it differs from `formula_latex`.
|
|
109
112
|
*
|
|
110
|
-
* Per `docs/architecture/BRIDGE-PHYSICS-AUDIT.md` §1 / "What to do with
|
|
113
|
+
* Per `docs/architecture/archive/BRIDGE-PHYSICS-AUDIT.md` §1 / "What to do with
|
|
111
114
|
* this" item 1: the audit's original 11 dimensional-signature
|
|
112
115
|
* "mislabels" were ALL false positives, retracted on code inspection.
|
|
113
116
|
* The root cause was judging `dimensional_signature` against
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/bridges/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/bridges/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAEH;;;;;;;;;;;;;;;GAeG;AACH,MAAM,MAAM,oBAAoB,GAC5B,aAAa,GACb,aAAa,GACb,oBAAoB,GACpB,SAAS,CAAC;AAEd;;;;;;;;;;GAUG;AACH,wBAAgB,cAAc,CAC5B,CAAC,EAAE,oBAAoB,GACtB,CAAC,IAAI,OAAO,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAE/C;AAED,MAAM,MAAM,mBAAmB,GAC3B,eAAe,GACf,aAAa,GACb,iBAAiB,GACjB,MAAM,GACN,oBAAoB,GACpB,yBAAyB,GACzB,OAAO,CAAC;AAEZ,MAAM,MAAM,kBAAkB,GAC1B,WAAW,GACX,eAAe,GACf,6BAA6B,GAC7B,SAAS,CAAC;AAEd;;;;;;;;;;;;;;;;;;GAkBG;AAIH,KAAK,uBAAuB,GACxB,aAAa,GACb,qBAAqB,GACrB,sBAAsB,GACtB,oBAAoB,GACpB,WAAW,CAAC;AAEhB,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,0EAA0E;IAC1E,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,kBAAkB,CAAC;CAC7B;AAED,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,2CAA2C;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,6BAA6B;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,+DAA+D;IAC/D,aAAa,EAAE,MAAM,CAAC;IACtB,oDAAoD;IACpD,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC1B,MAAM,EAAE,oBAAoB,CAAC;IAC7B,2DAA2D;IAC3D,OAAO,EAAE,MAAM,CAAC;IAChB,8DAA8D;IAC9D,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,GAAG,GAAG,IAAI,GAAG,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC;IACpD,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,UAAU,EAAE,CAAC;IAC3B,4DAA4D;IAC5D,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,yEAAyE;IACzE,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,uEAAuE;IACvE,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,kBAAkB,EAAE,uBAAuB,CAAC;IAC5C,sEAAsE;IACtE,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,gBAAgB,EAAE,mBAAmB,EA+qDjD,CAAC;AAMF,OAAO,EACL,4BAA4B,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EACL,4BAA4B,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC,MAAM,4BAA4B,CAAC;AAEpC,eAAe,gBAAgB,CAAC"}
|