Package schrodinger :: Package trajectory :: Module ffstructure :: Class _FFSite
[hide private]
[frames] | no frames]

Class _FFSite

object --+
         |
        _FFSite

A class to hold force field parameters for a site.

Instance Methods [hide private]
 
__init__(self, ffhandle, index)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_getSiteName(self)
 
_setSiteName(self, value)
 
_getCharge(self)
 
_setCharge(self, value)
 
_getMass(self)
 
_setMass(self, value)
 
_getC1(self)
 
_setC1(self, value)
 
_getC2(self)
 
_setC2(self, value)
 
_getType(self)
 
_setType(self, value)
 
_getVdwtype(self)
 
_setVdwtype(self, value)
 
_getProperty(self)
 
_setProperty(self, d)

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

Class Variables [hide private]
  site_name = property(fget= _getSiteName, fset= _setSiteName, d...
  charge = property(fget= _getCharge, fset= _setCharge, doc= 'ch...
  mass = property(fget= _getMass, fset= _setMass, doc= 'mass')
  c1 = property(fget= _getC1, fset= _setC1, doc= 'force constant')
  c2 = property(fget= _getC2, fset= _setC2, doc= 'force constant')
  type = property(fget= _getType, fset= _setType, doc= 'type of ...
  vdwtype = property(fget= _getVdwtype, fset= _setVdwtype, doc= ...
  property = property(_getProperty, _setProperty, doc= "properti...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ffhandle, index)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

site_name

Value:
property(fget= _getSiteName, fset= _setSiteName, doc= 'atom name')

charge

Value:
property(fget= _getCharge, fset= _setCharge, doc= 'charge')

type

Value:
property(fget= _getType, fset= _setType, doc= 'type of this site, pseu\
do or atom')

vdwtype

Value:
property(fget= _getVdwtype, fset= _setVdwtype, doc= 'the name in a vdw\
type block')

property

Value:
property(_getProperty, _setProperty, doc= "properties")