View source: R/analysis_gradient_flow.R
analysis_gradient_flow | R Documentation |
function to analyse the gradient flow output files generated by the tmLQCD software, see references.
analysis_gradient_flow(path, outputbasename, basename = "gradflow", read.data = TRUE, pl = FALSE, plotsize = 4, skip = 0, start = 0, scale = 1, dbg = FALSE)
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 |
pl |
boolean. If set to |
plotsize |
numeric. Plot sidelength, this is passed to
|
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 |
Nothing is returned.
K. Jansen and C. Urbach, Comput.Phys.Commun. 180 (2009) 2717-2738
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.