extract.loop: Extract a single loop from an object of class 'cmiloop'

View source: R/readutils.R

extract.loopR Documentation

Extract a single loop from an object of class cmiloop

Description

Extracts all loop values from an object of class cmiloop for all available times, samples and configurations.

Usage

extract.loop(cmiloop, obs = 9, ind.vec = c(2, 3, 4, 5, 6, 7, 8, 1), L)

Arguments

cmiloop

input object of class cmiloop generated for instance with readcmiloopfiles.

obs

the observable to extract

ind.vec

index vector to be used during extraction with ind.vec[1] the column with the observable number, ind.vec[2] the time values, ind.vec[3] the sample numbers, ind.vec[4] the real part of the local loop, ind.vec[5] the imaginary part of the local loop, ind.vec[6] and ind.vec[7] the same for fuzzed (or smeared) loops and ind.vec[8] for the configuraton number.

L

The spatial lattice extent needed for normalisation. If not given set to Time/2.

Value

a list with elements as follows:

cf: real part of the local loop

icf: imaginary part of the local loop

scf: real part of the smeared loop

iscf: imaginary part of the smeared loop

Time=Time, nrSamples, nrObs=1, nrStypes=2, obs=obs and conf.index. The last is the list of configurations corresponding to the loops.

Author(s)

Carsten Urbach, curbach@gmx.de

See Also

readcmiloopfiles


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