summaryrefslogtreecommitdiff
path: root/lib/vector.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-07-30various changesJaron Kent-Dobias
2018-07-26fixed several bugsJaron Kent-Dobias
2018-07-26many changes, including new spin spaces and groups and cleaning up core ↵Jaron Kent-Dobias
library code
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-21added visualization, and started pottsJaron 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-19new 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-18some reorganizationJaron 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-10minor reorganizingJaron Kent-Dobias
2018-07-06split up some filesJaron Kent-Dobias