Skip to content

v1.3.0

Compare
Choose a tag to compare
@yomichi yomichi released this 20 Oct 08:51
· 49 commits to release-v1.3 since this release

Release note

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

インストール方法

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

変更点

新機能

  • tenes_simple
    • サイトハミルトニアン出力機能 (#56)
  • tenes_std
    • サイトハミルトニアンの導入 (#56)
    • group=0observable が無いときに hamiltonian をコピーする (#53)
  • tenes
    • 1サイト虚時間発展演算子の導入 (#56)

バグ修正

  • tenes_simple
    • 蜂の巣格子の初期状態が常に "antiferro" になっていたのを修正 (#59)
  • tenes
    • 定義されていない演算子番号は density.dat に出力しない (#60)

ドキュメント・チュートリアル

開発者向け

  • CI 環境に macOS を追加 (#50)

その他

  • いくつかの環境でコンパイルが通らない状況の改善 (#47, #51)
  • CMake のオプションとしてテストスクリプト中の mpiexec コマンドの MPIEXEC_PREFLAGSMPIEXEC_POSTFLAGS を設定可能にする (#48)

Forum (GitHub issue)

Release note

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

Installation guide

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

Changes from v1.2

New Features

  • tenes_simple
    • Enable to generate site hamiltonian (#56)
  • tenes_std
    • Introduce site hamiltonian (#56)
    • Copy hamiltonian as observable with group=0 when observable with group=0 is not defined (#53)
  • tenes
    • Introduce site imaginary time evolutionary operator (#56)

Fixes

  • tenes_simple
    • Fix a bug that an initial state always becomes "antiferro" in the case of honeycomb lattice (#59)
  • tenes
    • Undefined observables (skipped groups) will no longer be written in density.dat (#60)

Documents and tutorials

For developers

  • Fix bugs that compilation fails in some environments (#47, #51)
  • CMake can pass MPIEXEC_PREFLAGS and MPIEXEC_POSTFLAGS options to mpiexec commands in test (#48)