Release

ver.1.1.1 was released.

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

Installation guide

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

Change from v1.1.0

  • samples
    • New sample: hardcore Bose-Hubbard model on the triangular lattice
    • A variable MPI_cmd which indicates the MPI invoker (e.g., mpiexec -np 1) is added into each Python scripts in samples
    • Some parameters are tuned in order to reduce the computational time
  • install
    • Some missing files in the sample directory are now installed properly
    • The directory where sample files will be installed is changed
      • OLD: $TENES_ROOT/shared/tenes/$VERSION
      • NEW: $TENES_ROOT/shared/tenes

Forum (GitHub issue)