diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-01-14 14:51:04 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-01-14 14:51:04 -0500 |
commit | 994cbf1a3b611ff4c94ced3b1630e51fd249d7ed (patch) | |
tree | ccb10b9bb32dc6936a76cdf2893264831a0b422d | |
parent | 94f3e21e9c1e45e0d376fdd90d7f04e5368db21c (diff) | |
download | c++-994cbf1a3b611ff4c94ced3b1630e51fd249d7ed.tar.gz c++-994cbf1a3b611ff4c94ced3b1630e51fd249d7ed.tar.bz2 c++-994cbf1a3b611ff4c94ced3b1630e51fd249d7ed.zip |
changed citation reference to PRE
-rw-r--r-- | doc/introduction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst index 6f54fa3..089aa50 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -10,7 +10,7 @@ and a generator of transformations of rank two. The library then supplies the tools to run Wolff cluster-flip Monte Carlo on the resulting system, with arbitrary measurements taken along the way. -A detailed description of the algorithm and its requirements can be found at https://arxiv.org/abs/1805.04019. +A detailed description of the algorithm and its requirements can be found at https://journals.aps.org/pre/abstract/10.1103/PhysRevE.98.063306. Getting Wolff ============= @@ -37,5 +37,5 @@ License & Use Wolff is licensed under the MIT license, a copy of which is included with the source code. The terms can be found here: https://spdx.org/licenses/MIT.html. -If you use or modify the library for use for academic purposes, please cite *Cluster representations and the Wolff algorithm in arbitrary external fields*, Jaron Kent-Dobias & James P Sethna, arXiv:1805.04019 [cond-mat.stat-mech]. +If you use or modify the library for use for academic purposes, please cite *Cluster representations and the Wolff algorithm in arbitrary external fields*, Jaron Kent-Dobias & James P Sethna, Physical Review E 98, 063306 (2018). |