Skip to content

v3.5.2

Latest
Compare
Choose a tag to compare
@k-yoshimi k-yoshimi released this 07 Mar 06:00
· 3 commits to master since this release
df0277d

[ 日本語 / 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

機能追加

  • change version of StdFace from v.0.1 to v.0.5 PR139, PR155

その他

  • Update tutorial PR132, PR136, PR137, PR138, PR140
  • Modify message when Hamiltonian is outputted. PR133
  • python -> python3 PR135
  • Related to the tests
    • correct numpy dtypes [PR142] (#142)
    • CI test on Ubuntu 22.04 and macOS 11[PR143] (#143)
    • remove too slow tests [PR154] (#154)

Forum (GitHub issue)

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

New function

  • change version of StdFace from v.0.1 to v.0.5 PR139, PR155

Others

  • Update tutorial PR132, PR136, PR137, PR138, PR140
  • Modify message when Hamiltonian is outputted. PR133
  • python -> python3 PR135
  • Related to the tests
    • correct numpy dtypes [PR142] (#142)
    • CI test on Ubuntu 22.04 and macOS 11[PR143] (#143)
    • remove too slow tests [PR154] (#154)

Forum (GitHub issue)