mendeleev.econf

Implementation of the abstraction for the elctronic configuration object.

Functions

get_l(subshell)

Return the orbital angular momentum quantum number for a given subshell

get_spin_strings(sodict[, average])

spin strings as numpy arrays

print_spin_occupations(sodict[, average])

Pretty format for the spin occupations

shell_capactity(shell)

Return the shell capacity (max number of electrons)

subshell_capacity(subshell)

Return the subshell capacity (max number of electrons)

subshell_degeneracy(subshell)

Return the degeneracy of a given subshell

Classes

ElectronicConfiguration([conf, atomre, shellre])

Electronic configuration handler