universal-physics-tensor 0.7.3 → 0.15.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/diff/bridge-gradient.d.ts +51 -8
- package/dist/diff/bridge-gradient.d.ts.map +1 -1
- package/dist/diff/bridge-gradient.js +75 -8
- package/dist/diff/bridge-gradient.js.map +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 +34 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +64 -3
- 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
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Catalog-full edges — the v0.11 headline: migrate the remaining catalog
|
|
3
|
+
* bridges (those with a USABLE numerical evaluator) to composition-graph
|
|
4
|
+
* `BridgeEdge`s, extending the v0.8.0 calibration + v0.10.0 catalog-tranche
|
|
5
|
+
* sets. Each edge wraps an EXISTING validated catalog evaluator (the catalog
|
|
6
|
+
* stays authoritative — design D-4) and carries a first-class validity
|
|
7
|
+
* domain (G-8) mirroring exactly what the wrapped evaluator enforces.
|
|
8
|
+
*
|
|
9
|
+
* Quantity-name discipline (v0.11 namespacing gate, Option D): every node is
|
|
10
|
+
* defined ONCE in `src/composition/quantities.ts`. Where the physics matches
|
|
11
|
+
* an existing canonical node we REUSE it (`relaxation-rate`, `decoherence-rate`,
|
|
12
|
+
* `temperature`, `mass`, `mass-density`); where the name would collide but the
|
|
13
|
+
* physics DIFFERS we pick a distinct name — e.g. BE-23/BE-26 carrier/proton
|
|
14
|
+
* masses become `effective-mass` / `tunneling-mass`, NOT the gravitational
|
|
15
|
+
* `mass`. BE-13 and BE-31 share the `ricci-scalar` target (both produce the
|
|
16
|
+
* scalar curvature R [L⁻²]).
|
|
17
|
+
*
|
|
18
|
+
* NOT-A-BRIDGE entries — NO edges created (per src/bridges/rejected.ts
|
|
19
|
+
* REJECTED_BRIDGE_IDS): BE-28 (Onsager/MEPP), BE-29 (Jarzynski), BE-32
|
|
20
|
+
* (quantum reference frames), BE-35 (conformal bootstrap), BE-40 (composite
|
|
21
|
+
* Higgs). Rejected adjudications are not bridges and get no graph edge.
|
|
22
|
+
*
|
|
23
|
+
* Other skips (no scalar-Record evaluator): BE-44 soft-hair — its evaluator
|
|
24
|
+
* `evaluateBE44SoftHairCharge` takes a `number[]` news-sample array + grid
|
|
25
|
+
* spacing, not a `Record<string, number>` of scalar quantities, so it cannot
|
|
26
|
+
* be lowered onto the (sources → scalars) edge contract without an array
|
|
27
|
+
* quantity primitive the graph does not yet have.
|
|
28
|
+
*
|
|
29
|
+
* @module composition/edges/catalog-full
|
|
30
|
+
*/
|
|
31
|
+
import type { BridgeEdge } from '../edge.js';
|
|
32
|
+
/**
|
|
33
|
+
* BE-11 canonical decoherence master rate (Caldeira-Leggett weak-coupling
|
|
34
|
+
* form): (relaxation-rate, system-environment-coupling, reference-coupling) →
|
|
35
|
+
* γ_k = γ_0 (λ/λ_0)². Wraps `evaluateDecoherenceRate` (γ_0 in s⁻¹, λ/λ_0 in
|
|
36
|
+
* any consistent unit; returns s⁻¹). DISTINCT from {@link be11ZurekEdge}: that
|
|
37
|
+
* one is the SPATIAL specialization (λ₀ = thermal de Broglie wavelength); this
|
|
38
|
+
* is the bare coupling-ratio master rate. Both wrap the same evaluator but on
|
|
39
|
+
* different source quantities.
|
|
40
|
+
*
|
|
41
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
42
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
43
|
+
*/
|
|
44
|
+
export declare const be11Edge: BridgeEdge;
|
|
45
|
+
/**
|
|
46
|
+
* BE-13 trace of Einstein equations: (cosmological-constant-curvature,
|
|
47
|
+
* stress-energy-trace) → R = 4Λ − (8πG/c⁴) T. Wraps `evaluateEinsteinTrace`
|
|
48
|
+
* (Λ in m⁻², T in J/m³; returns R in m⁻²). Shares the `ricci-scalar` target
|
|
49
|
+
* with {@link be31Edge}.
|
|
50
|
+
*
|
|
51
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
52
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
53
|
+
*/
|
|
54
|
+
export declare const be13Edge: BridgeEdge;
|
|
55
|
+
/**
|
|
56
|
+
* BE-15 Kawasaki-Gunton coarsening length: (model-a-mobility, time) →
|
|
57
|
+
* L(t) = √(Γ t). Wraps `evaluateCoarseningLength` (Γ in m²/s, t in s; returns
|
|
58
|
+
* m). Endpoints differ in `scale` (microscale kinetic coefficient → emergent
|
|
59
|
+
* correlation length): a bridge.
|
|
60
|
+
*
|
|
61
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
62
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
63
|
+
*/
|
|
64
|
+
export declare const be15Edge: BridgeEdge;
|
|
65
|
+
/**
|
|
66
|
+
* BE-17 Einstein-Cartan torsion-spin squared invariant:
|
|
67
|
+
* (einstein-coupling-prefactor-squared, torsion-contraction-scalar) →
|
|
68
|
+
* S²_spin = (c⁴/8πG)² · T_λμν T^λμν. Wraps `evaluateBE17SpinDensitySquared`
|
|
69
|
+
* (prefactor in [M²L²T⁻⁴], contraction in [T²L⁻⁴]; returns [M²L⁻²T⁻²]).
|
|
70
|
+
*
|
|
71
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
72
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
73
|
+
*/
|
|
74
|
+
export declare const be17Edge: BridgeEdge;
|
|
75
|
+
/**
|
|
76
|
+
* BE-18 Higgs-like dark mass generation: (yukawa-coupling,
|
|
77
|
+
* vacuum-expectation-value) → m_dark = g_dark · v_dark (natural units;
|
|
78
|
+
* mass-as-energy). Wraps `evaluateHiggsMass` (g dimensionless, v in GeV;
|
|
79
|
+
* returns GeV).
|
|
80
|
+
*
|
|
81
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
82
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
83
|
+
*/
|
|
84
|
+
export declare const be18Edge: BridgeEdge;
|
|
85
|
+
/**
|
|
86
|
+
* BE-20 cosmological-constant mass density:
|
|
87
|
+
* cosmological-constant-curvature → ρ_Λ = c² Λ / (8πG). Wraps
|
|
88
|
+
* `evaluateCosmologicalConstantDensity` (Λ in m⁻²; returns kg/m³). Reuses the
|
|
89
|
+
* BE-13/BE-31 `cosmological-constant-curvature` source node (the same Λ in
|
|
90
|
+
* [L⁻²]).
|
|
91
|
+
*
|
|
92
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
93
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
94
|
+
*/
|
|
95
|
+
export declare const be20Edge: BridgeEdge;
|
|
96
|
+
/**
|
|
97
|
+
* BE-22 topological entanglement entropy: (area-law-coefficient,
|
|
98
|
+
* boundary-length, topological-entanglement-entropy) → S(R) = α·L − γ (nats).
|
|
99
|
+
* Wraps `evaluateTEE` (α in m⁻¹, L in m, γ in nats; returns nats).
|
|
100
|
+
*
|
|
101
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
102
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
103
|
+
*/
|
|
104
|
+
export declare const be22Edge: BridgeEdge;
|
|
105
|
+
/**
|
|
106
|
+
* BE-23 SYK Planckian resistivity: (residual-resistivity, effective-mass,
|
|
107
|
+
* carrier-density, temperature, syk-coefficient) →
|
|
108
|
+
* ρ(T) = ρ_0 + (m* k_B T)/(n_e e² ℏ) · α_SYK. Wraps `evaluateSYKResistivity`
|
|
109
|
+
* (SI; returns Ω·m). Uses `effective-mass` (carrier band mass), DISTINCT from
|
|
110
|
+
* the gravitational `mass` node — the namespacing gate in action. Reuses the
|
|
111
|
+
* canonical `temperature` node.
|
|
112
|
+
*
|
|
113
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
114
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
115
|
+
*/
|
|
116
|
+
export declare const be23Edge: BridgeEdge;
|
|
117
|
+
/**
|
|
118
|
+
* BE-24 Förster FRET efficiency: (donor-acceptor-distance, foerster-radius) →
|
|
119
|
+
* η = R_0⁶/(R_0⁶ + R⁶). Wraps `evaluateFRETEfficiency` (R, R_0 in m; returns
|
|
120
|
+
* dimensionless ∈ [0,1]).
|
|
121
|
+
*
|
|
122
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
123
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
124
|
+
*/
|
|
125
|
+
export declare const be24Edge: BridgeEdge;
|
|
126
|
+
/**
|
|
127
|
+
* BE-25 IIT intrinsic information (the IIT module, NOT orch-or):
|
|
128
|
+
* (conditional-probability, marginal-probability) → ii = p_cond·log₂(p_cond/p_marg).
|
|
129
|
+
* Wraps `evaluateIntrinsicInformation` (both ∈ [0,1]; returns bits). Note the
|
|
130
|
+
* evaluator throws RangeError on the KL singularity p_cond>0, p_marg=0; the
|
|
131
|
+
* domain rejects that case so `evaluateEdge` surfaces a DomainViolationError
|
|
132
|
+
* instead.
|
|
133
|
+
*
|
|
134
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
135
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
136
|
+
*/
|
|
137
|
+
export declare const be25Edge: BridgeEdge;
|
|
138
|
+
/**
|
|
139
|
+
* BE-26 DNA mutation tunneling rate: (attempt-frequency, tunneling-mass,
|
|
140
|
+
* barrier-height, barrier-width, biological-rate-correction) →
|
|
141
|
+
* Γ = ν₀ exp[−(2/ℏ)√(2m(V−E))·L]·f. Wraps `evaluateDNATunneling` (SI; returns
|
|
142
|
+
* s⁻¹). `tunneling-mass` is the proton mass, DISTINCT from gravitational `mass`.
|
|
143
|
+
*
|
|
144
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
145
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
146
|
+
*/
|
|
147
|
+
export declare const be26Edge: BridgeEdge;
|
|
148
|
+
/**
|
|
149
|
+
* BE-27 Cugliandolo-Kurchan effective temperature: (temperature,
|
|
150
|
+
* active-noise-energy) → T_eff = T(1 + Σ_active/(k_B T)). Wraps
|
|
151
|
+
* `evaluateEffectiveTemperature` (T in K, Σ in J; returns K). Reuses the
|
|
152
|
+
* canonical `temperature` node.
|
|
153
|
+
*
|
|
154
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
155
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
156
|
+
*/
|
|
157
|
+
export declare const be27Edge: BridgeEdge;
|
|
158
|
+
/**
|
|
159
|
+
* BE-30 FLM first law of entanglement entropy: modular-hamiltonian-variation →
|
|
160
|
+
* δS_EE = δ⟨H_R⟩. Wraps `evaluateFLMFirstLaw` (nats; tautological identity).
|
|
161
|
+
*
|
|
162
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
163
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
164
|
+
*/
|
|
165
|
+
export declare const be30Edge: BridgeEdge;
|
|
166
|
+
/**
|
|
167
|
+
* BE-31 Benincasa-Dowker discrete Ricci scalar (d=4): (causal-set-count-0..3,
|
|
168
|
+
* planck-length) → R(p) = (4/√6)ℓ_P⁻²·[1 + N_0 − 9N_1 + 16N_2 − 8N_3]. Wraps
|
|
169
|
+
* `evaluateBenincasaDowker` (N_k dimensionless, ℓ_P in m; returns m⁻²). Shares
|
|
170
|
+
* the `ricci-scalar` target with {@link be13Edge}.
|
|
171
|
+
*
|
|
172
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
173
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
174
|
+
*/
|
|
175
|
+
export declare const be31Edge: BridgeEdge;
|
|
176
|
+
export declare const be33Edge: BridgeEdge;
|
|
177
|
+
/**
|
|
178
|
+
* BE-34 Kibble-Zurek defect density: (quench-timescale,
|
|
179
|
+
* microscopic-relaxation-time, spatial-dimension, static-exponent-nu,
|
|
180
|
+
* dynamic-exponent-z, defect-rest-mass, reheating-temperature) →
|
|
181
|
+
* n = (τ_Q/τ_0)^(−dν/(1+zν))·exp(−mc²/(k_B T_reh)). Wraps `evaluateKibbleZurek`
|
|
182
|
+
* (SI; returns dimensionless). Reuses BE-33's `static-exponent-nu` and
|
|
183
|
+
* `dynamic-exponent-z` nodes (same critical exponents).
|
|
184
|
+
*
|
|
185
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
186
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
187
|
+
*/
|
|
188
|
+
export declare const be34Edge: BridgeEdge;
|
|
189
|
+
/**
|
|
190
|
+
* BE-36 GW170817 graviton-photon speed ratio: gravitational-wave-speed →
|
|
191
|
+
* (c_GW − c)/c. Wraps `evaluateGWSpeedRatio` (c_GW in m/s; returns
|
|
192
|
+
* dimensionless signed ratio).
|
|
193
|
+
*
|
|
194
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
195
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
196
|
+
*/
|
|
197
|
+
export declare const be36Edge: BridgeEdge;
|
|
198
|
+
/**
|
|
199
|
+
* BE-38 Milgrom MOND force: (newtonian-force, mass, mond-acceleration-scale) →
|
|
200
|
+
* F = F_N·ν(z), z = F_N/(m a_0). Wraps `evaluateMONDForce` (SI; returns N).
|
|
201
|
+
* Reuses the gravitational `mass` node (the test particle's gravitational mass).
|
|
202
|
+
*
|
|
203
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
204
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
205
|
+
*/
|
|
206
|
+
export declare const be38Edge: BridgeEdge;
|
|
207
|
+
/**
|
|
208
|
+
* BE-39 asymptotic-safety β_g: (newton-coupling-dimensionless,
|
|
209
|
+
* cosmological-constant-dimensionless, truncation-coefficient-a/b/c) →
|
|
210
|
+
* β_g = 2g + A g² + B g³ − C g²λ. Wraps `evaluateBetaG` (all dimensionless).
|
|
211
|
+
* The module also ships `evaluateBetaLambda`; this edge wraps the β_g branch.
|
|
212
|
+
*
|
|
213
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
214
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
215
|
+
*/
|
|
216
|
+
export declare const be39Edge: BridgeEdge;
|
|
217
|
+
/**
|
|
218
|
+
* BE-41 Swampland distance conjecture: (reference-mass, swampland-coefficient,
|
|
219
|
+
* scalar-field-value, scalar-field-reference, planck-mass) →
|
|
220
|
+
* m(φ) = m₀ exp(−α|φ−φ₀|/M_P). Wraps `evaluateSwampland` (consistent units;
|
|
221
|
+
* returns same unit as m₀).
|
|
222
|
+
*
|
|
223
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
224
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
225
|
+
*/
|
|
226
|
+
export declare const be41Edge: BridgeEdge;
|
|
227
|
+
/**
|
|
228
|
+
* BE-43 ER=EPR wormhole-entropy bound: wormhole-cross-section-area →
|
|
229
|
+
* S = k_B A / (4 ℓ_P²). Wraps `evaluateEREPRBound` (A in m²; returns J/K).
|
|
230
|
+
* Mirrors BE-14's SI convention; uses a distinct `wormhole-*` source/target so
|
|
231
|
+
* it does not silently fuse with the BE-14 Ryu-Takayanagi nodes (different
|
|
232
|
+
* geometry: bulk minimal surface vs. ER bridge cross-section).
|
|
233
|
+
*
|
|
234
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
235
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
236
|
+
*/
|
|
237
|
+
export declare const be43Edge: BridgeEdge;
|
|
238
|
+
/**
|
|
239
|
+
* BE-45 TCC max e-folds: (planck-mass-energy, inflation-hubble-energy,
|
|
240
|
+
* tensor-to-scalar-ratio, tcc-correction-coefficient) →
|
|
241
|
+
* N_e_max = ln(M_P/H_inf) − γ ln(r/0.01). Wraps `evaluateTCC` (M_P, H_inf in
|
|
242
|
+
* GeV-equivalent natural units; returns dimensionless e-folds).
|
|
243
|
+
*
|
|
244
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
245
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
246
|
+
*/
|
|
247
|
+
export declare const be45Edge: BridgeEdge;
|
|
248
|
+
/**
|
|
249
|
+
* BE-46 Weinberg-Vilenkin anthropic probability: (measure-normalization,
|
|
250
|
+
* anthropic-model-parameter, landscape-parameter) → P(Λ) = A exp(−α/Λ). Wraps
|
|
251
|
+
* `evaluateWeinbergVilenkinP` (all dimensionless; returns dimensionless P).
|
|
252
|
+
*
|
|
253
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
254
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
255
|
+
*/
|
|
256
|
+
export declare const be46Edge: BridgeEdge;
|
|
257
|
+
/**
|
|
258
|
+
* BE-47 BBN dark-sector Boltzmann rate: (hubble-rate, nucleon-yield-density,
|
|
259
|
+
* sm-reaction-rate-coefficient, proton-density, neutron-density,
|
|
260
|
+
* dark-reaction-rate-coefficient, dark-species-density, transfer-efficiency) →
|
|
261
|
+
* dY/dt = ⟨σv⟩_SM n_p n_n − ⟨σv⟩_dark n_χ² ε − 3HY. Wraps `evaluateBBNDark`
|
|
262
|
+
* (SI; returns m⁻³ s⁻¹).
|
|
263
|
+
*
|
|
264
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
265
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
266
|
+
*/
|
|
267
|
+
export declare const be47Edge: BridgeEdge;
|
|
268
|
+
/**
|
|
269
|
+
* BE-49 quantum-Darwinism mutual-information decay: (total-mutual-information,
|
|
270
|
+
* darwinism-magnitude, fragment-count, darwinism-decay-exponent) →
|
|
271
|
+
* I(S:F_k) = I(S:E) − α k^(−β). Wraps `evaluateQuantumDarwinism` (all
|
|
272
|
+
* dimensionless; the evaluator is β-agnostic).
|
|
273
|
+
*
|
|
274
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
275
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
276
|
+
*/
|
|
277
|
+
export declare const be49Edge: BridgeEdge;
|
|
278
|
+
/**
|
|
279
|
+
* BE-50 Wheeler-Feynman time-symmetry residual: (retarded-field-amplitude,
|
|
280
|
+
* advanced-field-amplitude) → r_TS = (A_ret − A_adv)/(A_ret + A_adv). Wraps
|
|
281
|
+
* `evaluateWFTimeSymmetry` (any consistent amplitude unit; returns
|
|
282
|
+
* dimensionless). The evaluator throws RangeError when A_ret + A_adv = 0; the
|
|
283
|
+
* domain rejects that case so `evaluateEdge` surfaces DomainViolationError.
|
|
284
|
+
*
|
|
285
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
286
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
287
|
+
*/
|
|
288
|
+
export declare const be50Edge: BridgeEdge;
|
|
289
|
+
/**
|
|
290
|
+
* All catalog-full edges, in catalog-id order. Convenience array for the
|
|
291
|
+
* drift-guard test and downstream graph assembly.
|
|
292
|
+
*
|
|
293
|
+
* Root-reachable via the {@link CATALOG_FULL_EDGES} array (one root
|
|
294
|
+
* export for the 26-edge tranche — root-surface budget decision).
|
|
295
|
+
*
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
export declare const CATALOG_FULL_EDGES: readonly BridgeEdge[];
|
|
299
|
+
//# sourceMappingURL=catalog-full.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog-full.d.ts","sourceRoot":"","sources":["../../../src/composition/edges/catalog-full.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AA4BH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkH7C;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,QAAQ,EAAE,UAwBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAoBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAmBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAqBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAmBtB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,QAAQ,EAAE,UAmBtB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,EAAE,UAuBtB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ,EAAE,UA8BtB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,EAAE,UAsBtB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ,EAAE,UAyBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAgCtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAqBtB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ,EAAE,UAetB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UA2BtB,CAAC;AAsCF,eAAO,MAAM,QAAQ,EAAE,UA+BtB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ,EAAE,UA2CtB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,EAAE,UAiBtB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,EAAE,UAyBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAgCtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UA4BtB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,QAAQ,EAAE,UAiBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UA2BtB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,EAAE,UAuBtB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,QAAQ,EAAE,UAyCtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,EAAE,UAyBtB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,QAAQ,EAAE,UAqBtB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,kBAAkB,EAAE,SAAS,UAAU,EA2BnD,CAAC"}
|