pyre.handbook.elements

Package Contents

class pyre.handbook.elements.Element(number, symbol, name, weight, **kwds)
__str__(self)

Generate a string representation, mostly for debugging purposes

class pyre.handbook.elements.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

pyre.handbook.elements.periodicTable