hankel2effectivemass: hankel2effectivemass

View source: R/hankel.R

hankel2effectivemassR Documentation

hankel2effectivemass

Description

hankel2effectivemass

Usage

hankel2effectivemass(hankel, id = c(1), type = "log", range = c(0, 1),
  eps = 1e-16, sort.type = "values", sort.t0 = TRUE)

Arguments

hankel

object as returned from bootstrap.hankel

id

Integer. Index of eigenvalue to consider, 1 <= id <= n.

type

Character vector. Type of effective mass to use. Must be in c("log", "acosh")

range

Numeric vector. Value-range for the real part of the eigenvalues (not the energies). If outside this range, the eigenvalue will be discarded

eps

Numeric. Cut-off: if the imaginary part of the generalised eigenvalues is larger than eps, the eigenvalue is discarded.

sort.type

the sort algorithm to be used to sort the eigenvalues. This can be either simply "values", or the eigenvector information is used in addition with "vectors"

sort.t0

Boolean. Whether to use the eigenvector at t0 or the one at deltat-1 for sorting

Value

Returns an object of S3 class effectivemass.

See Also

input is generated via bootstrap.hankel alternatively use hankel2cf. See also bootstrap.effectivemass

Other hankel: bootstrap.hankel_summed(), bootstrap.hankel(), gevp.hankel_summed(), gevp.hankel(), hankel2cf(), plot_hankel_spectrum()


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