Molecule¶
-
class
sknano.core.atoms.molecules.Molecule(atoms=None, **kwargs)[source] [edit on github][source]¶ Bases:
sknano.core.meta.BaseClassBase class for abstract representation of a molecule.
Per Wikipedia, “a molecule is an electrically neutral group of two or more atoms held together by chemical bonds.”
Parameters: atoms ({None, sequence, Atoms}, optional) – if notNone, then a list ofAtominstances or anAtomsinstance.Attributes
fmtstrFormat string. Methods
rezero(*args, **kwargs)rotate(**kwargs)todict()Return dictofMoleculeconstructor parameters.translate(*args, **kwargs)Methods Summary
rezero(*args, **kwargs)rotate(**kwargs)todict()Return dictofMoleculeconstructor parameters.translate(*args, **kwargs)Methods Documentation
-
rezero(*args, **kwargs)[source] [edit on github][source]¶
-
rotate(**kwargs)[source] [edit on github][source]¶
-
translate(*args, **kwargs)[source] [edit on github][source]¶
-