sknano.core.atoms.Atom¶
-
class
sknano.core.atoms.Atom(element=None, m=None)[source][source]¶ Base class for abstract representation of structure atom.
Parameters: element : {str, int}, optional
A string representation of the element symbol or an integer specifying an element atomic number \(\boldsymbol{Z}\).
Attributes
ZAtomic number \(Z\). elementElement symbol. mAtomic mass \(m_a\) in atomic mass units. symbolElement symbol. Methods
todict()Return dict of Atomconstructor parameters.