summaryrefslogtreecommitdiff
path: root/lib/orthogonal.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-09-08small perturb changeJaron Kent-Dobias
2018-09-05fixed a bug in perturbative generation and set up epsilon to be ↵Jaron Kent-Dobias
automatically set by T and H
2018-09-05made the perturbation method for orthogonal transformations more sensibleJaron Kent-Dobias
2018-07-26fixed several bugsJaron Kent-Dobias
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-25fixed several warningsJaron Kent-Dobias
2018-07-25got everyone recording data, and fixed huge bug in the updating of ReF and ImFJaron Kent-Dobias
2018-07-23sped up orthogonal generation a bitJaron Kent-Dobias
2018-07-23implemented the discrete gaussian model for rougheningJaron Kent-Dobias
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-10minor reorganizingJaron Kent-Dobias
2018-07-09removed some references to the specific form of the magnetization for vector ↵Jaron Kent-Dobias
models from wolff.h
2018-07-09wolff run from own function, called with types to runJaron Kent-Dobias
2018-07-06split up some filesJaron Kent-Dobias
2018-03-27some optimizationsJaron Kent-Dobias
2018-02-28fixed major mistake in process, also got n-component version fully workingJaron Kent-Dobias