Module flavio.physics.elements
Data structures with the chemical elements.
Functions
def Z(symbol)-
Expand source code
def Z(symbol): return _table_inv[symbol] def symbol(Z)-
Expand source code
def symbol(Z): return _table[Z]