Skip to content

Methods to calculate and store partial derivatives in the the FF classes and refactoring FF classes

Because the methods and the data are generic this should be implemented in the base class. Currently PairFF is the base class but it should be a sub-class of a more generic BaseFF class. The derivatives should be implemented in the BaseFF class.