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

class for ATRG More...

Public Member Functions

 Atrg (double temp)
 
double free_energy () const
 
double n_spin () const
 
void update (int chi, int direction)
 

Public Attributes

double temp
 
tensor a_up
 
tensor a_down
 
double log_factor
 
double log_n_spin
 

Detailed Description

class for ATRG

Constructor & Destructor Documentation

◆ Atrg()

examples::Ising_2D::Atrg::Atrg ( double  temp)

Member Function Documentation

◆ free_energy()

double examples::Ising_2D::Atrg::free_energy ( ) const
inline

◆ n_spin()

double examples::Ising_2D::Atrg::n_spin ( ) const
inline

◆ update()

void examples::Ising_2D::Atrg::update ( int  chi,
int  direction 
)

Member Data Documentation

◆ a_down

tensor examples::Ising_2D::Atrg::a_down

◆ a_up

tensor examples::Ising_2D::Atrg::a_up

◆ log_factor

double examples::Ising_2D::Atrg::log_factor

◆ log_n_spin

double examples::Ising_2D::Atrg::log_n_spin

◆ temp

double examples::Ising_2D::Atrg::temp

The documentation for this class was generated from the following file: