public class ProductModelTest extends java.lang.Object
ProductModel
implementation with special cases
that are implemented in other classes as well, for example the classes
IsingModel
and SinhGordonModel
.Constructor and Description |
---|
ProductModelTest() |
Modifier and Type | Method and Description |
---|---|
void |
comparisonWithIsing()
Verifies the product model against the Ising model.
|
void |
comparisonWithSinhGordon()
Verifies the product model against the sinh-Gordon model with various couplings.
|
void |
comparisonWithSinhIsing()
Verifies the product model against the sinh-Gordon model with an additional minus sign ("sinh-Ising model").
|
void |
comparisonWithSinhProduct()
Verifies the product model against a manually computed product of S-matrices from three sinh-Gordon models.
|
public ProductModelTest()
public void comparisonWithIsing()
public void comparisonWithSinhGordon()
public void comparisonWithSinhIsing()
public void comparisonWithSinhProduct()