Skip to content

v1.3.1

Compare
Choose a tag to compare
@yomichi yomichi released this 21 Oct 01:55
· 46 commits to release-v1.3 since this release

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 のサポート

Forum (GitHub issue)

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