Skip to content

v3.3.0

Compare
Choose a tag to compare
@k-yoshimi k-yoshimi released this 19 Jul 08:13
· 325 commits to master since this release

Release note

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

インストール方法

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

プログラムの簡易紹介

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

機能追加・変更

  • スタンダードモード
    • wannier90 格子について、格子サイズや相互作用の範囲、大きさなどを調整するためのパラメータを追加 (詳細はマニュアルのWannier関数を用いたダウンフォールディングに記載)。
    • スペクトル計算においてエネルギーの原点を与えるパラメータ OmegaOrg を追加。
      • エキスパートモードの modpara.def で与えていたものをスタンダードモードでも指定できるようにしたもの(実部のみ)。
    • スペクトル計算において励起ベクトルを出力する機能を追加。
      • エキスパートモードの calcmod.def にある OutputExcitedVec で指定。

バグ修正

  • 実時間発展モードの一体対角成分に関して符号が反転していた点を修正。

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

Release note

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

Installation guide

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

Introduction of HPhi

See the README.md.

New feature

  • Standard mode
    • Added the parameters to tune the lattice size, the range, the strength of interactions etc. for the wannier90 lattice. See details for Chap. Downfolding with Wannier functions in HPhi's manual.
    • Added OmegaOrg keyword for specifying the origin of the frequency for calculating spectrum.
      • Similar to the parameter in modpara.def for the expert mode (the standard mode can only specify the real part).
  • Expert mode
    • Added the mode to output the excited vector in the calculating spectrum mode.
      • Specify by the parameter OutputExcitedVec in calcmod.def file.

Bugfix

  • The sign of one-body diagonal terms was opposite for the real-time evolution mode.

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