Skip to content

v1.2.0

Compare
Choose a tag to compare
@mitsuaki1987 mitsuaki1987 released this 15 Nov 07:20
· 1066 commits to master since this release

Release note

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

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

tar xzvf HPhi-release-1.2.0.tar.gz
cd HPhi-release-1.2.0
bash HPhiconfig.sh intel
make

プログラムの簡易紹介

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

追加

  • 動的グリーン関数・励起スペクトル計算機能 (一般スピンについては次のバージョンで対応予定)
  • Lanczos法、TPQ法で途中で計算を終了してファイルに書き出し、リスタートをする機能
  • 関数ごと、計算手順ごとの経過時間の出力 (CalcTimer.dat)
  • Sz、粒子数保存系での準備段階の高速化 (ModParaファイルのCalcHSで指定)
  • TPQ法でSz^2の期待値を計算する機能
  • エネルギー期待値を計算するファイルを変更(expec_energy.cからexpec_energy_flct.cに変更)

バグフィックス

  • スタンダードモードで、スピン間の相互作用の非対角ペア(JxyとJyxなど)に異なる値を入れた時に、両方同じ値になるバグを修正。

入力ファイルの変更

  • キーワードnvecを削除。このキーワードは無視される。

Release note

[ 日本語 / Eng ]
Please download HPhi-release-1.2.0.tar.gz which contains manual-pdf files

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

tar xzvf HPhi-release-1.2.0.tar.gz
cd HPhi-release-1.2.0
bash HPhiconfig.sh intel
make

Introduction of HPhi

See the README.md.

Add

  • Calculation of the dynamical Green's functions and the excitation spectrum (not yet implemented to the generalized spin model).
  • Restart from saved files in TPQ and Lanczos method.
  • Print wall times for each functions and procedure (output to the CalcTimer.dat file).
  • Accelerate the initialization for the canonical ensemble (input "CalcHS=1" in the ModPara file).
  • Calculation of the expected value of Sz^2 in TPQ method.
  • Change the expec_energy.c file to the expec_energy_flct.c file.

Bug Fix

  • When one set the off-diagonal pair of spin interaction (such as Jxy and Jyx) with different values, they became the same value.

Change of input file

Keyword nvec is deleted. It is ignored.

Forum (in Materiapps)