Source code for ryd_numerov.elements.sodium
from ryd_numerov.elements.element import Element
[docs]
class Sodium(Element):
species = "Na"
s = 1 / 2
ground_state_shell = (3, 0)
# https://webbook.nist.gov/cgi/inchi?ID=C7440235&Mask=20
_ionization_energy = (5.139_08, None, "eV")