|
|
|
|
|
|
|
|
|
|
|
remove(self)
remove this Atom from the System |
|
|
|
|
__setitem__(self,
key,
val)
set atom property key to val |
|
|
|
|
__getitem__(self,
key)
get atom property key |
|
|
|
|
__contains__(self,
key)
does atom property key exist? |
|
|
|
|
addBond(self,
other)
create and return a Bond from self to other |
|
|
|
|
findBond(self,
other)
Find the bond between self and Atom other; None if not found |
|
|
|
|
|
|
|
|
|
|
|
|
|
bonds(self)
Bonds connected to this atom |
|
|
|
|
|
|
|
nbonds(self)
number of bonds to this atom |
|
|
|
Inherited from Handle:
__eq__,
__hash__,
__init__,
__ne__,
id,
system
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|