Skip to content

v3.1.2

Compare
Choose a tag to compare
@k-yoshimi k-yoshimi released this 25 Oct 08:44
· 430 commits to master since this release

Release note

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

インストール方法

$ tar xzvf HPhi-3.1.2.tar.gz
$ mkdir HPhi.build && cd HPhi.build
$ cmake ../HPhi-3.1.2/
$ make

プログラムの簡易紹介

README.mdを参照してください。

バグ修正

  • ScaLAPACKのコンパイルオプションをONにした場合のLOBPCGでエネルギー計算処理を修正.
  • MPIかつS>1/2かつ非対角相互作用でのハミルトニアン-ベクトル積が正しくないバグを修正.

形式変更

  • ファイル読み込みでのエラー処理を強制終了する形式に変更.

[Forum (GitHub issue)] (https://github.com/issp-center-dev/HPhi/issues)

Release note

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

Installation guide

$ tar xzvf HPhi-3.1.2.tar.gz
$ mkdir HPhi.build && cd HPhi.build
$ cmake ../HPhi-3.1.2/
$ make

Introduction of HPhi

See the README.md.

Bug fix

  • Fixed the calculation of energies by LOBPCG method when the cmake option of ScaLAPACK turns on.
  • Fixed the bug in the Hamiltonian-vector multiplication in MPI&S>1/2&off-diagonal J

Modification

  • Changed error processing of reading files to forced termination.

[Forum (GitHub issue)] (https://github.com/issp-center-dev/HPhi/issues)