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_ising.cpp
Age
Commit message (
Expand
)
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 libra...
Jaron Kent-Dobias
2018-07-26
all the R_t have been objectified
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-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
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-21
added visualization, and started potts
Jaron Kent-Dobias
2018-07-21
ising example now has a setting for drawing the state to the screen
Jaron Kent-Dobias
2018-07-21
made wolff-ising header files more pedogogical
Jaron Kent-Dobias
2018-07-21
simplified the way that measurements work
Jaron Kent-Dobias
2018-07-20
simplified ising example
Jaron Kent-Dobias
2018-07-20
added ising example to cpp collection
Jaron Kent-Dobias