Loading function for thermodynamic integration function TIcurve()
TIcurve()
Returns a list of matrices holding three columns (lambda state point, value and error) for every file.
load_TIcurve( files, mdEngine = "GROMOS" )
files
: Vector of files (up to two) to be loaded.)mdEngine
: Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: "GROMOS"
.Returns a list of (at least) n
x3-matrices, each holding three columns:
# GROMOS load_TIcurve( c( system.file( "extdata/TIcurve_example.txt.gz", package = "MDplot" ) ) )
Christian Margreitter