Skip to content

v1.1.0

Compare
Choose a tag to compare
@tmisawa tmisawa released this 15 Nov 09:30
· 275 commits to master since this release

README/簡易説明

https://github.com/issp-center-dev/mVMC/blob/master/README.md

[ 日本語 / Eng ]

リリースノート

mVMC-1.1.0.tar.gzにはマニュアルのpdfファイルが入っています。"Source code"ではなくこちらのファイルをダウンロードしてください。

展開・コンパイル方法

$ tar xzvf mVMC-1.1.0.tar.gz
$ cmake mVMC-1.1.0/
$ make

機能追加

  • RESPACKとの結合部の機能追加。
  • OrbitalGeneralOrbitalParallel について、実数に制限した (ComplexType==0) 最適化の実装。
  • UHFで InterAll ファイルの読み込み機能を追加。
  • UHFの ModPara ファイルで NCond の読み込みに対応。

バグフィックス

  • OrbitalOrbitalParallel を使った際、虚部が最適化されないバグを修正
  • Lanczos 法を用いたときに、2体グリーン関数がおかしかったのを修正
  • greenr2k の境界条件バグを修正

Forum (GitHub issue)

[ 日本語 / Eng ]

Release note

Please download mVMC-1.1.0.tar.gz (NOT "Source code") because this file contains manual-pdf files

Build

$ tar xzvf mVMC-1.1.0.tar.gz
$ cmake mVMC-1.1.0/
$ make

New feature

  • Add interface for making input files from output by RESPACK
  • Allow optimizing OrbitalGeneral and OrbitalParallel for ComplexType == 0
  • Add function to read the InterAll file for UHF.
  • Add keyword NCond in ModPara file for UHF.

Bug Fix

  • Fixed bug in optimizing the imaginary part of variational parameters when both Orbital and OrbitalParallel are used
  • Fixed bug in measurement of the two-body Green's function by using the Lanzcos method
  • Fixed the phase factor in the periodic boundary condition in greenr2k

Forum (GitHub issue)