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_On.cpp
Age
Commit message (
Expand
)
Author
2018-10-10
big rearrangement of files to make libraries and example (research) files cle...
Jaron Kent-Dobias
2018-10-10
added new compile flag NOFIELD, which when defined compiles a version of wolf...
Jaron Kent-Dobias
2018-09-08
small perturb change
Jaron Kent-Dobias
2018-09-06
small changed to perturb again
Jaron Kent-Dobias
2018-09-06
tweaked the perturbation yet again
Jaron Kent-Dobias
2018-09-05
right now I need to differentiate between the perturbation types
Jaron Kent-Dobias
2018-09-05
fixed a bug in perturbative generation and set up epsilon to be automatically...
Jaron Kent-Dobias
2018-07-30
various changes
Jaron Kent-Dobias
2018-07-26
now using const passing of object reference instead of pointers
Jaron Kent-Dobias
2018-07-26
many changes, including new spin spaces and groups and cleaning up core libra...
Jaron Kent-Dobias
2018-07-26
all the R_t have been objectified
Jaron Kent-Dobias
2018-07-26
partially class-ified, ising and On work but potts and height do not
Jaron Kent-Dobias
2018-07-25
more standard lib objects
Jaron Kent-Dobias
2018-07-25
got everyone recording data, and fixed huge bug in the updating of ReF and ImF
Jaron Kent-Dobias
2018-07-23
sped up orthogonal generation a bit
Jaron Kent-Dobias
2018-07-23
removed many unnecessary includes
Jaron Kent-Dobias
2018-07-23
implemented the discrete gaussian model for roughening
Jaron Kent-Dobias
2018-07-22
potts now fully functional
Jaron Kent-Dobias
2018-07-21
added visualization, and started potts
Jaron Kent-Dobias
2018-07-21
simplified the way that measurements work
Jaron Kent-Dobias
2018-07-20
added ising example to cpp collection
Jaron Kent-Dobias
2018-07-19
efficient computation of the smallest fourier mode by doing a magnetization-s...
Jaron Kent-Dobias
2018-07-19
huge metafile bug fixed
Jaron Kent-Dobias
2018-07-19
new mesaurement flag system, fftw only initialized once, all O(n) models now ...
Jaron Kent-Dobias