Skip to content

v1.2.0

Compare
Choose a tag to compare
@k-yoshimi k-yoshimi released this 26 Oct 05:26
· 421 commits to master since this release

Release note

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

インストール方法

tar xzvf DSQSS-release-1.2.0.tar.gz
cd DSQSS-release-1.2.0
mkdir build && cd build
cmake ../
make 

主な変更点

全体

  • メインリポジトリが qmc/dsqss から issp-center-dev/dsqss へと変わりました。
  • CMake を導入しました。
  • 入力ファイル生成スクリプト dsqss_pre.py を用意しました。

DLA

  • パラメータ名変更
    • NMCSE => NPRE
    • NMCSD => NTHERM, NDECOR
      • 空回し数として、1 set 目は NTHERM を, それ以降は NDECOR を参照します

PMWA

  • パラメータ名変更
    • NTEST => NPRE
    • NMCSE => NTHERM
    • NMCSD => NDECOR
    • UBB => U
    • VB1 => V
    • tb => t

Release note

[ 日本語 / Eng ]
Please download dsqss-v1.2.0.tar.gz This file includes pdf documents in the doc folder.

Installation guide

tar xzvf DSQSS-release-1.2.0.tar.gz
cd DSQSS-release-1.2.0
mkdir build && cd build
cmake ../
make 

Common modification

  • Move main repository from qmc/dsqss to issp-center-dev/dsqss.
  • Introduce CMake to build dla and pmwa.
  • Make dsqss_pre.py to generate input files for dla and pmwa.

DLA

  • Change parameter names
    • NMCSE => NPRE
    • NMCSD => NTHERM, NDECOR
      • Refer NTHERM for the first interval and NDECOR from the second interval.

PMWA

  • Change parameter names
    • NTEST => NPRE
    • NMCSE => NTHERM
    • NMCSD => NDECOR
    • UBB => U
    • VB1 => V
    • tb => t