summaryrefslogtreecommitdiff
path: root/lib/state.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-30removed some unnessecary codeJaron Kent-Dobias
2018-07-30various changesJaron 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-26everything compiles now, and fixed a major bug in the graph codeJaron Kent-Dobias
2018-07-26partially class-ified, ising and On work but potts and height do notJaron Kent-Dobias
2018-07-25trying some new c++ things, starting with graphJaron Kent-Dobias
2018-07-23implemented the discrete gaussian model for rougheningJaron Kent-Dobias
2018-07-21added visualization, and started pottsJaron 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-17made many changes to implement alternate reflection generators, this is brokenJaron Kent-Dobias