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
/
CMakeLists.txt
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-25
fixed several warnings
Jaron Kent-Dobias
2018-07-24
cleaned up cmake
Jaron Kent-Dobias
2018-07-24
added clock model
Jaron Kent-Dobias
2018-07-24
removed c files that are no longer faster than the c++ ones
Jaron Kent-Dobias
2018-07-23
cmake fixes
Jaron Kent-Dobias
2018-07-23
anddddd also did the (trivial) continuous gaussian model by flipping all the ↵
Jaron Kent-Dobias
int64_ts in dgm to doubles
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
fixed cmake bug
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-20
added ising example to cpp collection
Jaron Kent-Dobias
2018-07-19
new mesaurement flag system, fftw only initialized once, all O(n) models now ↵
Jaron Kent-Dobias
built from one file with different compiler flag settings
2018-07-12
more changes
Jaron Kent-Dobias
2018-07-12
fixed mystery fftw bug, need to check out further
Jaron Kent-Dobias
2018-07-11
added tcmalloc back to link libraries
Jaron Kent-Dobias
2018-07-11
now computes correlation functions with faster fft
Jaron Kent-Dobias
2018-07-11
linking with google's preformance tools
Jaron Kent-Dobias
2018-07-11
added utility for extracting correlation functions from raw timeseries
Jaron Kent-Dobias
2018-07-09
wolff run from own function, called with types to run
Jaron Kent-Dobias
2018-07-06
rewrote wolff in c++ with templates so that any system can be run with it
Jaron Kent-Dobias
2018-06-28
cleaned up the operation of the finite-group wolff code
Jaron Kent-Dobias
2018-03-27
optimizations explicitly in cmakelists
Jaron Kent-Dobias
2018-03-20
new system
Jaron Kent-Dobias
2018-02-28
fixed major mistake in process, also got n-component version fully working
Jaron Kent-Dobias
2018-02-16
removed uncessary linkages
Jaron Kent-Dobias
2017-06-22
many changes, simplification of some functions, removal of unneeded ones
Jaron Kent-Dobias
2017-05-25
started wolff code in new repository
Jaron Kent-Dobias