Skip to content

2.0.1

Compare
Choose a tag to compare
@mitsuaki1987 mitsuaki1987 released this 20 Jun 05:20
· 816 commits to master since this release

Release note

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

インストール方法(Linux PC + Intelコンパイラの場合)

$ tar xzvf HPhi-2.0.1.tar.gz
$ cmake HPhi-2.0.1/
$ make

プログラムの簡易紹介

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

バグフィックス

  • MPI並列をしたときに、LOBCG法の標準出力での電子数が正しくないバグを修正
  • MPI並列をしたときに、全対角化法のphys.datの電子数が正しくないバグを修正 ( #14 バグ報告者 @TMueller83. 協力ありがとうございます !)

マニュアルの記述の修正・追加

  • LOBCG法を用いた時のLanczos_step.datの説明に誤りがありました。

インターフェースの変更

  • CalcHSのデフォルト値を1に変更しました。

Release note

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

Installation guide (e. g. Linux PC + Intel compiler)

$ tar xzvf HPhi-2.0.1.tar.gz
$ cmake HPhi-2.0.1/
$ make

Introduction of HPhi

See the README.md.

Bug Fix

  • The number of electrons printed in the standard output in MPI+LOBCG case was incorrect.
  • The number of electrons in phys.dat for FullDiag mode was incorrect ( #14 reported by @TMueller83. Thanks for the report ! ).

Fix/Add in manuals

  • The description of Lanczos_step.dat in LOBCG was incorrect.

Changes in interface

  • Change the default value of CalcHS from 0 to 1.

Forum (in Materiapps)