readnissatextcf | R Documentation |
reader for Nissa text format correlation functions
readnissatextcf(file_basenames_to_read, smear_combs_to_read, Time, combs_to_read, nts = Time, sym.vec = c(1), symmetrise = FALSE)
file_basenames_to_read |
Character vector of file names without the
smearing combination suffixes (such as 'll', 'ls', 'sl', 'ss')
which will be added in the reading routine accordign to what was
passed via | ||||||||||
smear_combs_to_read |
Character vector containing the smearing cominations that are to be read.
These will be attached to the | ||||||||||
Time |
Integer, time extent of the lattice. | ||||||||||
combs_to_read |
Data frame containing the indices of the masses and r-paramter combinations to be read as well as the name of the spin combination. For a two-point function using the second and third mass (0-indexed), the (+^dag,+) r-combination and the pseudoscalar-pseudoscalar spin combination would look as follows:
| ||||||||||
nts |
Integer, number of time slices to be read from the correlator files. | ||||||||||
sym.vec |
Integer or numeric vector. Specifies whether the correlator at
the given position is symmetric (+1.0) or anti-symmetric (-1.0 )
under time reflection. This is passed to | ||||||||||
symmetrise |
Boolean, specifies whether averaging over backward and forward correlators should be done after the correlator has been read in. |
Returns an object of class cf
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.