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,1017 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Centralized Quantity nodes — ONE object per canonical name (v0.11
|
|
3
|
+
* namespacing gate, acceptance criterion 6). Per the Adam vet
|
|
4
|
+
* (A-2/A-6.3), per-edge-module node definitions had drifted into
|
|
5
|
+
* duplicate-name distinct-object pairs: 'mass' across
|
|
6
|
+
* calibration/catalog-tranche, and two 'temperature' nodes within
|
|
7
|
+
* calibration itself. Name uniqueness is pinned by
|
|
8
|
+
* tests/composition/quantities.test.ts.
|
|
9
|
+
*
|
|
10
|
+
* Centralization removes the false-positive collision class; it does
|
|
11
|
+
* NOT decide composition-level aliasing questions — those are
|
|
12
|
+
* dispositions (compose.ts `SOURCE_ALIAS_DISPOSITIONS`).
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* ⚠ UNIT-CONVENTION HETEROGENEITY (G-9 class, flagged 2026-06-11
|
|
16
|
+
* post-migration review): four nodes are GeV-valued in an otherwise
|
|
17
|
+
* SI(joule)-valued graph — `vacuum-expectation-value`,
|
|
18
|
+
* `dark-fermion-mass`, `planck-mass-energy`, `inflation-hubble-energy`
|
|
19
|
+
* (their evaluators speak GeV; the DIMENSION [energy] is honest but the
|
|
20
|
+
* VALUE convention differs by 1.602×10⁻¹⁰). Junctions match by name,
|
|
21
|
+
* and no registered identification crosses GeV↔J today — but any
|
|
22
|
+
* future identification touching these nodes must convert, or it will
|
|
23
|
+
* type-check and be numerically wrong. ALSO (Eve M-1): information
|
|
24
|
+
* nodes split three ways — `intrinsic-information` is BITS,
|
|
25
|
+
* `subsystem-entanglement-entropy` / `modular-hamiltonian-variation` /
|
|
26
|
+
* `entanglement-entropy-variation` are NATS, and
|
|
27
|
+
* `wormhole-entanglement-entropy` is J/K; bits↔nats share the
|
|
28
|
+
* DIMENSIONLESS dim, so a future identification across them would be
|
|
29
|
+
* wrong by ln 2 with no dimensional guard. The systematic fix is the
|
|
30
|
+
* G-9 units layer (v0.12); until then this banner is the guard.
|
|
31
|
+
*
|
|
32
|
+
* @module composition/quantities
|
|
33
|
+
*/
|
|
34
|
+
import { AREA, DIMENSIONLESS, ENTROPY, FORCE, FREQUENCY, LENGTH, MASS, TEMPERATURE, TIME, } from '../dimensional/types.js';
|
|
35
|
+
import { VISCOSITY_OVER_ENTROPY_DENSITY } from '../bridges/equations/be-21-kss-bound.js';
|
|
36
|
+
/** Joule [M L² T⁻²] — local alias for readability. */
|
|
37
|
+
const ENERGY_DIM = { L: 2, M: 1, T: -2, I: 0, Theta: 0, N: 0, J: 0 };
|
|
38
|
+
/** [T⁻¹] alias. */
|
|
39
|
+
const FREQUENCY_DIM = FREQUENCY;
|
|
40
|
+
/** Mass-density [M L⁻³] (kg/m³) — BE-19/BE-54 shared convention. */
|
|
41
|
+
const MASS_DENSITY = { L: -3, M: 1, T: 0, I: 0, Theta: 0, N: 0, J: 0 };
|
|
42
|
+
/** [T⁻²] (s⁻²) — H² and the c²-rescaled cosmological constant. */
|
|
43
|
+
const T_INV2 = { L: 0, M: 0, T: -2, I: 0, Theta: 0, N: 0, J: 0 };
|
|
44
|
+
// --- v0.11 catalog-full dimension aliases ---
|
|
45
|
+
/** [L⁻²] — Ricci scalar / cosmological-constant curvature (inverse area). */
|
|
46
|
+
const INV_AREA = { L: -2, M: 0, T: 0, I: 0, Theta: 0, N: 0, J: 0 };
|
|
47
|
+
/** [L⁻¹] — inverse length (TEE area-law coefficient). */
|
|
48
|
+
const INV_LENGTH = { L: -1, M: 0, T: 0, I: 0, Theta: 0, N: 0, J: 0 };
|
|
49
|
+
/** [M L⁻¹ T⁻²] — energy density (stress-energy trace). */
|
|
50
|
+
const ENERGY_DENSITY = { L: -1, M: 1, T: -2, I: 0, Theta: 0, N: 0, J: 0 };
|
|
51
|
+
/** [L² T⁻¹] — Model A kinetic coefficient (mobility). */
|
|
52
|
+
const MOBILITY = { L: 2, M: 0, T: -1, I: 0, Theta: 0, N: 0, J: 0 };
|
|
53
|
+
/** [L³ M T⁻³ I⁻²] — electrical resistivity (Ω·m). */
|
|
54
|
+
const RESISTIVITY = { L: 3, M: 1, T: -3, I: -2, Theta: 0, N: 0, J: 0 };
|
|
55
|
+
/** [L⁻³] — number density. */
|
|
56
|
+
const NUMBER_DENSITY = { L: -3, M: 0, T: 0, I: 0, Theta: 0, N: 0, J: 0 };
|
|
57
|
+
/** [L⁻³ T⁻¹] — number-density rate (Boltzmann dY/dt). */
|
|
58
|
+
const NUMBER_DENSITY_RATE = { L: -3, M: 0, T: -1, I: 0, Theta: 0, N: 0, J: 0 };
|
|
59
|
+
/** [L¹ M¹ T⁻² I⁻¹] — magnetic vector potential A_μ (V·s/m). */
|
|
60
|
+
const VECTOR_POTENTIAL = { L: 1, M: 1, T: -2, I: -1, Theta: 0, N: 0, J: 0 };
|
|
61
|
+
/** [M² L² T⁻⁴] — squared Einstein-coupling inverse (c⁴/8πG)². */
|
|
62
|
+
const COUPLING_PREFACTOR_SQUARED = { L: 2, M: 2, T: -4, I: 0, Theta: 0, N: 0, J: 0 };
|
|
63
|
+
/** [T² L⁻⁴] — torsion-contraction scalar T_λμν T^λμν. */
|
|
64
|
+
const TORSION_CONTRACTION = { L: -4, M: 0, T: 2, I: 0, Theta: 0, N: 0, J: 0 };
|
|
65
|
+
/** [M² L⁻² T⁻²] — squared spin angular-momentum density. */
|
|
66
|
+
const SPIN_DENSITY_SQUARED = { L: -2, M: 2, T: -2, I: 0, Theta: 0, N: 0, J: 0 };
|
|
67
|
+
/** Energy [M L² T⁻²] — joule (BE-18 VEV/mass, natural-units energy). */
|
|
68
|
+
const ENERGY_DIM2 = ENERGY_DIM;
|
|
69
|
+
/** Canonical node for `boundary-entanglement-entropy`. */
|
|
70
|
+
export const boundaryEntanglementEntropyQ = {
|
|
71
|
+
name: 'boundary-entanglement-entropy',
|
|
72
|
+
symbol: 'S_boundary',
|
|
73
|
+
dim: ENTROPY,
|
|
74
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
75
|
+
};
|
|
76
|
+
/** Canonical node for `brane-tension`. */
|
|
77
|
+
export const braneTensionQ = {
|
|
78
|
+
name: 'brane-tension',
|
|
79
|
+
symbol: 'σ',
|
|
80
|
+
dim: MASS_DENSITY,
|
|
81
|
+
attributes: { force: 'gravitational' },
|
|
82
|
+
};
|
|
83
|
+
/** Canonical node for `color-number`. */
|
|
84
|
+
export const colorNumberQ = {
|
|
85
|
+
name: 'color-number',
|
|
86
|
+
symbol: 'N_c',
|
|
87
|
+
dim: DIMENSIONLESS,
|
|
88
|
+
attributes: { force: 'strong' },
|
|
89
|
+
};
|
|
90
|
+
/** Canonical node for `critical-density`. */
|
|
91
|
+
export const criticalDensityQ = {
|
|
92
|
+
name: 'critical-density',
|
|
93
|
+
symbol: 'ρ_crit',
|
|
94
|
+
dim: MASS_DENSITY,
|
|
95
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
96
|
+
};
|
|
97
|
+
/** Canonical node for `decoherence-rate`. */
|
|
98
|
+
export const decoherenceRateQ = {
|
|
99
|
+
name: 'decoherence-rate',
|
|
100
|
+
symbol: 'Γ_dec',
|
|
101
|
+
dim: FREQUENCY_DIM,
|
|
102
|
+
attributes: { scale: 'classical' },
|
|
103
|
+
};
|
|
104
|
+
/** Canonical node for `deflection-angle`. */
|
|
105
|
+
export const deflectionAngleQ = {
|
|
106
|
+
name: 'deflection-angle',
|
|
107
|
+
symbol: 'α',
|
|
108
|
+
dim: DIMENSIONLESS,
|
|
109
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
110
|
+
};
|
|
111
|
+
/** Canonical node for `eccentricity`. */
|
|
112
|
+
export const eccentricityQ = {
|
|
113
|
+
name: 'eccentricity',
|
|
114
|
+
symbol: 'e',
|
|
115
|
+
dim: DIMENSIONLESS,
|
|
116
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
117
|
+
};
|
|
118
|
+
/** Canonical node for `far-radius`. */
|
|
119
|
+
export const farRadiusQ = {
|
|
120
|
+
name: 'far-radius',
|
|
121
|
+
symbol: 'R_far',
|
|
122
|
+
dim: LENGTH,
|
|
123
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
124
|
+
};
|
|
125
|
+
/** Canonical node for `flavor-number`. */
|
|
126
|
+
export const flavorNumberQ = {
|
|
127
|
+
name: 'flavor-number',
|
|
128
|
+
symbol: 'N_f',
|
|
129
|
+
dim: DIMENSIONLESS,
|
|
130
|
+
attributes: { force: 'strong' },
|
|
131
|
+
};
|
|
132
|
+
/** Canonical node for `gauge-coupling`. */
|
|
133
|
+
export const gaugeCouplingQ = {
|
|
134
|
+
name: 'gauge-coupling',
|
|
135
|
+
symbol: 'g',
|
|
136
|
+
dim: DIMENSIONLESS,
|
|
137
|
+
attributes: { scale: 'quantum', force: 'strong' },
|
|
138
|
+
};
|
|
139
|
+
/** Canonical node for `grw-localization-rate`. */
|
|
140
|
+
export const grwLocalizationRateQ = {
|
|
141
|
+
name: 'grw-localization-rate',
|
|
142
|
+
symbol: 'λ_GRW',
|
|
143
|
+
dim: FREQUENCY,
|
|
144
|
+
attributes: { scale: 'quantum' },
|
|
145
|
+
};
|
|
146
|
+
/** Canonical node for `hawking-temperature`. */
|
|
147
|
+
export const hawkingTemperatureQ = {
|
|
148
|
+
name: 'hawking-temperature',
|
|
149
|
+
symbol: 'T_H',
|
|
150
|
+
dim: TEMPERATURE,
|
|
151
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
152
|
+
};
|
|
153
|
+
/** Canonical node for `hubble-rate-squared`. */
|
|
154
|
+
export const hubbleRateSquaredQ = {
|
|
155
|
+
name: 'hubble-rate-squared',
|
|
156
|
+
symbol: 'H²',
|
|
157
|
+
dim: T_INV2,
|
|
158
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
159
|
+
};
|
|
160
|
+
/** Canonical node for `impact-parameter`. */
|
|
161
|
+
export const impactParameterQ = {
|
|
162
|
+
name: 'impact-parameter',
|
|
163
|
+
symbol: 'b',
|
|
164
|
+
dim: LENGTH,
|
|
165
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
166
|
+
};
|
|
167
|
+
/** Canonical node for `landauer-erasure-energy`. */
|
|
168
|
+
export const erasureEnergyQ = {
|
|
169
|
+
name: 'landauer-erasure-energy',
|
|
170
|
+
symbol: 'E_min',
|
|
171
|
+
dim: ENERGY_DIM,
|
|
172
|
+
attributes: { information: 'shannon' },
|
|
173
|
+
};
|
|
174
|
+
/** Canonical node for `mass`. */
|
|
175
|
+
export const massQ = {
|
|
176
|
+
name: 'mass',
|
|
177
|
+
symbol: 'M',
|
|
178
|
+
dim: MASS,
|
|
179
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
180
|
+
};
|
|
181
|
+
/** Canonical node for `mass-density`. */
|
|
182
|
+
export const massDensityQ = {
|
|
183
|
+
name: 'mass-density',
|
|
184
|
+
symbol: 'ρ',
|
|
185
|
+
dim: MASS_DENSITY,
|
|
186
|
+
attributes: { scale: 'cosmological' },
|
|
187
|
+
};
|
|
188
|
+
/** Canonical node for `minimal-surface-area`. */
|
|
189
|
+
export const minimalSurfaceAreaQ = {
|
|
190
|
+
name: 'minimal-surface-area',
|
|
191
|
+
symbol: 'A(γ)',
|
|
192
|
+
dim: AREA,
|
|
193
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
194
|
+
};
|
|
195
|
+
/** Canonical node for `near-radius`. */
|
|
196
|
+
export const nearRadiusQ = {
|
|
197
|
+
name: 'near-radius',
|
|
198
|
+
symbol: 'R_near',
|
|
199
|
+
dim: LENGTH,
|
|
200
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
201
|
+
};
|
|
202
|
+
/** Canonical node for `perihelion-advance`. */
|
|
203
|
+
export const perihelionAdvanceQ = {
|
|
204
|
+
name: 'perihelion-advance',
|
|
205
|
+
symbol: 'Δφ',
|
|
206
|
+
dim: DIMENSIONLESS,
|
|
207
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
208
|
+
};
|
|
209
|
+
/** Canonical node for `relaxation-rate`. */
|
|
210
|
+
export const relaxationRateQ = {
|
|
211
|
+
name: 'relaxation-rate',
|
|
212
|
+
symbol: 'γ_relax',
|
|
213
|
+
dim: FREQUENCY_DIM,
|
|
214
|
+
attributes: { scale: 'classical' },
|
|
215
|
+
};
|
|
216
|
+
/** Canonical node for `rescaled-cosmological-constant`. */
|
|
217
|
+
export const rescaledCosmologicalConstantQ = {
|
|
218
|
+
name: 'rescaled-cosmological-constant',
|
|
219
|
+
symbol: 'Λ',
|
|
220
|
+
dim: T_INV2,
|
|
221
|
+
attributes: { scale: 'cosmological' },
|
|
222
|
+
};
|
|
223
|
+
/** Canonical node for `schwarzschild-radius`. */
|
|
224
|
+
export const schwarzschildRadiusQ = {
|
|
225
|
+
name: 'schwarzschild-radius',
|
|
226
|
+
symbol: 'r_s',
|
|
227
|
+
dim: LENGTH,
|
|
228
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
229
|
+
};
|
|
230
|
+
/** Canonical node for `semi-major-axis`. */
|
|
231
|
+
export const semiMajorAxisQ = {
|
|
232
|
+
name: 'semi-major-axis',
|
|
233
|
+
symbol: 'a',
|
|
234
|
+
dim: LENGTH,
|
|
235
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
236
|
+
};
|
|
237
|
+
/** Canonical node for `shapiro-delay`. */
|
|
238
|
+
export const shapiroDelayQ = {
|
|
239
|
+
name: 'shapiro-delay',
|
|
240
|
+
symbol: 'Δt',
|
|
241
|
+
dim: TIME,
|
|
242
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
243
|
+
};
|
|
244
|
+
/** Canonical node for `superposition-extent`. */
|
|
245
|
+
export const superpositionExtentQ = {
|
|
246
|
+
name: 'superposition-extent',
|
|
247
|
+
symbol: 'Δx',
|
|
248
|
+
dim: LENGTH,
|
|
249
|
+
attributes: { scale: 'quantum' },
|
|
250
|
+
};
|
|
251
|
+
/** Canonical node for `temperature`. */
|
|
252
|
+
export const temperatureQ = {
|
|
253
|
+
name: 'temperature',
|
|
254
|
+
symbol: 'T',
|
|
255
|
+
dim: TEMPERATURE,
|
|
256
|
+
attributes: { scale: 'classical' },
|
|
257
|
+
};
|
|
258
|
+
/** Canonical node for `thermal-de-broglie-wavelength`. */
|
|
259
|
+
export const thermalDeBroglieQ = {
|
|
260
|
+
name: 'thermal-de-broglie-wavelength',
|
|
261
|
+
symbol: 'λ_T',
|
|
262
|
+
dim: LENGTH,
|
|
263
|
+
attributes: { scale: 'quantum' },
|
|
264
|
+
};
|
|
265
|
+
/** Canonical node for `viscosity-entropy-ratio`. */
|
|
266
|
+
export const viscosityEntropyRatioQ = {
|
|
267
|
+
name: 'viscosity-entropy-ratio',
|
|
268
|
+
symbol: 'η/s',
|
|
269
|
+
dim: VISCOSITY_OVER_ENTROPY_DENSITY,
|
|
270
|
+
attributes: { scale: 'quantum' },
|
|
271
|
+
};
|
|
272
|
+
/** Canonical node for `yang-mills-beta`. */
|
|
273
|
+
export const yangMillsBetaQ = {
|
|
274
|
+
name: 'yang-mills-beta',
|
|
275
|
+
symbol: 'β(g)',
|
|
276
|
+
dim: DIMENSIONLESS,
|
|
277
|
+
attributes: { scale: 'quantum', force: 'strong' },
|
|
278
|
+
};
|
|
279
|
+
// ===========================================================================
|
|
280
|
+
// v0.11 catalog-full nodes (catalog-full.ts edges). New canonical names; the
|
|
281
|
+
// namespacing gate forbids reusing an existing name for a physically distinct
|
|
282
|
+
// quantity, so e.g. BE-23's carrier `effective-mass` is a SEPARATE node from
|
|
283
|
+
// the gravitational `mass`.
|
|
284
|
+
// ===========================================================================
|
|
285
|
+
// --- BE-11 generic decoherence-master ---
|
|
286
|
+
/** Canonical node for `system-environment-coupling` (BE-11 λ; dimensionless). */
|
|
287
|
+
export const systemEnvironmentCouplingQ = {
|
|
288
|
+
name: 'system-environment-coupling',
|
|
289
|
+
symbol: 'λ',
|
|
290
|
+
dim: DIMENSIONLESS,
|
|
291
|
+
attributes: { scale: 'quantum' },
|
|
292
|
+
};
|
|
293
|
+
/** Canonical node for `reference-coupling` (BE-11 λ₀; dimensionless). */
|
|
294
|
+
export const referenceCouplingQ = {
|
|
295
|
+
name: 'reference-coupling',
|
|
296
|
+
symbol: 'λ₀',
|
|
297
|
+
dim: DIMENSIONLESS,
|
|
298
|
+
attributes: { scale: 'quantum' },
|
|
299
|
+
};
|
|
300
|
+
// --- BE-13 / BE-31 Einstein trace + causal-set Ricci scalar ---
|
|
301
|
+
/** Canonical node for `cosmological-constant-curvature` (Λ, [L⁻²]). */
|
|
302
|
+
export const cosmologicalConstantCurvatureQ = {
|
|
303
|
+
name: 'cosmological-constant-curvature',
|
|
304
|
+
symbol: 'Λ',
|
|
305
|
+
dim: INV_AREA,
|
|
306
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
307
|
+
};
|
|
308
|
+
/** Canonical node for `stress-energy-trace` (T = g^μν T_μν, energy density). */
|
|
309
|
+
export const stressEnergyTraceQ = {
|
|
310
|
+
name: 'stress-energy-trace',
|
|
311
|
+
symbol: 'T',
|
|
312
|
+
dim: ENERGY_DENSITY,
|
|
313
|
+
attributes: { force: 'gravitational' },
|
|
314
|
+
};
|
|
315
|
+
/** Canonical node for `ricci-scalar` (R, [L⁻²]). Shared by BE-13/BE-31. */
|
|
316
|
+
export const ricciScalarQ = {
|
|
317
|
+
name: 'ricci-scalar',
|
|
318
|
+
symbol: 'R',
|
|
319
|
+
dim: INV_AREA,
|
|
320
|
+
attributes: { force: 'gravitational' },
|
|
321
|
+
};
|
|
322
|
+
/** Canonical node for `causal-set-count-0` (N_0, dimensionless). */
|
|
323
|
+
export const causalSetCount0Q = {
|
|
324
|
+
name: 'causal-set-count-0',
|
|
325
|
+
symbol: 'N_0',
|
|
326
|
+
dim: DIMENSIONLESS,
|
|
327
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
328
|
+
};
|
|
329
|
+
/** Canonical node for `causal-set-count-1` (N_1, dimensionless). */
|
|
330
|
+
export const causalSetCount1Q = {
|
|
331
|
+
name: 'causal-set-count-1',
|
|
332
|
+
symbol: 'N_1',
|
|
333
|
+
dim: DIMENSIONLESS,
|
|
334
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
335
|
+
};
|
|
336
|
+
/** Canonical node for `causal-set-count-2` (N_2, dimensionless). */
|
|
337
|
+
export const causalSetCount2Q = {
|
|
338
|
+
name: 'causal-set-count-2',
|
|
339
|
+
symbol: 'N_2',
|
|
340
|
+
dim: DIMENSIONLESS,
|
|
341
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
342
|
+
};
|
|
343
|
+
/** Canonical node for `causal-set-count-3` (N_3, dimensionless). */
|
|
344
|
+
export const causalSetCount3Q = {
|
|
345
|
+
name: 'causal-set-count-3',
|
|
346
|
+
symbol: 'N_3',
|
|
347
|
+
dim: DIMENSIONLESS,
|
|
348
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
349
|
+
};
|
|
350
|
+
/** Canonical node for `planck-length` (ℓ_P, [L]). */
|
|
351
|
+
export const planckLengthQ = {
|
|
352
|
+
name: 'planck-length',
|
|
353
|
+
symbol: 'ℓ_P',
|
|
354
|
+
dim: LENGTH,
|
|
355
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
356
|
+
};
|
|
357
|
+
// --- BE-15 Model A coarsening ---
|
|
358
|
+
/** Canonical node for `model-a-mobility` (Γ, [L²/T]). */
|
|
359
|
+
export const modelAMobilityQ = {
|
|
360
|
+
name: 'model-a-mobility',
|
|
361
|
+
symbol: 'Γ',
|
|
362
|
+
dim: MOBILITY,
|
|
363
|
+
attributes: { scale: 'mesoscopic', force: 'emergent' },
|
|
364
|
+
};
|
|
365
|
+
/** Canonical node for `time` (t, [T]). */
|
|
366
|
+
export const timeQ = {
|
|
367
|
+
name: 'time',
|
|
368
|
+
symbol: 't',
|
|
369
|
+
dim: TIME,
|
|
370
|
+
attributes: {},
|
|
371
|
+
};
|
|
372
|
+
/** Canonical node for `coarsening-length` (L(t), [L]). */
|
|
373
|
+
export const coarseningLengthQ = {
|
|
374
|
+
name: 'coarsening-length',
|
|
375
|
+
symbol: 'L(t)',
|
|
376
|
+
dim: LENGTH,
|
|
377
|
+
attributes: { scale: 'mesoscopic', force: 'emergent' },
|
|
378
|
+
};
|
|
379
|
+
// --- BE-17 Einstein-Cartan torsion-spin ---
|
|
380
|
+
/** Canonical node for `einstein-coupling-prefactor-squared` ((c⁴/8πG)²). */
|
|
381
|
+
export const couplingPrefactorSquaredQ = {
|
|
382
|
+
name: 'einstein-coupling-prefactor-squared',
|
|
383
|
+
symbol: '(c⁴/8πG)²',
|
|
384
|
+
dim: COUPLING_PREFACTOR_SQUARED,
|
|
385
|
+
attributes: { force: 'gravitational' },
|
|
386
|
+
};
|
|
387
|
+
/** Canonical node for `torsion-contraction-scalar` (T_λμν T^λμν). */
|
|
388
|
+
export const torsionContractionScalarQ = {
|
|
389
|
+
name: 'torsion-contraction-scalar',
|
|
390
|
+
symbol: 'T·T',
|
|
391
|
+
dim: TORSION_CONTRACTION,
|
|
392
|
+
attributes: { force: 'gravitational' },
|
|
393
|
+
};
|
|
394
|
+
/** Canonical node for `spin-density-squared` (S²_spin). */
|
|
395
|
+
export const spinDensitySquaredQ = {
|
|
396
|
+
name: 'spin-density-squared',
|
|
397
|
+
symbol: 'S²_spin',
|
|
398
|
+
dim: SPIN_DENSITY_SQUARED,
|
|
399
|
+
attributes: { force: 'gravitational' },
|
|
400
|
+
};
|
|
401
|
+
// --- BE-18 Higgs-like dark mass ---
|
|
402
|
+
/** Canonical node for `yukawa-coupling` (g_dark, dimensionless). */
|
|
403
|
+
export const yukawaCouplingQ = {
|
|
404
|
+
name: 'yukawa-coupling',
|
|
405
|
+
symbol: 'g_dark',
|
|
406
|
+
dim: DIMENSIONLESS,
|
|
407
|
+
attributes: { scale: 'quantum', force: 'weak' },
|
|
408
|
+
};
|
|
409
|
+
/** Canonical node for `vacuum-expectation-value` (v_dark, energy). */
|
|
410
|
+
export const vacuumExpectationValueQ = {
|
|
411
|
+
name: 'vacuum-expectation-value',
|
|
412
|
+
symbol: 'v_dark',
|
|
413
|
+
dim: ENERGY_DIM2,
|
|
414
|
+
attributes: { scale: 'quantum', force: 'weak' },
|
|
415
|
+
};
|
|
416
|
+
/** Canonical node for `dark-fermion-mass` (m_dark, energy / natural units). */
|
|
417
|
+
export const darkFermionMassQ = {
|
|
418
|
+
name: 'dark-fermion-mass',
|
|
419
|
+
symbol: 'm_dark',
|
|
420
|
+
dim: ENERGY_DIM2,
|
|
421
|
+
attributes: { scale: 'quantum', force: 'weak' },
|
|
422
|
+
};
|
|
423
|
+
// --- BE-20 cosmological-constant density ---
|
|
424
|
+
/** Canonical node for `lambda-mass-density` (ρ_Λ, [M L⁻³]). */
|
|
425
|
+
export const lambdaMassDensityQ = {
|
|
426
|
+
name: 'lambda-mass-density',
|
|
427
|
+
symbol: 'ρ_Λ',
|
|
428
|
+
dim: MASS_DENSITY,
|
|
429
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
430
|
+
};
|
|
431
|
+
// --- BE-22 topological entanglement entropy ---
|
|
432
|
+
/** Canonical node for `area-law-coefficient` (α, [L⁻¹]). */
|
|
433
|
+
export const areaLawCoefficientQ = {
|
|
434
|
+
name: 'area-law-coefficient',
|
|
435
|
+
symbol: 'α',
|
|
436
|
+
dim: INV_LENGTH,
|
|
437
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
438
|
+
};
|
|
439
|
+
/** Canonical node for `boundary-length` (L(R), [L]). */
|
|
440
|
+
export const boundaryLengthQ = {
|
|
441
|
+
name: 'boundary-length',
|
|
442
|
+
symbol: 'L(R)',
|
|
443
|
+
dim: LENGTH,
|
|
444
|
+
attributes: { scale: 'quantum' },
|
|
445
|
+
};
|
|
446
|
+
/** Canonical node for `topological-entanglement-entropy` (γ, dimensionless). */
|
|
447
|
+
export const topologicalEntanglementEntropyQ = {
|
|
448
|
+
name: 'topological-entanglement-entropy',
|
|
449
|
+
symbol: 'γ',
|
|
450
|
+
dim: DIMENSIONLESS,
|
|
451
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
452
|
+
};
|
|
453
|
+
/** Canonical node for `subsystem-entanglement-entropy` (S(R), nats). */
|
|
454
|
+
export const subsystemEntanglementEntropyQ = {
|
|
455
|
+
name: 'subsystem-entanglement-entropy',
|
|
456
|
+
symbol: 'S(R)',
|
|
457
|
+
dim: DIMENSIONLESS,
|
|
458
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
459
|
+
};
|
|
460
|
+
// --- BE-23 SYK Planckian resistivity ---
|
|
461
|
+
/** Canonical node for `residual-resistivity` (ρ_0, Ω·m). */
|
|
462
|
+
export const residualResistivityQ = {
|
|
463
|
+
name: 'residual-resistivity',
|
|
464
|
+
symbol: 'ρ_0',
|
|
465
|
+
dim: RESISTIVITY,
|
|
466
|
+
attributes: { scale: 'classical', force: 'electromagnetic' },
|
|
467
|
+
};
|
|
468
|
+
/** Canonical node for `effective-mass` (m*, carrier band mass — DISTINCT from gravitational `mass`). */
|
|
469
|
+
export const effectiveMassQ = {
|
|
470
|
+
name: 'effective-mass',
|
|
471
|
+
symbol: 'm*',
|
|
472
|
+
dim: MASS,
|
|
473
|
+
attributes: { scale: 'quantum', force: 'electromagnetic' },
|
|
474
|
+
};
|
|
475
|
+
/** Canonical node for `carrier-density` (n_e, [L⁻³]). */
|
|
476
|
+
export const carrierDensityQ = {
|
|
477
|
+
name: 'carrier-density',
|
|
478
|
+
symbol: 'n_e',
|
|
479
|
+
dim: NUMBER_DENSITY,
|
|
480
|
+
attributes: { scale: 'quantum', force: 'electromagnetic' },
|
|
481
|
+
};
|
|
482
|
+
/** Canonical node for `syk-coefficient` (α_SYK, dimensionless O(1)). */
|
|
483
|
+
export const sykCoefficientQ = {
|
|
484
|
+
name: 'syk-coefficient',
|
|
485
|
+
symbol: 'α_SYK',
|
|
486
|
+
dim: DIMENSIONLESS,
|
|
487
|
+
attributes: { scale: 'quantum' },
|
|
488
|
+
};
|
|
489
|
+
/** Canonical node for `resistivity` (ρ(T), Ω·m). */
|
|
490
|
+
export const resistivityQ = {
|
|
491
|
+
name: 'resistivity',
|
|
492
|
+
symbol: 'ρ',
|
|
493
|
+
dim: RESISTIVITY,
|
|
494
|
+
attributes: { scale: 'classical', force: 'electromagnetic' },
|
|
495
|
+
};
|
|
496
|
+
// --- BE-24 FRET efficiency ---
|
|
497
|
+
/** Canonical node for `donor-acceptor-distance` (R, [L]). */
|
|
498
|
+
export const donorAcceptorDistanceQ = {
|
|
499
|
+
name: 'donor-acceptor-distance',
|
|
500
|
+
symbol: 'R',
|
|
501
|
+
dim: LENGTH,
|
|
502
|
+
attributes: { scale: 'mesoscopic' },
|
|
503
|
+
};
|
|
504
|
+
/** Canonical node for `foerster-radius` (R_0, [L]). */
|
|
505
|
+
export const foersterRadiusQ = {
|
|
506
|
+
name: 'foerster-radius',
|
|
507
|
+
symbol: 'R_0',
|
|
508
|
+
dim: LENGTH,
|
|
509
|
+
attributes: { scale: 'mesoscopic' },
|
|
510
|
+
};
|
|
511
|
+
/** Canonical node for `fret-efficiency` (η, dimensionless ∈ [0,1]). */
|
|
512
|
+
export const fretEfficiencyQ = {
|
|
513
|
+
name: 'fret-efficiency',
|
|
514
|
+
symbol: 'η',
|
|
515
|
+
dim: DIMENSIONLESS,
|
|
516
|
+
attributes: { scale: 'mesoscopic' },
|
|
517
|
+
};
|
|
518
|
+
// --- BE-25 IIT intrinsic information ---
|
|
519
|
+
/** Canonical node for `conditional-probability` (p(s̃|s), dimensionless). */
|
|
520
|
+
export const conditionalProbabilityQ = {
|
|
521
|
+
name: 'conditional-probability',
|
|
522
|
+
symbol: 'p(s̃|s)',
|
|
523
|
+
dim: DIMENSIONLESS,
|
|
524
|
+
attributes: { information: 'shannon' },
|
|
525
|
+
};
|
|
526
|
+
/** Canonical node for `marginal-probability` (p(s̃), dimensionless). */
|
|
527
|
+
export const marginalProbabilityQ = {
|
|
528
|
+
name: 'marginal-probability',
|
|
529
|
+
symbol: 'p(s̃)',
|
|
530
|
+
dim: DIMENSIONLESS,
|
|
531
|
+
attributes: { information: 'shannon' },
|
|
532
|
+
};
|
|
533
|
+
/** Canonical node for `intrinsic-information` (ii, bits — dimensionless). */
|
|
534
|
+
export const intrinsicInformationQ = {
|
|
535
|
+
name: 'intrinsic-information',
|
|
536
|
+
symbol: 'ii',
|
|
537
|
+
dim: DIMENSIONLESS,
|
|
538
|
+
attributes: { information: 'shannon' },
|
|
539
|
+
};
|
|
540
|
+
// --- BE-26 DNA tunneling ---
|
|
541
|
+
/** Canonical node for `attempt-frequency` (ν₀, [T⁻¹]). */
|
|
542
|
+
export const attemptFrequencyQ = {
|
|
543
|
+
name: 'attempt-frequency',
|
|
544
|
+
symbol: 'ν₀',
|
|
545
|
+
dim: FREQUENCY,
|
|
546
|
+
attributes: { scale: 'quantum' },
|
|
547
|
+
};
|
|
548
|
+
/** Canonical node for `tunneling-mass` (m, proton mass — DISTINCT from gravitational `mass`). */
|
|
549
|
+
export const tunnelingMassQ = {
|
|
550
|
+
name: 'tunneling-mass',
|
|
551
|
+
symbol: 'm',
|
|
552
|
+
dim: MASS,
|
|
553
|
+
attributes: { scale: 'quantum' },
|
|
554
|
+
};
|
|
555
|
+
/** Canonical node for `barrier-height` (V−E, energy). */
|
|
556
|
+
export const barrierHeightQ = {
|
|
557
|
+
name: 'barrier-height',
|
|
558
|
+
symbol: 'V−E',
|
|
559
|
+
dim: ENERGY_DIM2,
|
|
560
|
+
attributes: { scale: 'quantum' },
|
|
561
|
+
};
|
|
562
|
+
/** Canonical node for `barrier-width` (L, [L]). */
|
|
563
|
+
export const barrierWidthQ = {
|
|
564
|
+
name: 'barrier-width',
|
|
565
|
+
symbol: 'L_barrier',
|
|
566
|
+
dim: LENGTH,
|
|
567
|
+
attributes: { scale: 'quantum' },
|
|
568
|
+
};
|
|
569
|
+
/** Canonical node for `biological-rate-correction` (f(T,pH,EM), dimensionless). */
|
|
570
|
+
export const biologicalRateCorrectionQ = {
|
|
571
|
+
name: 'biological-rate-correction',
|
|
572
|
+
symbol: 'f',
|
|
573
|
+
dim: DIMENSIONLESS,
|
|
574
|
+
attributes: { scale: 'mesoscopic' },
|
|
575
|
+
};
|
|
576
|
+
/** Canonical node for `mutation-rate` (Γ_mutation, [T⁻¹]). */
|
|
577
|
+
export const mutationRateQ = {
|
|
578
|
+
name: 'mutation-rate',
|
|
579
|
+
symbol: 'Γ_mut',
|
|
580
|
+
dim: FREQUENCY,
|
|
581
|
+
attributes: { scale: 'mesoscopic' },
|
|
582
|
+
};
|
|
583
|
+
// --- BE-27 effective temperature ---
|
|
584
|
+
/** Canonical node for `active-noise-energy` (Σ_active, energy). */
|
|
585
|
+
export const activeNoiseEnergyQ = {
|
|
586
|
+
name: 'active-noise-energy',
|
|
587
|
+
symbol: 'Σ_active',
|
|
588
|
+
dim: ENERGY_DIM2,
|
|
589
|
+
attributes: { scale: 'mesoscopic', force: 'emergent' },
|
|
590
|
+
};
|
|
591
|
+
/** Canonical node for `effective-temperature` (T_eff, [Θ]). */
|
|
592
|
+
export const effectiveTemperatureQ = {
|
|
593
|
+
name: 'effective-temperature',
|
|
594
|
+
symbol: 'T_eff',
|
|
595
|
+
dim: TEMPERATURE,
|
|
596
|
+
attributes: { scale: 'mesoscopic', force: 'emergent' },
|
|
597
|
+
};
|
|
598
|
+
// --- BE-30 FLM first law ---
|
|
599
|
+
/** Canonical node for `modular-hamiltonian-variation` (δ⟨H_R⟩, nats). */
|
|
600
|
+
export const modularHamiltonianVariationQ = {
|
|
601
|
+
name: 'modular-hamiltonian-variation',
|
|
602
|
+
symbol: 'δ⟨H_R⟩',
|
|
603
|
+
dim: DIMENSIONLESS,
|
|
604
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
605
|
+
};
|
|
606
|
+
/** Canonical node for `entanglement-entropy-variation` (δS_EE, nats). */
|
|
607
|
+
export const entanglementEntropyVariationQ = {
|
|
608
|
+
name: 'entanglement-entropy-variation',
|
|
609
|
+
symbol: 'δS_EE',
|
|
610
|
+
dim: DIMENSIONLESS,
|
|
611
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
612
|
+
};
|
|
613
|
+
// --- BE-33 Hertz-Millis correlation length ---
|
|
614
|
+
/** Canonical node for `reference-correlation-length` (ξ_0, [L]). */
|
|
615
|
+
export const referenceCorrelationLengthQ = {
|
|
616
|
+
name: 'reference-correlation-length',
|
|
617
|
+
symbol: 'ξ_0',
|
|
618
|
+
dim: LENGTH,
|
|
619
|
+
attributes: { scale: 'quantum' },
|
|
620
|
+
};
|
|
621
|
+
/** Canonical node for `reference-temperature` (T_0, [Θ]). */
|
|
622
|
+
export const referenceTemperatureQ = {
|
|
623
|
+
name: 'reference-temperature',
|
|
624
|
+
symbol: 'T_0',
|
|
625
|
+
dim: TEMPERATURE,
|
|
626
|
+
attributes: { scale: 'quantum' },
|
|
627
|
+
};
|
|
628
|
+
/** Canonical node for `static-exponent-nu` (ν, dimensionless). */
|
|
629
|
+
export const staticExponentNuQ = {
|
|
630
|
+
name: 'static-exponent-nu',
|
|
631
|
+
symbol: 'ν',
|
|
632
|
+
dim: DIMENSIONLESS,
|
|
633
|
+
attributes: { scale: 'quantum' },
|
|
634
|
+
};
|
|
635
|
+
/** Canonical node for `dynamic-exponent-z` (z, dimensionless). */
|
|
636
|
+
export const dynamicExponentZQ = {
|
|
637
|
+
name: 'dynamic-exponent-z',
|
|
638
|
+
symbol: 'z',
|
|
639
|
+
dim: DIMENSIONLESS,
|
|
640
|
+
attributes: { scale: 'quantum' },
|
|
641
|
+
};
|
|
642
|
+
/** Canonical node for `quantum-correlation-length` (ξ_quantum, [L]). */
|
|
643
|
+
export const quantumCorrelationLengthQ = {
|
|
644
|
+
name: 'quantum-correlation-length',
|
|
645
|
+
symbol: 'ξ_quantum',
|
|
646
|
+
dim: LENGTH,
|
|
647
|
+
attributes: { scale: 'quantum' },
|
|
648
|
+
};
|
|
649
|
+
// --- BE-34 Kibble-Zurek ---
|
|
650
|
+
/** Canonical node for `quench-timescale` (τ_Q, [T]). */
|
|
651
|
+
export const quenchTimescaleQ = {
|
|
652
|
+
name: 'quench-timescale',
|
|
653
|
+
symbol: 'τ_Q',
|
|
654
|
+
dim: TIME,
|
|
655
|
+
attributes: { scale: 'cosmological' },
|
|
656
|
+
};
|
|
657
|
+
/** Canonical node for `microscopic-relaxation-time` (τ_0, [T]). */
|
|
658
|
+
export const microscopicRelaxationTimeQ = {
|
|
659
|
+
name: 'microscopic-relaxation-time',
|
|
660
|
+
symbol: 'τ_0',
|
|
661
|
+
dim: TIME,
|
|
662
|
+
attributes: { scale: 'quantum' },
|
|
663
|
+
};
|
|
664
|
+
/** Canonical node for `spatial-dimension` (d, dimensionless). */
|
|
665
|
+
export const spatialDimensionQ = {
|
|
666
|
+
name: 'spatial-dimension',
|
|
667
|
+
symbol: 'd',
|
|
668
|
+
dim: DIMENSIONLESS,
|
|
669
|
+
attributes: {},
|
|
670
|
+
};
|
|
671
|
+
/** Canonical node for `defect-rest-mass` (m_defect, [M]). */
|
|
672
|
+
export const defectRestMassQ = {
|
|
673
|
+
name: 'defect-rest-mass',
|
|
674
|
+
symbol: 'm_defect',
|
|
675
|
+
dim: MASS,
|
|
676
|
+
attributes: { scale: 'cosmological' },
|
|
677
|
+
};
|
|
678
|
+
/** Canonical node for `reheating-temperature` (T_reh, [Θ]). */
|
|
679
|
+
export const reheatingTemperatureQ = {
|
|
680
|
+
name: 'reheating-temperature',
|
|
681
|
+
symbol: 'T_reh',
|
|
682
|
+
dim: TEMPERATURE,
|
|
683
|
+
attributes: { scale: 'cosmological' },
|
|
684
|
+
};
|
|
685
|
+
/** Canonical node for `defect-density` (n_defect, dimensionless scaling). */
|
|
686
|
+
export const defectDensityQ = {
|
|
687
|
+
name: 'defect-density',
|
|
688
|
+
symbol: 'n_defect',
|
|
689
|
+
dim: DIMENSIONLESS,
|
|
690
|
+
attributes: { scale: 'cosmological' },
|
|
691
|
+
};
|
|
692
|
+
// --- BE-36 GW170817 speed bound ---
|
|
693
|
+
/** Canonical node for `gravitational-wave-speed` (c_GW, velocity). */
|
|
694
|
+
export const gravitationalWaveSpeedQ = {
|
|
695
|
+
name: 'gravitational-wave-speed',
|
|
696
|
+
symbol: 'c_GW',
|
|
697
|
+
dim: { L: 1, M: 0, T: -1, I: 0, Theta: 0, N: 0, J: 0 },
|
|
698
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
699
|
+
};
|
|
700
|
+
/** Canonical node for `gw-photon-speed-ratio` ((c_GW−c)/c, dimensionless). */
|
|
701
|
+
export const gwPhotonSpeedRatioQ = {
|
|
702
|
+
name: 'gw-photon-speed-ratio',
|
|
703
|
+
symbol: 'Δv/c',
|
|
704
|
+
dim: DIMENSIONLESS,
|
|
705
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
706
|
+
};
|
|
707
|
+
// --- BE-38 MOND ---
|
|
708
|
+
/** Canonical node for `newtonian-force` (F_N, [N]). */
|
|
709
|
+
export const newtonianForceQ = {
|
|
710
|
+
name: 'newtonian-force',
|
|
711
|
+
symbol: 'F_N',
|
|
712
|
+
dim: FORCE,
|
|
713
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
714
|
+
};
|
|
715
|
+
/** Canonical node for `mond-acceleration-scale` (a_0, [L T⁻²]). */
|
|
716
|
+
export const mondAccelerationScaleQ = {
|
|
717
|
+
name: 'mond-acceleration-scale',
|
|
718
|
+
symbol: 'a_0',
|
|
719
|
+
dim: { L: 1, M: 0, T: -2, I: 0, Theta: 0, N: 0, J: 0 },
|
|
720
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
721
|
+
};
|
|
722
|
+
/** Canonical node for `mond-force` (F, [N]). */
|
|
723
|
+
export const mondForceQ = {
|
|
724
|
+
name: 'mond-force',
|
|
725
|
+
symbol: 'F',
|
|
726
|
+
dim: FORCE,
|
|
727
|
+
attributes: { scale: 'classical', force: 'gravitational' },
|
|
728
|
+
};
|
|
729
|
+
// --- BE-39 asymptotic safety ---
|
|
730
|
+
/** Canonical node for `newton-coupling-dimensionless` (g = G k², dimensionless). */
|
|
731
|
+
export const newtonCouplingQ = {
|
|
732
|
+
name: 'newton-coupling-dimensionless',
|
|
733
|
+
symbol: 'g',
|
|
734
|
+
dim: DIMENSIONLESS,
|
|
735
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
736
|
+
};
|
|
737
|
+
/** Canonical node for `cosmological-constant-dimensionless` (λ = Λ/k², dimensionless). */
|
|
738
|
+
export const cosmologicalConstantDimensionlessQ = {
|
|
739
|
+
name: 'cosmological-constant-dimensionless',
|
|
740
|
+
symbol: 'λ',
|
|
741
|
+
dim: DIMENSIONLESS,
|
|
742
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
743
|
+
};
|
|
744
|
+
/** Canonical node for `truncation-coefficient-a` (A, dimensionless). */
|
|
745
|
+
export const truncationCoefficientAQ = {
|
|
746
|
+
name: 'truncation-coefficient-a',
|
|
747
|
+
symbol: 'A',
|
|
748
|
+
dim: DIMENSIONLESS,
|
|
749
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
750
|
+
};
|
|
751
|
+
/** Canonical node for `truncation-coefficient-b` (B, dimensionless). */
|
|
752
|
+
export const truncationCoefficientBQ = {
|
|
753
|
+
name: 'truncation-coefficient-b',
|
|
754
|
+
symbol: 'B',
|
|
755
|
+
dim: DIMENSIONLESS,
|
|
756
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
757
|
+
};
|
|
758
|
+
/** Canonical node for `truncation-coefficient-c` (C, dimensionless). */
|
|
759
|
+
export const truncationCoefficientCQ = {
|
|
760
|
+
name: 'truncation-coefficient-c',
|
|
761
|
+
symbol: 'C',
|
|
762
|
+
dim: DIMENSIONLESS,
|
|
763
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
764
|
+
};
|
|
765
|
+
/** Canonical node for `newton-coupling-beta` (β_g, dimensionless). */
|
|
766
|
+
export const newtonCouplingBetaQ = {
|
|
767
|
+
name: 'newton-coupling-beta',
|
|
768
|
+
symbol: 'β_g',
|
|
769
|
+
dim: DIMENSIONLESS,
|
|
770
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
771
|
+
};
|
|
772
|
+
// --- BE-41 swampland ---
|
|
773
|
+
/** Canonical node for `reference-mass` (m₀, [M]). */
|
|
774
|
+
export const referenceMassQ = {
|
|
775
|
+
name: 'reference-mass',
|
|
776
|
+
symbol: 'm₀',
|
|
777
|
+
dim: MASS,
|
|
778
|
+
attributes: { scale: 'quantum' },
|
|
779
|
+
};
|
|
780
|
+
/** Canonical node for `swampland-coefficient` (α, dimensionless O(1)). */
|
|
781
|
+
export const swamplandCoefficientQ = {
|
|
782
|
+
name: 'swampland-coefficient',
|
|
783
|
+
symbol: 'α_swamp',
|
|
784
|
+
dim: DIMENSIONLESS,
|
|
785
|
+
attributes: { scale: 'quantum' },
|
|
786
|
+
};
|
|
787
|
+
/** Canonical node for `scalar-field-value` (φ, [M] canonically normalized). */
|
|
788
|
+
export const scalarFieldValueQ = {
|
|
789
|
+
name: 'scalar-field-value',
|
|
790
|
+
symbol: 'φ',
|
|
791
|
+
dim: MASS,
|
|
792
|
+
attributes: { scale: 'quantum' },
|
|
793
|
+
};
|
|
794
|
+
/** Canonical node for `scalar-field-reference` (φ₀, [M]). */
|
|
795
|
+
export const scalarFieldReferenceQ = {
|
|
796
|
+
name: 'scalar-field-reference',
|
|
797
|
+
symbol: 'φ₀',
|
|
798
|
+
dim: MASS,
|
|
799
|
+
attributes: { scale: 'quantum' },
|
|
800
|
+
};
|
|
801
|
+
/** Canonical node for `planck-mass` (M_P, [M]). */
|
|
802
|
+
export const planckMassQ = {
|
|
803
|
+
name: 'planck-mass',
|
|
804
|
+
symbol: 'M_P',
|
|
805
|
+
dim: MASS,
|
|
806
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
807
|
+
};
|
|
808
|
+
/** Canonical node for `swampland-tower-mass` (m(φ), [M]). */
|
|
809
|
+
export const swamplandTowerMassQ = {
|
|
810
|
+
name: 'swampland-tower-mass',
|
|
811
|
+
symbol: 'm(φ)',
|
|
812
|
+
dim: MASS,
|
|
813
|
+
attributes: { scale: 'quantum' },
|
|
814
|
+
};
|
|
815
|
+
// --- BE-43 ER=EPR ---
|
|
816
|
+
/** Canonical node for `wormhole-cross-section-area` (A_wormhole, [L²]). */
|
|
817
|
+
export const wormholeCrossSectionAreaQ = {
|
|
818
|
+
name: 'wormhole-cross-section-area',
|
|
819
|
+
symbol: 'A_wh',
|
|
820
|
+
dim: AREA,
|
|
821
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
822
|
+
};
|
|
823
|
+
/** Canonical node for `wormhole-entanglement-entropy` (S, J/K). */
|
|
824
|
+
export const wormholeEntanglementEntropyQ = {
|
|
825
|
+
name: 'wormhole-entanglement-entropy',
|
|
826
|
+
symbol: 'S_ER',
|
|
827
|
+
dim: ENTROPY,
|
|
828
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
829
|
+
};
|
|
830
|
+
// --- BE-45 TCC ---
|
|
831
|
+
/** Canonical node for `inflation-hubble-energy` (H_inf, energy / natural units). */
|
|
832
|
+
export const inflationHubbleEnergyQ = {
|
|
833
|
+
name: 'inflation-hubble-energy',
|
|
834
|
+
symbol: 'H_inf',
|
|
835
|
+
dim: ENERGY_DIM2,
|
|
836
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
837
|
+
};
|
|
838
|
+
/** Canonical node for `planck-mass-energy` (M_P in energy units, natural units). */
|
|
839
|
+
export const planckMassEnergyQ = {
|
|
840
|
+
name: 'planck-mass-energy',
|
|
841
|
+
symbol: 'M_P(E)',
|
|
842
|
+
dim: ENERGY_DIM2,
|
|
843
|
+
attributes: { scale: 'quantum', force: 'gravitational' },
|
|
844
|
+
};
|
|
845
|
+
/** Canonical node for `tensor-to-scalar-ratio` (r, dimensionless). */
|
|
846
|
+
export const tensorToScalarRatioQ = {
|
|
847
|
+
name: 'tensor-to-scalar-ratio',
|
|
848
|
+
symbol: 'r',
|
|
849
|
+
dim: DIMENSIONLESS,
|
|
850
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
851
|
+
};
|
|
852
|
+
/** Canonical node for `tcc-correction-coefficient` (γ, dimensionless O(1)). */
|
|
853
|
+
export const tccCorrectionCoefficientQ = {
|
|
854
|
+
name: 'tcc-correction-coefficient',
|
|
855
|
+
symbol: 'γ_tcc',
|
|
856
|
+
dim: DIMENSIONLESS,
|
|
857
|
+
attributes: { scale: 'cosmological' },
|
|
858
|
+
};
|
|
859
|
+
/** Canonical node for `max-efolds` (N_e_max, dimensionless). */
|
|
860
|
+
export const maxEfoldsQ = {
|
|
861
|
+
name: 'max-efolds',
|
|
862
|
+
symbol: 'N_e_max',
|
|
863
|
+
dim: DIMENSIONLESS,
|
|
864
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
865
|
+
};
|
|
866
|
+
// --- BE-46 multiverse measure ---
|
|
867
|
+
/** Canonical node for `measure-normalization` (A, dimensionless). */
|
|
868
|
+
export const measureNormalizationQ = {
|
|
869
|
+
name: 'measure-normalization',
|
|
870
|
+
symbol: 'A_norm',
|
|
871
|
+
dim: DIMENSIONLESS,
|
|
872
|
+
attributes: { scale: 'cosmological' },
|
|
873
|
+
};
|
|
874
|
+
/** Canonical node for `anthropic-model-parameter` (α, dimensionless). */
|
|
875
|
+
export const anthropicModelParameterQ = {
|
|
876
|
+
name: 'anthropic-model-parameter',
|
|
877
|
+
symbol: 'α_anth',
|
|
878
|
+
dim: DIMENSIONLESS,
|
|
879
|
+
attributes: { scale: 'cosmological' },
|
|
880
|
+
};
|
|
881
|
+
/** Canonical node for `landscape-parameter` (Λ, dimensionless ratio component). */
|
|
882
|
+
export const landscapeParameterQ = {
|
|
883
|
+
name: 'landscape-parameter',
|
|
884
|
+
symbol: 'Λ_land',
|
|
885
|
+
dim: DIMENSIONLESS,
|
|
886
|
+
attributes: { scale: 'cosmological' },
|
|
887
|
+
};
|
|
888
|
+
/** Canonical node for `anthropic-probability` (P(Λ), dimensionless). */
|
|
889
|
+
export const anthropicProbabilityQ = {
|
|
890
|
+
name: 'anthropic-probability',
|
|
891
|
+
symbol: 'P(Λ)',
|
|
892
|
+
dim: DIMENSIONLESS,
|
|
893
|
+
attributes: { scale: 'cosmological' },
|
|
894
|
+
};
|
|
895
|
+
// --- BE-47 BBN dark-sector Boltzmann ---
|
|
896
|
+
/** Canonical node for `hubble-rate` (H, [T⁻¹]). */
|
|
897
|
+
export const hubbleRateQ = {
|
|
898
|
+
name: 'hubble-rate',
|
|
899
|
+
symbol: 'H',
|
|
900
|
+
dim: FREQUENCY,
|
|
901
|
+
attributes: { scale: 'cosmological', force: 'gravitational' },
|
|
902
|
+
};
|
|
903
|
+
/** Canonical node for `nucleon-yield-density` (Y, [L⁻³]). */
|
|
904
|
+
export const nucleonYieldDensityQ = {
|
|
905
|
+
name: 'nucleon-yield-density',
|
|
906
|
+
symbol: 'Y',
|
|
907
|
+
dim: NUMBER_DENSITY,
|
|
908
|
+
attributes: { scale: 'cosmological' },
|
|
909
|
+
};
|
|
910
|
+
/** Canonical node for `sm-reaction-rate-coefficient` (⟨σv⟩_SM, [L³ T⁻¹]). */
|
|
911
|
+
export const smReactionRateCoefficientQ = {
|
|
912
|
+
name: 'sm-reaction-rate-coefficient',
|
|
913
|
+
symbol: '⟨σv⟩_SM',
|
|
914
|
+
dim: { L: 3, M: 0, T: -1, I: 0, Theta: 0, N: 0, J: 0 },
|
|
915
|
+
attributes: { scale: 'cosmological' },
|
|
916
|
+
};
|
|
917
|
+
/** Canonical node for `proton-density` (n_p, [L⁻³]). */
|
|
918
|
+
export const protonDensityQ = {
|
|
919
|
+
name: 'proton-density',
|
|
920
|
+
symbol: 'n_p',
|
|
921
|
+
dim: NUMBER_DENSITY,
|
|
922
|
+
attributes: { scale: 'cosmological' },
|
|
923
|
+
};
|
|
924
|
+
/** Canonical node for `neutron-density` (n_n, [L⁻³]). */
|
|
925
|
+
export const neutronDensityQ = {
|
|
926
|
+
name: 'neutron-density',
|
|
927
|
+
symbol: 'n_n',
|
|
928
|
+
dim: NUMBER_DENSITY,
|
|
929
|
+
attributes: { scale: 'cosmological' },
|
|
930
|
+
};
|
|
931
|
+
/** Canonical node for `dark-reaction-rate-coefficient` (⟨σv⟩_dark, [L³ T⁻¹]). */
|
|
932
|
+
export const darkReactionRateCoefficientQ = {
|
|
933
|
+
name: 'dark-reaction-rate-coefficient',
|
|
934
|
+
symbol: '⟨σv⟩_dark',
|
|
935
|
+
dim: { L: 3, M: 0, T: -1, I: 0, Theta: 0, N: 0, J: 0 },
|
|
936
|
+
attributes: { scale: 'cosmological' },
|
|
937
|
+
};
|
|
938
|
+
/** Canonical node for `dark-species-density` (n_χ, [L⁻³]). */
|
|
939
|
+
export const darkSpeciesDensityQ = {
|
|
940
|
+
name: 'dark-species-density',
|
|
941
|
+
symbol: 'n_χ',
|
|
942
|
+
dim: NUMBER_DENSITY,
|
|
943
|
+
attributes: { scale: 'cosmological' },
|
|
944
|
+
};
|
|
945
|
+
/** Canonical node for `transfer-efficiency` (ε, dimensionless). */
|
|
946
|
+
export const transferEfficiencyQ = {
|
|
947
|
+
name: 'transfer-efficiency',
|
|
948
|
+
symbol: 'ε',
|
|
949
|
+
dim: DIMENSIONLESS,
|
|
950
|
+
attributes: { scale: 'cosmological' },
|
|
951
|
+
};
|
|
952
|
+
/** Canonical node for `nucleon-yield-rate` (dY/dt, [L⁻³ T⁻¹]). */
|
|
953
|
+
export const nucleonYieldRateQ = {
|
|
954
|
+
name: 'nucleon-yield-rate',
|
|
955
|
+
symbol: 'dY/dt',
|
|
956
|
+
dim: NUMBER_DENSITY_RATE,
|
|
957
|
+
attributes: { scale: 'cosmological' },
|
|
958
|
+
};
|
|
959
|
+
// --- BE-49 quantum Darwinism ---
|
|
960
|
+
/** Canonical node for `total-mutual-information` (I(S:E), dimensionless). */
|
|
961
|
+
export const totalMutualInformationQ = {
|
|
962
|
+
name: 'total-mutual-information',
|
|
963
|
+
symbol: 'I(S:E)',
|
|
964
|
+
dim: DIMENSIONLESS,
|
|
965
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
966
|
+
};
|
|
967
|
+
/** Canonical node for `darwinism-magnitude` (α, dimensionless prefactor). */
|
|
968
|
+
export const darwinismMagnitudeQ = {
|
|
969
|
+
name: 'darwinism-magnitude',
|
|
970
|
+
symbol: 'α_QD',
|
|
971
|
+
dim: DIMENSIONLESS,
|
|
972
|
+
attributes: { scale: 'quantum' },
|
|
973
|
+
};
|
|
974
|
+
/** Canonical node for `fragment-count` (k, dimensionless). */
|
|
975
|
+
export const fragmentCountQ = {
|
|
976
|
+
name: 'fragment-count',
|
|
977
|
+
symbol: 'k',
|
|
978
|
+
dim: DIMENSIONLESS,
|
|
979
|
+
attributes: { scale: 'quantum' },
|
|
980
|
+
};
|
|
981
|
+
/** Canonical node for `darwinism-decay-exponent` (β, dimensionless). */
|
|
982
|
+
export const darwinismDecayExponentQ = {
|
|
983
|
+
name: 'darwinism-decay-exponent',
|
|
984
|
+
symbol: 'β_QD',
|
|
985
|
+
dim: DIMENSIONLESS,
|
|
986
|
+
attributes: { scale: 'quantum' },
|
|
987
|
+
};
|
|
988
|
+
/** Canonical node for `fragment-mutual-information` (I(S:F_k), dimensionless). */
|
|
989
|
+
export const fragmentMutualInformationQ = {
|
|
990
|
+
name: 'fragment-mutual-information',
|
|
991
|
+
symbol: 'I(S:F_k)',
|
|
992
|
+
dim: DIMENSIONLESS,
|
|
993
|
+
attributes: { scale: 'quantum', information: 'von-neumann' },
|
|
994
|
+
};
|
|
995
|
+
// --- BE-50 Wheeler-Feynman ---
|
|
996
|
+
/** Canonical node for `retarded-field-amplitude` (A_ret, [A] = V·s/m). */
|
|
997
|
+
export const retardedFieldAmplitudeQ = {
|
|
998
|
+
name: 'retarded-field-amplitude',
|
|
999
|
+
symbol: 'A_ret',
|
|
1000
|
+
dim: VECTOR_POTENTIAL,
|
|
1001
|
+
attributes: { force: 'electromagnetic' },
|
|
1002
|
+
};
|
|
1003
|
+
/** Canonical node for `advanced-field-amplitude` (A_adv, [A] = V·s/m). */
|
|
1004
|
+
export const advancedFieldAmplitudeQ = {
|
|
1005
|
+
name: 'advanced-field-amplitude',
|
|
1006
|
+
symbol: 'A_adv',
|
|
1007
|
+
dim: VECTOR_POTENTIAL,
|
|
1008
|
+
attributes: { force: 'electromagnetic' },
|
|
1009
|
+
};
|
|
1010
|
+
/** Canonical node for `time-symmetry-residual` (r_TS, dimensionless). */
|
|
1011
|
+
export const timeSymmetryResidualQ = {
|
|
1012
|
+
name: 'time-symmetry-residual',
|
|
1013
|
+
symbol: 'r_TS',
|
|
1014
|
+
dim: DIMENSIONLESS,
|
|
1015
|
+
attributes: { force: 'electromagnetic' },
|
|
1016
|
+
};
|
|
1017
|
+
//# sourceMappingURL=quantities.js.map
|