v1.2.0
Release note
[ 日本語 / Eng ]
TeNeS-1.2.0.tar.gz には依存ライブラリやマニュアルのpdfファイルが入っています。"Source code"ではなくこちらのファイルをダウンロードしてください。
インストール方法
$ tar xzvf TeNeS-1.2.0.tar.gz
$ mkdir tenes.build && cd tenes.build
$ cmake ../TeNeS-1.2.0/
$ make
$ make install
変更点
新機能
バグ修正
- 計算されたノルムが実であるという仮定の撤廃 (#40)
- 収束などがうまく行っていないときには虚になりうる
ドキュメントなど
- ハードコアボソンのサンプル (06) でボンド次元などのパラメータを変更
開発者向け
Release note
[ 日本語 / Eng ]
Please download TeNeS-1.2.0.tar.gz (not "Source code") because this file contains dependencies and manual-pdf files
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