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

Class _FFPseudo

object --+
         |
        _FFPseudo

A class to hold force field parameters for a pseudo atom.

Instance Methods [hide private]
 
__init__(self, ffhandle, index)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_getXCoord(self)
 
_setXCoord(self, value)
 
_getYCoord(self)
 
_setYCoord(self, value)
 
_getZCoord(self)
 
_setZCoord(self, value)
 
_getXVel(self)
 
_setXVel(self, value)
 
_getYVel(self)
 
_setYVel(self, value)
 
_getZVel(self)
 
_setZVel(self, value)
 
_getProperty(self)
 
_setProperty(self, d)

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

Properties [hide private]
  x_coord
x component of the position vector
  y_coord
y component of the position vector
  z_coord
z component of the position vector
  x_vel
x component of the velocity vector
  y_vel
y component of the velocity vector
  z_vel
z component of the velocity vector
  property
properties

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)

Property Details [hide private]

x_coord

x component of the position vector

Get Method:
_getXCoord(self)
Set Method:
_setXCoord(self, value)

y_coord

y component of the position vector

Get Method:
_getYCoord(self)
Set Method:
_setYCoord(self, value)

z_coord

z component of the position vector

Get Method:
_getZCoord(self)
Set Method:
_setZCoord(self, value)

x_vel

x component of the velocity vector

Get Method:
_getXVel(self)
Set Method:
_setXVel(self, value)

y_vel

y component of the velocity vector

Get Method:
_getYVel(self)
Set Method:
_setYVel(self, value)

z_vel

z component of the velocity vector

Get Method:
_getZVel(self)
Set Method:
_setZVel(self, value)

property

properties

Get Method:
_getProperty(self)
Set Method:
_setProperty(self, d)