|
|
|
|
|
|
|
|
remove(self)
remove this Bond from the System |
|
|
|
|
first(self)
first Atom in the bond (the one with lower id) |
|
|
|
|
second(self)
second Atom in the bond (the one with higher id) |
|
|
|
|
other(self,
atom)
atom in bond not the same as given atom |
|
|
|
|
atoms(self)
Atoms in this Bond |
|
|
|
|
__setitem__(self,
key,
val)
set custom Bond property |
|
|
|
|
__getitem__(self,
key)
get custom Bond property |
|
|
|
|
__contains__(self,
key)
does custom Bond property exist? |
|
|
|
Inherited from Handle:
__eq__,
__hash__,
__init__,
__ne__,
id,
system
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|