Package | Description |
---|---|
kernels |
Routines to deal with integral kernels and their discretization, including the smeared energy density.
|
models |
Definition of the properties of various integrable models, in particular numeric evaluation of the
function \(F_\mathrm{min}\).
|
Modifier and Type | Field and Description |
---|---|
protected IntegrableModel |
EnergyDensityKernel.model
The integrable model associated with the energy density.
|
Modifier and Type | Method and Description |
---|---|
IntegrableModel |
EnergyDensityKernel.getModel()
Retrieve the integrable model associated with this kernel
|
Constructor and Description |
---|
EnergyDensityKernel(IntegrableModel model,
double mass,
double nu,
int coshPower,
double sigma)
Construct an energy density kernel for a specific integrable model.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeModel
The free model is a trivial example of an integrable model with
scattering function S=1.
|
class |
IsingModel
The Ising model is an integrable model with constant scattering function S=-1.
|
class |
ProductModel
An integrable model with scattering function composed of the product of several sinh-Gordon scattering functions.
|
class |
SinhGordonModel
The sinh-Gordon model with coupling \( 0 < B < 2 \).
|
class |
SinhIsingModel
The "sinh-Ising model" is an amalgamation of the sinh-Gordon and the Ising models.
|