Releases: issp-center-dev/TeNeS
Releases · issp-center-dev/TeNeS
v2.1.2
Changes between v2.1.2 and v2.1.1
New paper information
Our new paper about TeNeS v2 was published in Computer Physics Communications!
Bug fixes
- Fixed missing group parameter in path-decomposed evolution operators [#100]
- This issue particularly manifests when using triangular lattices or other non-square lattices, combined with multiple imaginary-time evolution groups.
Development
- Updated CI environments [#99]
Documentation and samples
- Updated README
- Updated samples of QMC in finite temperature calculations
- Fixed plot scripts in finite temperature
- Updated plot scripts for finite temperature calculation
- Updated sample for finite temperature calculation
v2.1.1
v2.1.0
TeNeS v2.1.0 Release Notes
Changes between v2.1.0 and v2.0.0
New features
tenestenes_std- Enabled to read multiple input files (#92)
Bug fixes
v2.0.0
TeNeS v2.0-beta Release Notes
Changes between v2.0.0 and v1.3.4
New features
- Real-time evolution (#68)
- Multisite observables (#69)
- Finite temperature calculation (#75)
- The bond dimension of CTM is automatically reduced in updating CTM (#77)
Minor changes
- Reordered (re-numbering) samples to match the tutorials (#82)
Bug fixes
- The sign of Sy in
tenes_simpleis fixed (#78)
v2.0-beta
v1.3.4
v1.3.3
v1.3.2
v1.3.1
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 のサポート
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 installChanges from v1.3.0
- Update bundled
doctest.h- New version supports Intel compiler 19
v1.3.0
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- 蜂の巣格子の初期状態が常に "antiferro" になっていたのを修正 (#59)
tenes- 定義されていない演算子番号は
density.datに出力しない (#60)
- 定義されていない演算子番号は
ドキュメント・チュートリアル
開発者向け
- CI 環境に macOS を追加 (#50)
その他
- いくつかの環境でコンパイルが通らない状況の改善 (#47, #51)
- CMake のオプションとしてテストスクリプト中の
mpiexecコマンドのMPIEXEC_PREFLAGSとMPIEXEC_POSTFLAGSを設定可能にする (#48)
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 installChanges from v1.2
New Features
tenes_simple- Enable to generate site hamiltonian (#56)
tenes_stdtenes- 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)
- Undefined observables (skipped groups) will no longer be written in