Package ffx.potential.utils
Class SwitchFunctionTest
java.lang.Object
ffx.utilities.FFXTest
ffx.potential.utils.SwitchFunctionTest
Test the various switching functions.
- Since:
- 1.0
- Author:
- Michael J. Schnieders, Jacob M. Litman
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Tests multiplicative switch functions.void
Tests interpolation via the PowerSwitch class.void
trigTest()
Methods inherited from class ffx.utilities.FFXTest
afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory
-
Constructor Details
-
SwitchFunctionTest
public SwitchFunctionTest()
-
-
Method Details
-
multSwitchTest
public void multSwitchTest()Tests multiplicative switch functions. -
testPowerInterpolation
public void testPowerInterpolation()Tests interpolation via the PowerSwitch class. -
trigTest
public void trigTest()
-