mptensor  v0.3.0
Parallel Library for Tensor Network Methods
trg.cc File Reference

Two-dimensional Ising model by TRG. More...

#include <algorithm>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <mpi.h>
#include <mptensor/mptensor.hpp>
#include "ising.hpp"

Classes

class  examples::Ising_2D::Trg
 class for TRG More...
 

Namespaces

 examples
 
 examples::Ising_2D
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Two-dimensional Ising model by TRG.

Author
Satoshi Morita morit.nosp@m.a@is.nosp@m.sp.u-.nosp@m.toky.nosp@m.o.ac..nosp@m.jp
Date
Aug 25 2016

This sample program calculates the free energy of the two-dimensional Ising model by using a tensor renormalization group (TRG).

Reference
M. Levin and C. P. Nave: Phys. Rev. Lett. 99, 120601 (2007)

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)