addNamedProperties(self,
fobject,
named_props)
|
|
Add the parameters passed to the addToFST method to the FFIO block.
These parameters generally have custom names. Modified from the parent
class to include the mass and charge parameters which have been extracted
from the database dictionary.
@type fobject:schrodinger.application.desmond.ffiostructure._FFIOSite
- Parameters:
fobject - The object to add the parameters to
named_props (list) - Two item list, first item is the name of the site and second is
the vdw type of the site
- Overrides:
FFIOParam.addNamedProperties
|