analysis_gradient_flow: analysis_gradient_flow

View source: R/analysis_gradient_flow.R

analysis_gradient_flowR Documentation

analysis_gradient_flow

Description

function to analyse the gradient flow output files generated by the tmLQCD software, see references.

Usage

analysis_gradient_flow(path, outputbasename, basename = "gradflow",
  read.data = TRUE, pl = FALSE, plotsize = 4, skip = 0, start = 0,
  scale = 1, dbg = FALSE)

Arguments

path

string. path to data files

outputbasename

string. basename of output files

basename

string. basename of input files, for example "gradflow"

read.data

boolean. Indicates whether to read data fresh from data files or to use basename.raw.gradflow.Rdata instead

pl

boolean. If set to TRUE plots will be generated

plotsize

numeric. Plot sidelength, this is passed to tikz.init.

skip

integer. number of measurements to skip

start

integer. start value for time

scale

numeric. scale factor for the MD time, should be set to the stridelength (in units of trajectories or configurations) which was used to produce the gradient flow files, such that the distance between measurements can be interpreted correctly and the reported autocorrelation times scaled appropriately.

dbg

boolean. If set to TRUE debugging output will be provided.

Value

Nothing is returned.

References

K. Jansen and C. Urbach, Comput.Phys.Commun. 180 (2009) 2717-2738


hadron documentation built on Sept. 9, 2022, 5:06 p.m.