Release

TeNeS v1.2.0 has been released

TeNeS-1.2.0.tar.gz 

Installation guide

$ tar xzvf TeNeS-1.2.0.tar.gz
$ mkdir tenes.build && cd tenes.build
$ cmake ../TeNeS-v1.2.0/
$ make
$ make install

Changes from v1.1

New Features

  • Mean field environments (#34)
  • Local gauge fixing in the simple updates (#39)
  • Correlation length (#35)

Fixes

  • Remove the assumption that norms used in estimating expectation values is real (#40)

Documents, etc.

  • In the sample of hardcore Boson (06), some parameters such as the bond dimension are updated

For developers

  • Change structures of source codes (#37)
  • Make a library (#38)