summaryrefslogtreecommitdiff
path: root/lib/cluster.h
AgeCommit message (Collapse)Author
2018-10-10big rearrangement of files to make libraries and example (research) files ↵Jaron Kent-Dobias
clearer, and changed to c++ std lib random numbers
2018-10-10added new compile flag NOFIELD, which when defined compiles a version of ↵Jaron Kent-Dobias
wolff for use with zero field
2018-07-30various changesJaron Kent-Dobias
2018-07-26now using const passing of object reference instead of pointersJaron Kent-Dobias
2018-07-26many changes, including new spin spaces and groups and cleaning up core ↵Jaron Kent-Dobias
library code
2018-07-26all the R_t have been objectifiedJaron Kent-Dobias
2018-07-26partially class-ified, ising and On work but potts and height do notJaron Kent-Dobias
2018-07-25replaced more in-house objects with c++ std lib ones, performance increasedJaron Kent-Dobias
2018-07-25trying some new c++ things, starting with graphJaron Kent-Dobias
2018-07-25got everyone recording data, and fixed huge bug in the updating of ReF and ImFJaron Kent-Dobias
2018-07-24implemented 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-23removed many unnecessary includesJaron Kent-Dobias
2018-07-21ising example now has a setting for drawing the state to the screenJaron Kent-Dobias
2018-07-20cos and sin calls for computing fourier term now precomputedJaron Kent-Dobias
2018-07-20added ising example to cpp collectionJaron Kent-Dobias
2018-07-19efficient computation of the smallest fourier mode by doing a ↵Jaron Kent-Dobias
magnetization-style update anytime a bond with the external field changes
2018-07-18 - added support for computing spatial fourier transformsJaron Kent-Dobias
- measurements now are functions passed to wolff in array
2018-07-17working generator of rotations near the current stateJaron Kent-Dobias
2018-07-17made many changes to implement alternate reflection generators, this is brokenJaron Kent-Dobias
2018-07-06split up some filesJaron Kent-Dobias
2018-07-06rewrote wolff in c++ with templates so that any system can be run with itJaron Kent-Dobias
2018-04-23lots of changesJaron Kent-Dobias
2018-03-20new systemJaron Kent-Dobias
2018-03-01more cosmetic changesJaron Kent-Dobias