Class | Description |
---|---|
CLIAnalyzer |
An abstract base class for a command-line applications that runs a numeric computation
and writes its output to a CSV file.
|
ComplexCouplingsAnalyzer |
(For Fig 3b) Computes the lowest eigenvalue of the smeared energy density,
for a model with S-matrix consisting of \(n\) pairs of sinh-Gordon factors
with complex coupling constant, \(B=1\pm k a i\), where \(k=1..n\),
and \(a>0\) is a constant.
|
EigenvectorAnalyzer |
(For Fig 1) Computes the lowest eigenvector of the smeared energy density,
for the Ising model and the sinh-Gordon model (coupling \(B=1\)).
|
MultipleCouplingsAnalyzer |
(For Fig 3a) Computes the lowest eigenvalue of the smeared energy density,
for a model with S-matrix consisting of \(n\) sinh-Gordon factors (\(B=1\)),
where \(n\) is varied over a certain range.
|
NonstandardDensityAnalyzer |
(For Fig 5) Computes the lowest eigenvalue of the smeared "nonstandard" energy density
defined with the function \(F_P(\theta) = \big((1-\nu) + \nu \cosh\theta \big) F_\mathrm{min}(\theta+i\pi)\).
|
SinhCouplingAnalyzer |
(For Fig 2) Computes the lowest eigenvalue of the smeared energy density,
for the sinh-Gordon and the generalised Ising model,
with coupling \(B\) varying from \(0\) to \(2\).
|
SmearingWidthAnalyzer |
(For Fig 4) Computes the lowest eigenvalue of the smeared energy density,
for the sinh-Gordon model (\(B=1\)), with varying width of the Gaussian
"smearing function".
|