OpenMM
|
A TabulatedFunction uses a set of tabulated values to define a mathematical function. More...
Public Member Functions | |
def | __init__ |
def | Copy |
Copy(self) -> TabulatedFunction. |
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:
def __init__ | ( | self, | |
args, | |||
kwargs | |||
) |
def Copy | ( | self | ) |
Copy(self) -> TabulatedFunction.
Reimplemented in Discrete3DFunction, Discrete2DFunction, Discrete1DFunction, Continuous3DFunction, Continuous2DFunction, and Continuous1DFunction.