Class ThermodynamicsTest


public class ThermodynamicsTest extends AlgorithmsTest
Tests the functionality of the OST algorithm in Force Field X, both by running a very simple and quick OST run, and setting up a number of systems, comparing output energies and gradients from the starting algorithmConfig.
Since:
1.0
Author:
Michael J. Schnieders, Jacob M. Litman
  • Constructor Details

    • ThermodynamicsTest

      public ThermodynamicsTest(String info, String[] filenames, ffx.algorithms.groovy.ThermodynamicsTest.ThermoTestMode mode, boolean ciOnly, double freeEnergy, double feTol, int[] gradAtomIndices, double[] pe, double[] dudl, double[] d2udl2, double[][][] dudx, double[][][] d2udxdl, String[] options, String[] properties, String[] flags) throws IOException
      Throws:
      IOException
  • Method Details

    • data

      public static Collection<Object[]> data()
    • testThermodynamics

      public void testThermodynamics()