mptensor
v0.3.0
Parallel Library for Tensor Network Methods
|
Two-dimensional Ising model by HOTRG. More...
#include <algorithm>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <mpi.h>
#include <mptensor/mptensor.hpp>
#include "ising.hpp"
Classes | |
class | examples::Ising_2D::Hotrg |
class for HOTRG More... | |
Namespaces | |
examples | |
examples::Ising_2D | |
Functions | |
int | main (int argc, char **argv) |
Two-dimensional Ising model by HOTRG.
This sample program calculates the free energy of the two-dimensional Ising model by using a tensor renormalization group method based on higher-order singular value decomposition (HOTRG).
int main | ( | int | argc, |
char ** | argv | ||
) |