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,130 @@
|
|
|
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 const BridgeEquations = {
|
|
80
|
+
decoherenceRate: evaluateDecoherenceRate, // BE-11
|
|
81
|
+
thermalDeBroglie: evaluateThermalDeBroglie, // BE-12
|
|
82
|
+
einsteinTrace: evaluateEinsteinTrace, // BE-13
|
|
83
|
+
ryuTakayanagi: evaluateRyuTakayanagi, // BE-14
|
|
84
|
+
ryuTakayanagiNatural: evaluateRyuTakayanagiNatural, // BE-14 (natural units)
|
|
85
|
+
coarseningLength: evaluateCoarseningLength, // BE-15
|
|
86
|
+
coarseningLengthSquared: evaluateCoarseningLengthSquared, // BE-15 (squared form)
|
|
87
|
+
landauerEnergy: evaluateLandauerEnergy, // BE-16
|
|
88
|
+
spinDensitySquared: evaluateBE17SpinDensitySquared, // BE-17
|
|
89
|
+
higgsMass: evaluateHiggsMass, // BE-18
|
|
90
|
+
quantumBounce: evaluateQuantumBounce, // BE-19
|
|
91
|
+
cosmologicalConstantDensity: evaluateCosmologicalConstantDensity, // BE-20
|
|
92
|
+
kssBound: evaluateKSSBound, // BE-21 (no-arg constant)
|
|
93
|
+
topologicalEntanglementEntropy: evaluateTEE, // BE-22
|
|
94
|
+
sykResistivity: evaluateSYKResistivity, // BE-23
|
|
95
|
+
fretEfficiency: evaluateFRETEfficiency, // BE-24
|
|
96
|
+
intrinsicInformation: evaluateIntrinsicInformation, // BE-25 (IIT; OrchOR archived)
|
|
97
|
+
dnaTunneling: evaluateDNATunneling, // BE-26
|
|
98
|
+
effectiveTemperature: evaluateEffectiveTemperature, // BE-27
|
|
99
|
+
onsagerEntropyProduction: evaluateOnsagerEntropyProduction, // BE-28 (definiendum, NOT MEPP)
|
|
100
|
+
jarzynski: evaluateJarzynski, // BE-29
|
|
101
|
+
bekensteinBound: evaluateBekensteinBound, // BE-30
|
|
102
|
+
flmFirstLaw: evaluateFLMFirstLaw, // BE-30 (first law)
|
|
103
|
+
benincasaDowker: evaluateBenincasaDowker, // BE-31
|
|
104
|
+
qrfOverlap: evaluateQRFOverlap, // BE-32
|
|
105
|
+
hertzMillis: evaluateHertzMillis, // BE-33
|
|
106
|
+
kibbleZurek: evaluateKibbleZurek, // BE-34
|
|
107
|
+
crossingResidual: evaluateCrossingResidual, // BE-35
|
|
108
|
+
gwSpeedRatio: evaluateGWSpeedRatio, // BE-36
|
|
109
|
+
shapiroDelay: evaluateShapiroDelay, // BE-37
|
|
110
|
+
mondForce: evaluateMONDForce, // BE-38
|
|
111
|
+
betaG: evaluateBetaG, // BE-39 (Newton coupling)
|
|
112
|
+
betaLambda: evaluateBetaLambda, // BE-39 (cosmological coupling)
|
|
113
|
+
compositeHiggs: evaluateCompositeHiggs, // BE-40
|
|
114
|
+
swampland: evaluateSwampland, // BE-41
|
|
115
|
+
hawkingTemperature: evaluateHawkingTemperature, // BE-42
|
|
116
|
+
erEprBound: evaluateEREPRBound, // BE-43
|
|
117
|
+
softHairCharge: evaluateBE44SoftHairCharge, // BE-44
|
|
118
|
+
tcc: evaluateTCC, // BE-45
|
|
119
|
+
weinbergVilenkinP: evaluateWeinbergVilenkinP, // BE-46
|
|
120
|
+
bbnDark: evaluateBBNDark, // BE-47
|
|
121
|
+
grwLocalization: evaluateGRWLocalization, // BE-48
|
|
122
|
+
quantumDarwinism: evaluateQuantumDarwinism, // BE-49
|
|
123
|
+
wfTimeSymmetry: evaluateWFTimeSymmetry, // BE-50
|
|
124
|
+
yangMillsBeta: evaluateYangMillsBeta, // BE-53
|
|
125
|
+
randallSundrumH2: evaluateRandallSundrumH2, // BE-54
|
|
126
|
+
// v0.4.0 GR evaluators (return result objects, not scalars):
|
|
127
|
+
gravitationalLensing: evaluateGravitationalLensing, // GR lensing
|
|
128
|
+
perihelionPrecession: evaluatePerihelionPrecession, // BE-52
|
|
129
|
+
};
|
|
130
|
+
//# sourceMappingURL=bridge-equations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bridge-equations.js","sourceRoot":"","sources":["../../src/bridges/bridge-equations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog adapter: ingests the
|
|
2
|
+
* Catalog adapter: ingests the 44-entry `BRIDGE_EQUATIONS` array into
|
|
3
3
|
* the v0.7-p2 sparse semantic catalog as `BridgeCell` values.
|
|
4
4
|
*
|
|
5
5
|
* Phase 3 of v0.7 Proposal 2 (Sparse Semantic Catalog).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog adapter: ingests the
|
|
2
|
+
* Catalog adapter: ingests the 44-entry `BRIDGE_EQUATIONS` array into
|
|
3
3
|
* the v0.7-p2 sparse semantic catalog as `BridgeCell` values.
|
|
4
4
|
*
|
|
5
5
|
* Phase 3 of v0.7 Proposal 2 (Sparse Semantic Catalog).
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Empirical-spine coverage audit (Direction 4).
|
|
3
|
+
*
|
|
4
|
+
* "Strengthen the empirical spine" must NOT fabricate physics data, so the
|
|
5
|
+
* responsible, composable deliverable is tooling that makes the spine's gaps
|
|
6
|
+
* machine-visible: for each catalogued bridge, what grounding does it
|
|
7
|
+
* actually have — a real-data confrontation, a computable graph edge, a
|
|
8
|
+
* dimensional-signature encoding, or nothing but a status label? The report
|
|
9
|
+
* tells the physicist-reviewer (CONTRIBUTING.md) exactly where the grounding
|
|
10
|
+
* is thinnest, and lets the discovery loop prefer well-grounded bridges.
|
|
11
|
+
*
|
|
12
|
+
* This INVENTS nothing — every field is read from the catalog
|
|
13
|
+
* (`BRIDGE_EQUATIONS`), the composition graph (`CATALOG_GRAPH`), and the two
|
|
14
|
+
* committed data-confrontation modules.
|
|
15
|
+
*
|
|
16
|
+
* INTERNAL — surfaced via `upt coverage`.
|
|
17
|
+
*
|
|
18
|
+
* @module bridges/confrontation-coverage
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* The grounding tier of one bridge, strongest first:
|
|
22
|
+
* - `data-confronted` — has a committed real-data confrontation.
|
|
23
|
+
* - `graph-computable` — has a composition-graph edge AND a dimensional
|
|
24
|
+
* signature (numerically computable + dimensionally encoded).
|
|
25
|
+
* - `encoded-only` — has a dimensional signature but no graph edge.
|
|
26
|
+
* - `thin` — no dimensional signature (catalogued by label/prose only).
|
|
27
|
+
*/
|
|
28
|
+
export type GroundingTier = 'data-confronted' | 'graph-computable' | 'encoded-only' | 'thin';
|
|
29
|
+
/** One bridge's empirical-grounding profile. */
|
|
30
|
+
interface BridgeCoverage {
|
|
31
|
+
readonly id: number;
|
|
32
|
+
readonly status: string;
|
|
33
|
+
readonly tier: GroundingTier;
|
|
34
|
+
/** A committed real-data confrontation exists. */
|
|
35
|
+
readonly hasDataConfrontation: boolean;
|
|
36
|
+
/** A composition-graph edge (computable evaluator) exists for this id. */
|
|
37
|
+
readonly hasGraphEdge: boolean;
|
|
38
|
+
/** A dimensional signature is registered for this id. */
|
|
39
|
+
readonly dimensionalSignaturePresent: boolean;
|
|
40
|
+
/** Number of literature references in the catalog entry. */
|
|
41
|
+
readonly citationCount: number;
|
|
42
|
+
/** Number of recorded known issues. */
|
|
43
|
+
readonly knownIssueCount: number;
|
|
44
|
+
}
|
|
45
|
+
/** The catalog-wide coverage report. */
|
|
46
|
+
interface CoverageReport {
|
|
47
|
+
readonly bridges: readonly BridgeCoverage[];
|
|
48
|
+
readonly total: number;
|
|
49
|
+
/** Count by grounding tier. */
|
|
50
|
+
readonly byTier: Readonly<Record<GroundingTier, number>>;
|
|
51
|
+
/** Bridges with NO real-data confrontation (the empirical gap). */
|
|
52
|
+
readonly withoutDataConfrontation: number;
|
|
53
|
+
/** Bridges with NO literature reference at all. */
|
|
54
|
+
readonly withoutCitation: number;
|
|
55
|
+
/** Ids of the thinnest bridges (no dimensional signature), sorted. */
|
|
56
|
+
readonly thinBridges: readonly number[];
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Audit the catalog's empirical grounding. Reads `BRIDGE_EQUATIONS`, the
|
|
60
|
+
* composition graph, and the data-confrontation registry; fabricates
|
|
61
|
+
* nothing. See module docs.
|
|
62
|
+
*
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
65
|
+
export declare function auditCoverage(): CoverageReport;
|
|
66
|
+
export {};
|
|
67
|
+
//# sourceMappingURL=confrontation-coverage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confrontation-coverage.d.ts","sourceRoot":"","sources":["../../src/bridges/confrontation-coverage.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAaH;;;;;;;GAOG;AACH,MAAM,MAAM,aAAa,GACrB,iBAAiB,GACjB,kBAAkB,GAClB,cAAc,GACd,MAAM,CAAC;AAEX,gDAAgD;AAChD,UAAU,cAAc;IACtB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC;IAC7B,kDAAkD;IAClD,QAAQ,CAAC,oBAAoB,EAAE,OAAO,CAAC;IACvC,0EAA0E;IAC1E,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;IAC/B,yDAAyD;IACzD,QAAQ,CAAC,2BAA2B,EAAE,OAAO,CAAC;IAC9C,4DAA4D;IAC5D,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,uCAAuC;IACvC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;CAClC;AAED,wCAAwC;AACxC,UAAU,cAAc;IACtB,QAAQ,CAAC,OAAO,EAAE,SAAS,cAAc,EAAE,CAAC;IAC5C,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,+BAA+B;IAC/B,QAAQ,CAAC,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC,CAAC;IACzD,mEAAmE;IACnE,QAAQ,CAAC,wBAAwB,EAAE,MAAM,CAAC;IAC1C,mDAAmD;IACnD,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,sEAAsE;IACtE,QAAQ,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC;CACzC;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,IAAI,cAAc,CA6C9C"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Empirical-spine coverage audit (Direction 4).
|
|
3
|
+
*
|
|
4
|
+
* "Strengthen the empirical spine" must NOT fabricate physics data, so the
|
|
5
|
+
* responsible, composable deliverable is tooling that makes the spine's gaps
|
|
6
|
+
* machine-visible: for each catalogued bridge, what grounding does it
|
|
7
|
+
* actually have — a real-data confrontation, a computable graph edge, a
|
|
8
|
+
* dimensional-signature encoding, or nothing but a status label? The report
|
|
9
|
+
* tells the physicist-reviewer (CONTRIBUTING.md) exactly where the grounding
|
|
10
|
+
* is thinnest, and lets the discovery loop prefer well-grounded bridges.
|
|
11
|
+
*
|
|
12
|
+
* This INVENTS nothing — every field is read from the catalog
|
|
13
|
+
* (`BRIDGE_EQUATIONS`), the composition graph (`CATALOG_GRAPH`), and the two
|
|
14
|
+
* committed data-confrontation modules.
|
|
15
|
+
*
|
|
16
|
+
* INTERNAL — surfaced via `upt coverage`.
|
|
17
|
+
*
|
|
18
|
+
* @module bridges/confrontation-coverage
|
|
19
|
+
*/
|
|
20
|
+
import { BRIDGE_EQUATIONS } from './index.js';
|
|
21
|
+
import { CATALOG_GRAPH } from '../composition/catalog-graph.js';
|
|
22
|
+
/**
|
|
23
|
+
* Catalog ids with a committed real-data confrontation:
|
|
24
|
+
* - BE-36 — GW170817 vs the GW-speed bound (be36-gw170817-confrontation.ts)
|
|
25
|
+
* - BE-23 — SYK Planckian dissipation vs cuprate data
|
|
26
|
+
* (be23-planckian-confrontation.ts)
|
|
27
|
+
*/
|
|
28
|
+
const DATA_CONFRONTED_IDS = new Set([23, 36]);
|
|
29
|
+
/**
|
|
30
|
+
* Audit the catalog's empirical grounding. Reads `BRIDGE_EQUATIONS`, the
|
|
31
|
+
* composition graph, and the data-confrontation registry; fabricates
|
|
32
|
+
* nothing. See module docs.
|
|
33
|
+
*
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
export function auditCoverage() {
|
|
37
|
+
const graphEdgeIds = new Set();
|
|
38
|
+
for (const e of CATALOG_GRAPH) {
|
|
39
|
+
if (e.beId !== null)
|
|
40
|
+
graphEdgeIds.add(e.beId);
|
|
41
|
+
}
|
|
42
|
+
const bridges = BRIDGE_EQUATIONS.map((entry) => {
|
|
43
|
+
const hasDataConfrontation = DATA_CONFRONTED_IDS.has(entry.id);
|
|
44
|
+
const hasGraphEdge = graphEdgeIds.has(entry.id);
|
|
45
|
+
const dimensionalSignaturePresent = entry.dimensional_signature !== null;
|
|
46
|
+
let tier;
|
|
47
|
+
if (hasDataConfrontation)
|
|
48
|
+
tier = 'data-confronted';
|
|
49
|
+
else if (hasGraphEdge && dimensionalSignaturePresent)
|
|
50
|
+
tier = 'graph-computable';
|
|
51
|
+
else if (dimensionalSignaturePresent)
|
|
52
|
+
tier = 'encoded-only';
|
|
53
|
+
else
|
|
54
|
+
tier = 'thin';
|
|
55
|
+
return {
|
|
56
|
+
id: entry.id,
|
|
57
|
+
status: entry.status,
|
|
58
|
+
tier,
|
|
59
|
+
hasDataConfrontation,
|
|
60
|
+
hasGraphEdge,
|
|
61
|
+
dimensionalSignaturePresent,
|
|
62
|
+
citationCount: entry.references.length,
|
|
63
|
+
knownIssueCount: entry.known_issues.length,
|
|
64
|
+
};
|
|
65
|
+
});
|
|
66
|
+
const byTier = {
|
|
67
|
+
'data-confronted': 0,
|
|
68
|
+
'graph-computable': 0,
|
|
69
|
+
'encoded-only': 0,
|
|
70
|
+
thin: 0,
|
|
71
|
+
};
|
|
72
|
+
for (const b of bridges)
|
|
73
|
+
byTier[b.tier]++;
|
|
74
|
+
return {
|
|
75
|
+
bridges: bridges.sort((a, b) => a.id - b.id),
|
|
76
|
+
total: bridges.length,
|
|
77
|
+
byTier,
|
|
78
|
+
withoutDataConfrontation: bridges.filter((b) => !b.hasDataConfrontation).length,
|
|
79
|
+
withoutCitation: bridges.filter((b) => b.citationCount === 0).length,
|
|
80
|
+
thinBridges: bridges.filter((b) => b.tier === 'thin').map((b) => b.id).sort((a, b) => a - b),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=confrontation-coverage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confrontation-coverage.js","sourceRoot":"","sources":["../../src/bridges/confrontation-coverage.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAEhE;;;;;GAKG;AACH,MAAM,mBAAmB,GAAwB,IAAI,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC;AA+CnE;;;;;;GAMG;AACH,MAAM,UAAU,aAAa;IAC3B,MAAM,YAAY,GAAG,IAAI,GAAG,EAAU,CAAC;IACvC,KAAK,MAAM,CAAC,IAAI,aAAa,EAAE,CAAC;QAC9B,IAAI,CAAC,CAAC,IAAI,KAAK,IAAI;YAAE,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC;IAED,MAAM,OAAO,GAAqB,gBAAgB,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE;QAC/D,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QAC/D,MAAM,YAAY,GAAG,YAAY,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QAChD,MAAM,2BAA2B,GAAG,KAAK,CAAC,qBAAqB,KAAK,IAAI,CAAC;QAEzE,IAAI,IAAmB,CAAC;QACxB,IAAI,oBAAoB;YAAE,IAAI,GAAG,iBAAiB,CAAC;aAC9C,IAAI,YAAY,IAAI,2BAA2B;YAAE,IAAI,GAAG,kBAAkB,CAAC;aAC3E,IAAI,2BAA2B;YAAE,IAAI,GAAG,cAAc,CAAC;;YACvD,IAAI,GAAG,MAAM,CAAC;QAEnB,OAAO;YACL,EAAE,EAAE,KAAK,CAAC,EAAE;YACZ,MAAM,EAAE,KAAK,CAAC,MAAM;YACpB,IAAI;YACJ,oBAAoB;YACpB,YAAY;YACZ,2BAA2B;YAC3B,aAAa,EAAE,KAAK,CAAC,UAAU,CAAC,MAAM;YACtC,eAAe,EAAE,KAAK,CAAC,YAAY,CAAC,MAAM;SAC3C,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,MAAM,MAAM,GAAkC;QAC5C,iBAAiB,EAAE,CAAC;QACpB,kBAAkB,EAAE,CAAC;QACrB,cAAc,EAAE,CAAC;QACjB,IAAI,EAAE,CAAC;KACR,CAAC;IACF,KAAK,MAAM,CAAC,IAAI,OAAO;QAAE,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC;IAE1C,OAAO;QACL,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC;QAC5C,KAAK,EAAE,OAAO,CAAC,MAAM;QACrB,MAAM;QACN,wBAAwB,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,MAAM;QAC/E,eAAe,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,aAAa,KAAK,CAAC,CAAC,CAAC,MAAM;QACpE,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;KAC7F,CAAC;AACJ,CAAC"}
|
|
@@ -41,7 +41,7 @@ import type { Dimension } from '../../dimensional/types.js';
|
|
|
41
41
|
*
|
|
42
42
|
* @internal
|
|
43
43
|
*/
|
|
44
|
-
|
|
44
|
+
interface FieldSpec {
|
|
45
45
|
/** Field name on the `input` record (e.g., `'M_kg'`). */
|
|
46
46
|
readonly name: string;
|
|
47
47
|
/** Inclusive lower bound (default `-Infinity`). */
|
|
@@ -142,4 +142,5 @@ export declare function validateBEDimensions(lhs: ExprNode, rhs: ExprNode, _equa
|
|
|
142
142
|
* @internal
|
|
143
143
|
*/
|
|
144
144
|
export declare function sym(name: string, dim: Dimension): ExprNode;
|
|
145
|
+
export {};
|
|
145
146
|
//# sourceMappingURL=_be-helpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_be-helpers.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/_be-helpers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE1F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAM5D;;;;;;;;;;;;;;GAcG;AACH,
|
|
1
|
+
{"version":3,"file":"_be-helpers.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/_be-helpers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE1F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAM5D;;;;;;;;;;;;;;GAcG;AACH,UAAU,SAAS;IACjB,yDAAyD;IACzD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,mDAAmD;IACnD,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,kDAAkD;IAClD,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,oDAAoD;IACpD,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAC9B,oDAAoD;IACpD,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAC9B,wEAAwE;IACxE,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAwCD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,MAAM,EACnD,KAAK,EAAE,CAAC,EACR,UAAU,EAAE,aAAa,CAAC,SAAS,CAAC,EACpC,aAAa,EAAE,MAAM,GACpB,IAAI,CAgCN;AAMD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,QAAQ,EACb,GAAG,EAAE,QAAQ,EACb,cAAc,EAAE,MAAM,GACrB,yBAAyB,CAS3B;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,SAAS,GAAG,QAAQ,CAE1D"}
|
|
@@ -58,7 +58,7 @@ export declare const BE12_COHERENCE_LENGTH_RHS: ExprNode;
|
|
|
58
58
|
/** @internal */
|
|
59
59
|
export declare const BE12_COHERENCE_LENGTH_LHS: ExprNode;
|
|
60
60
|
/**
|
|
61
|
-
* @internal — typed-arg shape for the file-local `evaluateThermalDeBroglie` 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 `evaluateThermalDeBroglie` 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 ThermalDeBroglieInputs {
|
|
64
64
|
/** Particle mass m (kg). Must be > 0 and finite. */
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
* density = [M L⁻¹ T⁻²]; [8πG/c⁴] = [L³M⁻¹T⁻²]/[L⁴T⁻⁴] =
|
|
39
39
|
* [L⁻¹M⁻¹T²]; [(8πG/c⁴)·T] = [L⁻¹M⁻¹T²]·[ML⁻¹T⁻²] = [L⁻²] ✓.
|
|
40
40
|
*
|
|
41
|
-
* v0.7 BE-X re-encoding (per docs/architecture/v0.7-be-x-reencoding-design-note.md
|
|
41
|
+
* v0.7 BE-X re-encoding (per docs/architecture/archive/v0.7-be-x-reencoding-design-note.md
|
|
42
42
|
* §"BE-13 — TensorTraceNode for the Einstein trace"):
|
|
43
43
|
*
|
|
44
44
|
* The `T_trace` stub in `BE13_EINSTEIN_TRACE_RHS` is now supplemented by
|
|
@@ -107,7 +107,7 @@ export declare const BE13_STRESS_ENERGY_NODE: StressEnergyTensorNode;
|
|
|
107
107
|
*/
|
|
108
108
|
export declare const BE13_T_TRACE_NODE: TensorTraceNode;
|
|
109
109
|
/**
|
|
110
|
-
* @internal — typed-arg shape for the file-local `evaluateEinsteinTrace` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
110
|
+
* @internal — typed-arg shape for the file-local `evaluateEinsteinTrace` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
111
111
|
*/
|
|
112
112
|
interface EinsteinTraceInputs {
|
|
113
113
|
/** Cosmological constant Λ (m⁻²). Must be finite. */
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
* density = [M L⁻¹ T⁻²]; [8πG/c⁴] = [L³M⁻¹T⁻²]/[L⁴T⁻⁴] =
|
|
39
39
|
* [L⁻¹M⁻¹T²]; [(8πG/c⁴)·T] = [L⁻¹M⁻¹T²]·[ML⁻¹T⁻²] = [L⁻²] ✓.
|
|
40
40
|
*
|
|
41
|
-
* v0.7 BE-X re-encoding (per docs/architecture/v0.7-be-x-reencoding-design-note.md
|
|
41
|
+
* v0.7 BE-X re-encoding (per docs/architecture/archive/v0.7-be-x-reencoding-design-note.md
|
|
42
42
|
* §"BE-13 — TensorTraceNode for the Einstein trace"):
|
|
43
43
|
*
|
|
44
44
|
* The `T_trace` stub in `BE13_EINSTEIN_TRACE_RHS` is now supplemented by
|
|
@@ -37,7 +37,7 @@ import type { ExprNode, DimensionValidationReport } from '../../dimensional/vali
|
|
|
37
37
|
/** RHS of the SI-form Ryu-Takayanagi formula as a typed ExprNode tree. */
|
|
38
38
|
export declare const RYU_TAKAYANAGI_RHS: ExprNode;
|
|
39
39
|
/**
|
|
40
|
-
* @internal — typed-arg shape for the file-local `evaluateRyuTakayanagi` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
40
|
+
* @internal — typed-arg shape for the file-local `evaluateRyuTakayanagi` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
41
41
|
*/
|
|
42
42
|
interface RyuTakayanagiInputs {
|
|
43
43
|
/** Minimal-surface area γ in SI square metres. Must be ≥ 0. */
|
|
@@ -50,7 +50,7 @@ interface RyuTakayanagiInputs {
|
|
|
50
50
|
*/
|
|
51
51
|
export declare function evaluateRyuTakayanagi(input: RyuTakayanagiInputs): number;
|
|
52
52
|
/**
|
|
53
|
-
* @internal — typed-arg shape for the file-local `evaluateRyuTakayanagiNatural` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
53
|
+
* @internal — typed-arg shape for the file-local `evaluateRyuTakayanagiNatural` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
54
54
|
*/
|
|
55
55
|
interface RyuTakayanagiNaturalInputs {
|
|
56
56
|
/** Area measured in Planck areas (ℓ_P^2). Must be ≥ 0. */
|
|
@@ -10,10 +10,24 @@
|
|
|
10
10
|
*
|
|
11
11
|
* Three grammar barriers: (1) Dirac-delta correlators for ⟨ζζ⟩;
|
|
12
12
|
* (2) functional derivative δH/δφ; (3) functional integration `H[φ]`
|
|
13
|
-
* over field configurations.
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
13
|
+
* over field configurations.
|
|
14
|
+
*
|
|
15
|
+
* **v0.14 update — barriers 1 and 2 lifted.** The dimensional AST grammar now
|
|
16
|
+
* provides `dirac-delta` (δ(x), with `[δ(x)] = [x]⁻¹`) and
|
|
17
|
+
* `variational-derivative` (δF/δφ, with `[δF/δφ] = [F]/([φ]·[μ])`) scalar
|
|
18
|
+
* primitives. The full Model A Langevin / fluctuation-dissipation relation is
|
|
19
|
+
* therefore now DIMENSIONALLY EXPRESSIBLE (and validated homogeneous — see
|
|
20
|
+
* `tests/dimensional/distributional-grammar.test.ts`). Barrier 3 (functional
|
|
21
|
+
* integration over field configurations, a measure over function space) remains
|
|
22
|
+
* out of scope. Note the *kinetic-coefficient* Γ of the bare Langevin equation
|
|
23
|
+
* carries dim `[φ]²·L³·T⁻¹·E⁻¹`, a DIFFERENT object from the coarsening
|
|
24
|
+
* diffusion constant Γ of the encoded scaling law below (`[Γ] = [L²/T]`); the
|
|
25
|
+
* two coincide only under a specific field normalization.
|
|
26
|
+
*
|
|
27
|
+
* The CATALOG encoding below is UNCHANGED: re-encoding the bridge from the
|
|
28
|
+
* Kawasaki-Gunton `L²=Γt` reduction to the now-expressible faithful Langevin
|
|
29
|
+
* form is a physics-curation decision (CONTRIBUTING.md), deferred to a
|
|
30
|
+
* physicist. v0.14 delivers only the grammar + a standalone homogeneity proof.
|
|
17
31
|
*
|
|
18
32
|
* **Encoded reduction (Kawasaki-Gunton coarsening scaling law).**
|
|
19
33
|
* Wave Z-D applies OpenAI's scalar reduction: the late-stage
|
|
@@ -135,7 +149,7 @@ export declare const BE15_COARSENING_LENGTH_SQUARED_RHS: ExprNode;
|
|
|
135
149
|
/** @internal */
|
|
136
150
|
export declare const BE15_COARSENING_LENGTH_SQUARED_LHS: ExprNode;
|
|
137
151
|
/**
|
|
138
|
-
* @internal — typed-arg shape for the file-local `evaluateCoarsening` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
152
|
+
* @internal — typed-arg shape for the file-local `evaluateCoarsening` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
139
153
|
*/
|
|
140
154
|
interface CoarseningInputs {
|
|
141
155
|
/** Model A kinetic coefficient Γ in [m²/s]. Must be finite and > 0. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-15-emergence.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-15-emergence.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-15-emergence.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-15-emergence.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyHG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAqB1F;;;;GAIG;AACH,eAAO,MAAM,aAAa,EAAE,QAAiC,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,QAAyB,CAAC;AAElD;;;;;;;;GAQG;AACH,eAAO,MAAM,kCAAkC,EAAE,QAMhD,CAAC;AAEF;;GAEG;AACH,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,QAGhD,CAAC;AAIF;;GAEG;AACH,UAAU,gBAAgB;IACxB,uEAAuE;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,CAAC,EAAE,MAAM,CAAC;CACX;AAED;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAWxE;AAED;;;;;;GAMG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAW/E;AAID;;;GAGG;AACH,gBAAgB;AAChB,wBAAgB,sBAAsB,IAAI,yBAAyB,CAMlE"}
|
|
@@ -10,10 +10,24 @@
|
|
|
10
10
|
*
|
|
11
11
|
* Three grammar barriers: (1) Dirac-delta correlators for ⟨ζζ⟩;
|
|
12
12
|
* (2) functional derivative δH/δφ; (3) functional integration `H[φ]`
|
|
13
|
-
* over field configurations.
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
13
|
+
* over field configurations.
|
|
14
|
+
*
|
|
15
|
+
* **v0.14 update — barriers 1 and 2 lifted.** The dimensional AST grammar now
|
|
16
|
+
* provides `dirac-delta` (δ(x), with `[δ(x)] = [x]⁻¹`) and
|
|
17
|
+
* `variational-derivative` (δF/δφ, with `[δF/δφ] = [F]/([φ]·[μ])`) scalar
|
|
18
|
+
* primitives. The full Model A Langevin / fluctuation-dissipation relation is
|
|
19
|
+
* therefore now DIMENSIONALLY EXPRESSIBLE (and validated homogeneous — see
|
|
20
|
+
* `tests/dimensional/distributional-grammar.test.ts`). Barrier 3 (functional
|
|
21
|
+
* integration over field configurations, a measure over function space) remains
|
|
22
|
+
* out of scope. Note the *kinetic-coefficient* Γ of the bare Langevin equation
|
|
23
|
+
* carries dim `[φ]²·L³·T⁻¹·E⁻¹`, a DIFFERENT object from the coarsening
|
|
24
|
+
* diffusion constant Γ of the encoded scaling law below (`[Γ] = [L²/T]`); the
|
|
25
|
+
* two coincide only under a specific field normalization.
|
|
26
|
+
*
|
|
27
|
+
* The CATALOG encoding below is UNCHANGED: re-encoding the bridge from the
|
|
28
|
+
* Kawasaki-Gunton `L²=Γt` reduction to the now-expressible faithful Langevin
|
|
29
|
+
* form is a physics-curation decision (CONTRIBUTING.md), deferred to a
|
|
30
|
+
* physicist. v0.14 delivers only the grammar + a standalone homogeneity proof.
|
|
17
31
|
*
|
|
18
32
|
* **Encoded reduction (Kawasaki-Gunton coarsening scaling law).**
|
|
19
33
|
* Wave Z-D applies OpenAI's scalar reduction: the late-stage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-15-emergence.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-15-emergence.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-15-emergence.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-15-emergence.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyHG;AAGH,OAAO,EAEL,IAAI,EACJ,IAAI,GACL,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAEnF,8BAA8B;AAE9B;;;;;;GAMG;AACH,MAAM,QAAQ,GAAc,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;AAE9E,uBAAuB;AAEvB;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAa,GAAG,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;AAE9D;;;;GAIG;AACH,MAAM,CAAC,MAAM,SAAS,GAAa,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;AAElD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAa;IAC1D,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;IACnB,IAAI,EAAE;QACJ,aAAa;QACb,SAAS;KACV;CACF,CAAC;AAEF;;GAEG;AACH,gBAAgB;AAChB,MAAM,CAAC,MAAM,kCAAkC,GAAa,GAAG,CAC7D,WAAW,EACX,IAAI,CACL,CAAC;AAcF;;;;;;;GAOG;AACH,MAAM,UAAU,wBAAwB,CAAC,KAAuB;IAC9D,oBAAoB,CAClB,KAAK,EACL;QACE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE;QAC3C,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE;KACxC,EACD,0BAA0B,CAC3B,CAAC;IACF,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC;IAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;AAC9B,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,+BAA+B,CAAC,KAAuB;IACrE,oBAAoB,CAClB,KAAK,EACL;QACE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE;QAC3C,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE;KACxC,EACD,iCAAiC,CAClC,CAAC;IACF,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC;IAC3B,OAAO,KAAK,GAAG,CAAC,CAAC;AACnB,CAAC;AAED,0BAA0B;AAE1B;;;GAGG;AACH,gBAAgB;AAChB,MAAM,UAAU,sBAAsB;IACpC,OAAO,oBAAoB,CACzB,kCAAkC,EAClC,kCAAkC,EAClC,MAAM,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -161,7 +161,7 @@ export declare const BE16_LANDAUER_RHS: ExprNode;
|
|
|
161
161
|
/** @internal */
|
|
162
162
|
export declare const BE16_LANDAUER_LHS: ExprNode;
|
|
163
163
|
/**
|
|
164
|
-
* @internal — typed-arg shape for the file-local `evaluateLandauer` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
164
|
+
* @internal — typed-arg shape for the file-local `evaluateLandauer` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
165
165
|
*/
|
|
166
166
|
interface LandauerInputs {
|
|
167
167
|
/** Thermodynamic temperature T in kelvin. Must be finite and ≥ 0. */
|
|
@@ -216,7 +216,7 @@ export declare const BE17_SPIN_DENSITY_SQUARED_RHS: ExprNode;
|
|
|
216
216
|
/** @internal */
|
|
217
217
|
export declare const BE17_SPIN_DENSITY_SQUARED_LHS: ExprNode;
|
|
218
218
|
/**
|
|
219
|
-
* @internal — typed-arg shape for the file-local `evaluateBE17` function; not in the v0.7 public surface. See `docs/architecture/v0.7-be-module-exports-audit.md` §4.
|
|
219
|
+
* @internal — typed-arg shape for the file-local `evaluateBE17` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
220
220
|
*/
|
|
221
221
|
interface BE17Inputs {
|
|
222
222
|
/**
|
|
@@ -45,7 +45,7 @@ export declare const BE18_HIGGS_MASS_RHS: ExprNode;
|
|
|
45
45
|
/** @internal */
|
|
46
46
|
export declare const BE18_HIGGS_MASS_LHS: ExprNode;
|
|
47
47
|
/**
|
|
48
|
-
* @internal — typed-arg shape for the file-local `evaluateHiggsMass` 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 `evaluateHiggsMass` 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 HiggsMassInputs {
|
|
51
51
|
/** Dimensionless Yukawa coupling g_dark (= y in SM convention). Must be finite. */
|
|
@@ -61,7 +61,7 @@ import type { FriedmannEquationNode } from '../../dimensional/friedmann-equation
|
|
|
61
61
|
*/
|
|
62
62
|
export declare const QUANTUM_BOUNCE_RHS: ExprNode;
|
|
63
63
|
/**
|
|
64
|
-
* @internal — typed-arg shape for the file-local `evaluateQuantumBounce` 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 `evaluateQuantumBounce` function; not in the v0.7 public surface. See `docs/architecture/archive/v0.7-be-module-exports-audit.md` §4.
|
|
65
65
|
*/
|
|
66
66
|
interface QuantumBounceInputs {
|
|
67
67
|
/** Mass-energy density ρ in kg/m³. Must be ≥ 0. */
|
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
* The mass density associated with the observed cosmological constant
|
|
8
8
|
* Λ ≈ 1.1×10⁻⁵² m⁻² (Planck 2018; Aghanim et al. 2020). With the
|
|
9
9
|
* canonical FRW prefactor c²/(8π G), Λ ≈ 1.1e-52 m⁻² gives
|
|
10
|
-
* ρ_Λ ≈ 5.
|
|
10
|
+
* ρ_Λ ≈ 5.9×10⁻²⁷ kg/m³ (recomputed 2026-06-11 from Λ = 1.1056×10⁻⁵² m⁻²;
|
|
11
|
+
* the previous 5.4×10⁻²⁷ figure did not match the formula), in the
|
|
12
|
+
* observed dark-energy density range
|
|
11
13
|
* (≈70% of the critical density at the present epoch).
|
|
12
14
|
*
|
|
13
15
|
* Reference: Carroll 2001 *Living Rev. Relativity* 4:1
|
|
@@ -46,8 +48,6 @@
|
|
|
46
48
|
*/
|
|
47
49
|
import type { ExprNode, DimensionValidationReport } from '../../dimensional/validator.js';
|
|
48
50
|
import { Dimension } from '../../dimensional/types.js';
|
|
49
|
-
/** [L⁻²] — cosmological-constant Λ has dimension of inverse area. */
|
|
50
|
-
export declare const INV_LENGTH_2: Dimension;
|
|
51
51
|
/** [M L⁻³] — mass density (kg/m³). */
|
|
52
52
|
export declare const MASS_DENSITY: Dimension;
|
|
53
53
|
/**
|
|
@@ -63,7 +63,7 @@ export declare const BE20_VACUUM_ENERGY_RHS: ExprNode;
|
|
|
63
63
|
/** @internal */
|
|
64
64
|
export declare const BE20_VACUUM_ENERGY_LHS: ExprNode;
|
|
65
65
|
/**
|
|
66
|
-
* @internal — typed-arg shape for the file-local `evaluateCosmologicalConstant` 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 `evaluateCosmologicalConstant` 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 CosmologicalConstantInputs {
|
|
69
69
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-20-vacuum-energy.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-20-vacuum-energy.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-20-vacuum-energy.d.ts","sourceRoot":"","sources":["../../../src/bridges/equations/be-20-vacuum-energy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE1F,OAAO,EACL,SAAS,EAEV,MAAM,4BAA4B,CAAC;AAUpC,sCAAsC;AACtC,eAAO,MAAM,YAAY,EAAE,SAE1B,CAAC;AAqBF;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB,EAAE,QAuBpC,CAAC;AAEF,4DAA4D;AAC5D,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,QAA0C,CAAC;AAIhF;;GAEG;AACH,UAAU,0BAA0B;IAClC;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAID;;;;;;;GAOG;AACH,wBAAgB,mCAAmC,CACjD,KAAK,GAAE,0BAA+B,GACrC,MAAM,CASR;AAID;;;GAGG;AACH,gBAAgB;AAChB,wBAAgB,sBAAsB,IAAI,yBAAyB,CAElE"}
|
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
* The mass density associated with the observed cosmological constant
|
|
8
8
|
* Λ ≈ 1.1×10⁻⁵² m⁻² (Planck 2018; Aghanim et al. 2020). With the
|
|
9
9
|
* canonical FRW prefactor c²/(8π G), Λ ≈ 1.1e-52 m⁻² gives
|
|
10
|
-
* ρ_Λ ≈ 5.
|
|
10
|
+
* ρ_Λ ≈ 5.9×10⁻²⁷ kg/m³ (recomputed 2026-06-11 from Λ = 1.1056×10⁻⁵² m⁻²;
|
|
11
|
+
* the previous 5.4×10⁻²⁷ figure did not match the formula), in the
|
|
12
|
+
* observed dark-energy density range
|
|
11
13
|
* (≈70% of the critical density at the present epoch).
|
|
12
14
|
*
|
|
13
15
|
* Reference: Carroll 2001 *Living Rev. Relativity* 4:1
|
|
@@ -51,7 +53,7 @@ import { LENGTH } from '../../dimensional/types.js';
|
|
|
51
53
|
import { PhysicalConstants } from '../../core/types.js';
|
|
52
54
|
import { sym, validateFiniteInputs, validateBEDimensions } from './_be-helpers.js';
|
|
53
55
|
/** [L⁻²] — cosmological-constant Λ has dimension of inverse area. */
|
|
54
|
-
|
|
56
|
+
const INV_LENGTH_2 = power(LENGTH, -2);
|
|
55
57
|
/** [M L⁻³] — mass density (kg/m³). */
|
|
56
58
|
export const MASS_DENSITY = {
|
|
57
59
|
L: -3, M: 1, T: 0, I: 0, Theta: 0, N: 0, J: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"be-20-vacuum-energy.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-20-vacuum-energy.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"be-20-vacuum-energy.js","sourceRoot":"","sources":["../../../src/bridges/equations/be-20-vacuum-energy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAIH,OAAO,EAEL,aAAa,GACd,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,CAAC,IAAI,KAAK,EAAE,CAAC,IAAI,KAAK,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,GAAG,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAEnF,qEAAqE;AACrE,MAAM,YAAY,GAAc,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;AAElD,sCAAsC;AACtC,MAAM,CAAC,MAAM,YAAY,GAAc;IACrC,CAAC,EAAE,CAAC,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;CAC9C,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EAAE,uBAAuB;IAC7B,MAAM,EAAE,GAAG;IACX,GAAG,EAAE,YAAY;IACjB,KAAK,EAAE,OAAO,EAAE,oCAAoC;CACrD,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAa;IAC9C,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;IACnB,IAAI,EAAE;QACJ;YACE,oBAAoB;YACpB,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;YACnB,IAAI,EAAE;gBACJ;oBACE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;oBACnB,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG,CAAC,GAAG,EAAE,aAAa,CAAC,CAAC;iBACjD;gBACD,0BAA0B;aAC3B;SACF;QACD;YACE,sBAAsB;YACtB,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG;YACnB,IAAI,EAAE;gBACJ,GAAG,CAAC,KAAK,EAAE,aAAa,CAAC;gBACzB,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC;aAChB;SACF;KACF;CACF,CAAC;AAEF,4DAA4D;AAC5D,gBAAgB;AAChB,MAAM,CAAC,MAAM,sBAAsB,GAAa,GAAG,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;AAehF,MAAM,cAAc,GAAG,OAAO,CAAC,CAAC,qCAAqC;AAErE;;;;;;;GAOG;AACH,MAAM,UAAU,mCAAmC,CACjD,QAAoC,EAAE;IAEtC,MAAM,EAAE,aAAa,GAAG,cAAc,EAAE,GAAG,KAAK,CAAC;IACjD,oBAAoB,CAClB,EAAE,aAAa,EAAE,EACjB,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EACnC,qCAAqC,CACtC,CAAC;IACF,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,iBAAiB,CAAC;IACnC,OAAO,CAAC,CAAC,GAAG,CAAC,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;AACrD,CAAC;AAED,0BAA0B;AAE1B;;;GAGG;AACH,gBAAgB;AAChB,MAAM,UAAU,sBAAsB;IACpC,OAAO,oBAAoB,CAAC,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,CAAC,CAAC;AACtF,CAAC"}
|
|
@@ -63,7 +63,7 @@ export declare const BE22_TOPOLOGICAL_TERM: ExprNode;
|
|
|
63
63
|
*/
|
|
64
64
|
export declare const BE22_TOPOLOGICAL_ENTANGLEMENT_RHS: ExprNode;
|
|
65
65
|
/**
|
|
66
|
-
* @internal — typed-arg shape for the file-local `evaluateTEE` 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 `evaluateTEE` 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 TEEInputs {
|
|
69
69
|
/** Non-universal area-law coefficient α in m^-1. Must be finite. */
|