Structs§
- Hydrogen
Renderer - Renderer for hydrogen orbitals as 2D glyph brightness.
Enums§
- Slice
Plane - Which plane to slice through for visualization.
Functions§
- associated_
legendre - Associated Legendre polynomial P_l^m(x) via recurrence. Uses the convention without the Condon-Shortley phase (it’s included in Y_l^m).
- hydrogen_
energy - Hydrogen atom energy levels: E_n = -13.6 / n^2 eV.
- hydrogen_
orbital - Full hydrogen orbital psi_nlm(r, theta, phi).
- orbital_
name - Human-readable orbital name.
- probability_
density_ 3d - Probability density |psi|^2 at a point.
- radial_
probability - Radial probability density r^2 |R_nl(r)|^2 (probability of finding electron at radius r).
- radial_
wavefunction - Radial wave function R_nl(r) for hydrogen atom. Uses Bohr radius a0 = 1 (atomic units).
- render_
orbital_ slice - Render a 2D slice of an orbital.
- spherical_
harmonic - Spherical harmonic Y_l^m(theta, phi).