Skip to content

v1.2.0

Compare
Choose a tag to compare
@yomichi yomichi released this 13 Dec 07:37

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

変更点

新機能

  • 平均場環境 (#34)
  • simple update における局所ゲージ固定機能 (#39)
  • 相関長計算 (#35)

バグ修正

  • 計算されたノルムが実であるという仮定の撤廃 (#40)
    • 収束などがうまく行っていないときには虚になりうる

ドキュメントなど

  • ハードコアボソンのサンプル (06) でボンド次元などのパラメータを変更

開発者向け

  • ソースコードのディレクトリ構成を変更 (#37)
  • ライブラリ化 (#38)

Forum (GitHub issue)

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

For developers

  • Change structures of source codes (#37)
  • Make a library (#38)