OpenMM
 All Classes Namespaces Functions Variables Pages
TabulatedFunction Class Reference

A TabulatedFunction uses a set of tabulated values to define a mathematical function. More...

+ Inheritance diagram for TabulatedFunction:

Public Member Functions

def __init__
 
def __del__
 del(OpenMM::TabulatedFunction self) More...
 
def Copy
 Copy(TabulatedFunction self) -> TabulatedFunction. More...
 

Detailed Description

A TabulatedFunction uses a set of tabulated values to define a mathematical function.

It can be used by various custom forces.

TabulatedFunction is an abstract class with concrete subclasses for more specific types of functions. There are subclasses for:

  • 1, 2, and 3 dimensional functions. The dimensionality of a function means the number of input arguments it takes.

  • Continuous and discrete functions. A continuous function is interpolated by fitting a natural cubic spline to the tabulated values. A discrete function is only defined for integer values of its arguments (that is, at the tabulated points), and does not try to interpolate between them. Discrete function can be evaluated more quickly than continuous ones.

Constructor & Destructor Documentation

def __init__ (   self,
  args,
  kwargs 
)
def __del__ (   self)

del(OpenMM::TabulatedFunction self)

References simtk.openmm.openmm.stripUnits().

Member Function Documentation

def Copy (   self,
  args 
)

Copy(TabulatedFunction self) -> TabulatedFunction.

References simtk.openmm.openmm.stripUnits().


The documentation for this class was generated from the following file: