Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Class Bond
[hide private]
[frames] | no frames]

Class Bond

object --+    
         |    
    Handle --+
             |
            Bond

Instance Methods [hide private]
 
__repr__(self)
repr(x)
 
data(self)
 
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__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

first(self)

 

first Atom in the bond (the one with lower id)

Decorators:
  • @property

second(self)

 

second Atom in the bond (the one with higher id)

Decorators:
  • @property

atoms(self)

 

Atoms in this Bond

Decorators:
  • @property