v1.3.1
Release note
[ 日本語 / Eng ]
TeNeS-1.3.1.tar.gz には依存ライブラリやマニュアルのpdfファイルが入っています。"Source code"ではなくこちらのファイルをダウンロードしてください。
インストール方法
$ tar xzvf TeNeS-1.3.1.tar.gz
$ mkdir tenes.build && cd tenes.build
$ cmake ../TeNeS-1.3.1/
$ make
$ make install
変更点
- 同梱されている
doctest.h
の更新- Intel compiler 19.x のサポート
Release note
[ 日本語 / Eng ]
Please download TeNeS-1.3.1.tar.gz (not "Source code") because this file contains dependencies and manual-pdf files
Installation guide
$ tar xzvf TeNeS-1.3.1.tar.gz
$ mkdir tenes.build && cd tenes.build
$ cmake ../TeNeS-v1.3.1/
$ make
$ make install
Changes from v1.3.0
- Update bundled
doctest.h
- New version supports Intel compiler 19