pyre.handbook.elements.PeriodicTable¶
Module Contents¶
-
class
pyre.handbook.elements.PeriodicTable.PeriodicTable(**kwds)¶ An encapsulation of the periodic table of elements
-
name(self, name)¶ Retrieve the element with the given {name}
-
symbol(self, symbol)¶ Retrieve the element with the given {symbol}
-
atomicNumber(self, z)¶ Retrieve the element with the given atomic number
-