What it is
A clean export of ΨΛ atomic identifiers for the 118 real elements (H→Og), ready for modeling and pipelines.
CSV structure
Columns per row:
Z, Symbol, Name, m (kg), q, s, λ, χ (family), Δ, ν (128c).
- m (kg): atomic mass converted to SI kilograms.
- χ (family): chemical family as an enum.
- Δ: logical step precomputed in the export.
- ν (128c): fixed-length 128-char hexadecimal signature.
Quality checks
- Full coverage: 118 lines, H→Og.
- Column list verified.
- Mass range sanity: ~1.67×10⁻²⁷ kg (H) to ~4.88×10⁻²⁵ kg (Og).
- All ν signatures are length-128 hex.
- Export recipe documented for reproducibility.
How to use
- Lookup: join by
ZorSymbolto your chemistry tables. - Filtering: select families via
χfor quick group logic. - Model inputs: feed
Δandνto downstream spectral or affinity modules. - Audits: spot-check with the included sample rows.
Notes
The file is marked “100% consistent with the ΨΛ grid” after fixes: SI masses, correct Δ, stable 128c ν.
