mptensor  v0.3.0
Parallel Library for Tensor Network Methods
examples::Ising_2D Namespace Reference

Classes

class  Atrg
 class for ATRG More...
 
class  Hotrg
 class for HOTRG More...
 
class  Trg
 class for TRG More...
 

Typedefs

typedef Tensor< scalapack::Matrix, double > tensor
 

Functions

double exact_free_energy_integrand (double beta, double x)
 
double exact_free_energy (double temp)
 

Variables

const double Ising_Tc = 2.0 / log(1.0 + sqrt(2.0))
 Tc of the Ising model on the square lattice. More...
 

Typedef Documentation

◆ tensor

Function Documentation

◆ exact_free_energy()

double examples::Ising_2D::exact_free_energy ( double  temp)

◆ exact_free_energy_integrand()

double examples::Ising_2D::exact_free_energy_integrand ( double  beta,
double  x 
)

Variable Documentation

◆ Ising_Tc

const double examples::Ising_2D::Ising_Tc = 2.0 / log(1.0 + sqrt(2.0))

Tc of the Ising model on the square lattice.