v1.1
Release note
[ 日本語 / Eng ]
HPhi-release-1.1.tar.gzにはマニュアルのpdfファイルが入っています。こちらをダウンロードしてください。
インストール方法(Linux PC + Intelコンパイラの場合)
tar xzvf HPhi-release-1.1.tar.gz
cd HPhi-release-1.1
bash HPhiconfig.sh intel
make
プログラムの簡易紹介
README.mdを参照してください。
バグフィックス
- エキスパートモードにて、InterAll形式で
c_{i s}^{\dagger} c_{j t} c_{j t}^{\dagger} c_{i s}
のような順序で演算子を指定した場合に正しく計算が行われないバグを修正。
追加
- 日立製作所 SR16000用のビルド指定。
変更
- 乱数による初期波動関数の生成部分の並列化。
Release note
[ 日本語 / Eng ]
Please download HPhi-release-1.1.tar.gz which contains manual-pdf files
Installation guide (e. g. Linux PC + Intel compiler)
tar xzvf HPhi-release-1.1.tar.gz
cd HPhi-release-1.1
bash HPhiconfig.sh intel
make
Introduction of HPhi
See the README.md.
Bug Fix
- HPhi had failed when we specify a term such as c_{i s}^{\dagger} c_{j t} c_{j t}^{\dagger} c_{i s} in the expert mode.
Addition
- Configuration for the HITACH SR 16000
Modification
- Parallelization in generating the initial wavefunction with random numbers.