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_potts.cpp
Age
Commit message (
Collapse
)
Author
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 ↵
Jaron Kent-Dobias
library code
2018-07-26
all the R_t have been objectified
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-24
added preprocessor method for potts, and implemented dihedral for the c++ stuff
Jaron Kent-Dobias
2018-07-24
implemented updating the first fourier moment in wolff_finite, but also make ↵
Jaron Kent-Dobias
wolff_finite obselete by adding a hacky preprocessor method for making wolff.h as efficient
2018-07-23
same for potts...
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