Release

ver. 1.0-β was prereleased !

Please download TeNeS-1.0-beta.tar.gz (not "Source code") because this file contains manual-pdf files

Installation guide

$ tar xzvf TeNeS-1.0-beta.tar.gz
$ mkdir tenes.build && cd tenes.build
$ cmake ../TeNeS-1.0-beta/
$ make
$ make install

New features

  • tenes_std (NEW TOOL)
    • Generate imaginary time evolution tensor from a bond Hamiltonian
      • In particular, the imaginary time evolution tensor further than the nearest neighbor on the square lattice TNS is divided into the product of the imaginary time evolution tensors on the nearest neighbor bond
  • tenes_simple
    • New lattice
      • "triangular" lattice
    • Second and third nearest neighbor interactions are introduced
  • tenes
    • Change I/O format
    • Two site operator computations are enhanced
      • Operator can be specified as a pair of one site operators
      • Enabled to treat up to 4×4 distances on the square tensor TNS
    • Bond dimensions can be changed on restart

Forum (GitHub issue)