Skip to content

v2.0.4

Compare
Choose a tag to compare
@yomichi yomichi released this 16 Feb 04:40
· 93 commits to release-2.0 since this release

Release note

[ 日本語 / Eng ]

マニュアル

HTML
PDF

インストール方法

git clone https://github.com/issp-center-dev/dsqss
cd dsqss
git checkout v2.0.4
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=../usr ../
make install

主な変更点

DLA

  • nvermax, nsegmax のデフォルト値を 10000 から 100000 に変更 (#29)
  • 相対座標定義ファイルで、すべての格子点対を定義する必要があった制限を撤廃 (#30)
  • 出力中の timenmcs で割りすぎていたのを修正 (deef13f)
  • dla_latgen (#32)
    • open boudary condition がある時のボンドがおかしかったのを修正
    • kagome のサイトがおかしかったのを修正
  • SU(3) 反強磁性ハイゼンベルグダイマー のサンプル 05_sun_dimer を追加

Release note

Manual

HTML
PDF

Installation

git clone https://github.com/issp-center-dev/dsqss
cd dsqss
git checkout v2.0.4
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=../usr ../
make install

News

DLA

  • Increase the default values of nvermax and nsegmax to 100000 from 10000 (#29)
  • Enable to define displacements for limited pairs (#30)
  • Fix time field in the output file (this was too divided by nmcs) (deef13f)
  • dla_latgen (#32)
    • Fixed a bug in interactions in lattice.dat when some boundary condition is open
    • Fixed a bug in sites in lattice.dat for kagome lattice
  • Added a tiny sample for SU(3) antiferromagnetic Hisenberg dimer, 05_sun_dimer