[ 日本語 / Eng ]
ダウンロードする場合は、"Source code" ではなく HPhi-3.5.2.tar.gz を利用してください。
こちらには依存パッケージ (StdFace) が同梱されています。
インストール方法
$ tar xzvf HPhi-3.5.2.tar.gz
$ mkdir HPhi.build && cd HPhi.build
$ cmake ../HPhi-3.5.2/
$ make
プログラムの簡易紹介
README.md を参照してください。
バグ修正
- Fix definition of norm PR134
機能追加
その他
- Update tutorial PR132, PR136, PR137, PR138, PR140
- Modify message when Hamiltonian is outputted. PR133
- python -> python3 PR135
- Related to the tests
Release note
[ 日本語 / Eng ]
Please download HPhi-3.5.2.tar.gz (not "Source code") because this tar file includes dependencies (StdFace).
Installation guide
$ tar xzvf HPhi-3.5.2.tar.gz
$ mkdir HPhi.build && cd HPhi.build
$ cmake ../HPhi-3.5.2/
$ make
Introduction of HPhi
See README.md.
Bug fix
- Fix definition of norm PR134