0.2.0
README/簡易説明
https://github.com/issp-center-dev/mVMC/blob/master/README.md
[ 日本語 / Eng ]
リリースノート
mVMC-0.2.0.tar.gzにはマニュアルのpdfファイルが入っています。"Source code"ではなくこちらのファイルをダウンロードしてください。
展開・コンパイル方法(GCC+OpenMPIの場合)
$ tar xzvf mVMC-0.2.0.tar.gz
$ cd mVMC-0.2.0/
$ bash mVMCconfig.sh gcc-openmpi
$ make mvmc
追加
- 簡易入力ファイルを読み込んでそのまま計算を始めるモード(スタンダードモード)
- 相関関数をフーリエ変換して図示するユーティリティー
バグフィックス
- 変分パラメーターを実数とするモードで計算としたときに相関関数が非数になるバグを修正。
インターフェースの変更
- モード切替のためのコマンドラインオプション(マニュアル参照)
- 変分パラメーターやエネルギー、分散のファイルは、カレントディレクトリ直下に新しく作られる
output/
ディレクトリに出力される。 - mVMCconfig.sh (全バージョンまではconfig.sh)の引数を大幅に変更。詳しくは
./mVMCconfig.sh
の出力を参照。
[ 日本語 / Eng ]
Release note
Please download mVMC-0.2.0.tar.gz (NOT "Source code") because this file contains manual-pdf files
Installation (for GCC + OpenMPI)
$ tar xzvf mVMC-0.2.0.tar.gz
$ cd mVMC-0.2.0/
$ bash mVMCconfig.sh gcc-openmpi
$ make mvmc
Add
- Standard mode in which the calculation starts immediately after single input file is read.
- Utility programs for the Fourier transformation of the static correlation function.
Bug Fix
- Correlation functions became NaN when the variational parameters are treated as real numbers.
Change in interface
- Command-line argument for turning modes (See the manual).
- Variational parameters, the energy, the variance are written to files in
output/
directory which is generated under the current-directory. - mVMCconfig.sh (config.sh in the previous release) is modified. Please type
./mVMCconfig.sh
for more detail.