v2.0.4
Release note
[ 日本語 / Eng ]
マニュアル
インストール方法
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)
- 出力中の
time
がnmcs
で割りすぎていたのを修正 (deef13f) dla_latgen
(#32)- open boudary condition がある時のボンドがおかしかったのを修正
- kagome のサイトがおかしかったのを修正
- SU(3) 反強磁性ハイゼンベルグダイマー のサンプル
05_sun_dimer
を追加
Release note
Manual
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
andnsegmax
to 100000 from 10000 (#29) - Enable to define displacements for limited pairs (#30)
- Fix
time
field in the output file (this was too divided bynmcs
) (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