index
:
code/c++
master
Efficiently simulate spin models using a generalized Wolff algorithm.
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wolff.c
Age
Commit message (
Collapse
)
Author
2018-02-04
record the metastable and equilibrium magnetizations
Jaron Kent-Dobias
2018-02-04
added support for arbitrary spin interactions
Jaron Kent-Dobias
2018-02-02
fixed rng free
Jaron Kent-Dobias
2018-02-02
fixed graph free
Jaron Kent-Dobias
2018-02-02
does potts now, no external libraries
Jaron Kent-Dobias
2017-11-03
add last term to the convex function
Jaron Kent-Dobias
2017-11-03
removed calculation of block means
Jaron Kent-Dobias
2017-11-03
fixed conditions for new warning
Jaron Kent-Dobias
2017-11-03
added another warning
Jaron Kent-Dobias
2017-11-02
fixed small bug in warning when autocorrelation hasn't finished
Jaron Kent-Dobias
2017-11-02
added new method for computing autocorrelation
Jaron Kent-Dobias
2017-11-02
major changes (again) to the measurement of autocorrelation
Jaron Kent-Dobias
2017-10-31
completely changed how autocorrelation is computed
Jaron Kent-Dobias
2017-10-23
stopping conditiotns given by equilibrium measurements
Jaron Kent-Dobias
2017-10-23
stopped recording of autocorrelation when flag isn't set
Jaron Kent-Dobias
2017-10-19
fixed problem where execution ends prematurely if diff is nan
Jaron Kent-Dobias
2017-10-19
epsilon default is now zero
Jaron Kent-Dobias
2017-10-19
Revert "epsilon default is now zero"
Jaron Kent-Dobias
This reverts commit 8ffc043664a2debabd8b9682b034c0bc01c6b19e
2017-10-19
epsilon default is now zero
Jaron Kent-Dobias
2017-10-18
made the wolff hybrid more efficient
Jaron Kent-Dobias
2017-10-17
many changes, including ability to compute approximate correlation time
Jaron Kent-Dobias
2017-10-16
added new algorithm methods, specifically metropolis and wolff with a static ↵
Jaron Kent-Dobias
ghost spin
2017-10-12
fixed the metastable test condition
Jaron Kent-Dobias
2017-10-12
changed stop condition to the equilibrium magnetization
Jaron
2017-10-12
made collection of data more standard and efficient
Jaron Kent-Dobias
2017-10-11
added ability to use M to stop execution instead of chi
Jaron Kent-Dobias
2017-09-26
now saves both magnetization using my estimate and using the standard ↵
Jaron Kent-Dobias
absolute value estimate
2017-06-22
added correct support for negative external fields
Jaron Kent-Dobias
2017-06-22
removed unnecessary variable
Jaron Kent-Dobias
2017-06-22
simplified bond probabilities
Jaron Kent-Dobias
2017-06-22
many changes, simplification of some functions, removal of unneeded ones
Jaron Kent-Dobias
2017-06-21
fixed bug related to counting number of full cluster flips, and added ↵
Jaron Kent-Dobias
support for choosing other lattices
2017-06-21
made some simplifications to the computation of magnetization and energy
Jaron Kent-Dobias
2017-05-30
fixed computation of the magnetization for nonzero field, values will be ↵
Jaron Kent-Dobias
nonsense if H=0 right now
2017-05-25
fixed integer overflow bug in flip_cluster
Jaron Kent-Dobias
2017-05-25
started wolff code in new repository
Jaron Kent-Dobias