Package schrodinger :: Package application :: Package bioluminate :: Module interaction_calculator :: Class InteractionParams
[hide private]
[frames] | no frames]

Class InteractionParams

object --+
         |
        InteractionParams

A class to store settings for interaction parameters

Instance Methods [hide private]
 
__init__(self)
Initialize the class using the default param
dict
paramDict(self)
Return a dictionary of all interaction parameters.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

Initialize the class using the default param

Overrides: object.__init__

paramDict(self)

 

Return a dictionary of all interaction parameters. Note that changes to this dictionary will change the instance variables as well.

Returns: dict
A dictionary of all interaction parameters