Skip to content

v1.1.0

Compare
Choose a tag to compare
@yomichi yomichi released this 09 Jul 03:38
· 25 commits to release-v1.1 since this release

Release note

[ 日本語 / Eng ]
TeNeS-v1.1.0.tar.gzにはマニュアルのpdfファイルが入っています。"Source code"ではなくこちらのファイルをダウンロードしてください。

インストール方法

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

v1.0 からの変更点

  • tenes_simple
    • ボースハバード模型 boson を追加 (#30)
    • スピン模型にて、 y方向の磁場を追加 (#27)
    • スピン模型にて、磁場を指定するパラメータ名の変更 (#27)
  • tenes_std
    • 長距離相互作用があるときにパラメータ skew を非零にするとクラッシュするバグを修正 (#29)
  • samples
    • 正方格子反強磁性ハイゼンベルグ模型のエネルギー計算を追加
  • マニュアル
    • スピン模型にて、オンサイトスピン異方性 D の符号が逆になっているのを修正
    • 物理格子(三角格子など)と正方格子 TPS との関係をドキュメントに追加 (#31)

Forum (GitHub issue)

Release note

[ 日本語 / Eng ]
Please download TeNeS-v1.1.0.tar.gz (not "Source code") because this file contains manual-pdf files

Installation guide

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

Change from v1.0

  • tenes_simple
    • New model: Bose-Hubbard model boson (#30)
    • In "spin", magnetic field along with Sy is now available (#27)
    • In "spin", the names specifying the magnetic field are changed from h and gamma to hx, hy, and hz. (#27)
  • tenes_std
    • A bug is fixed; tenes_std crushed when skew is not zero and there are long-range interactions (#29)
  • samples
    • Bond-dimension dependence of the ground state energy for antiferromagnetic Heisenberg model on a square lattice
  • Documents
    • In the "spin" model, it is fixed that the sign of the onsite spin anisotropy D was reversed.
    • Relationships between the physical lattices such as the triangular lattice and the corresponding square TPS are now described. (#31)

Forum (GitHub issue)