ModelRecursiveTable
-
class ModelRecursiveTable : public feasst::ModelTwoBody
This is an experimental and relatively untested alternative to TablePotential which can have tables inside of tables (RecursiveTable). It serves more as a demonstration than a recommended method, because alternative methods such as splines would probably be better.
Arguments
input_file: checkpoint file from BuildRecursiveTable. For more than one site type, provide a comma-separated list of the colon- separated pairs of “[site type name]_[site type name]:filename” For example: “A_A:file1,A_B:file2,B_B:file2” for A and B interactions.