summaryrefslogtreecommitdiff
path: root/src
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-10extended NOFIELD support when FINITE_STATES is also invokedJaron Kent-Dobias
2018-10-10added new compile flag NOFIELD, which when defined compiles a version of ↵Jaron Kent-Dobias
wolff for use with zero field
2018-10-09two dumb mistakes in the last commitJaron Kent-Dobias
2018-10-09Merge branch 'master' of 10.9.0.2:wolffJaron Kent-Dobias
2018-10-09added ising support to the new-style correlation analyzerJaron Kent-Dobias
2018-09-08small perturb changeJaron Kent-Dobias
2018-09-06small changed to perturb againJaron Kent-Dobias
2018-09-06tweaked the perturbation yet againJaron Kent-Dobias
2018-09-05right now I need to differentiate between the perturbation typesJaron 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-07-30everything builds with new - operators definedJaron Kent-Dobias
2018-07-30various changesJaron Kent-Dobias
2018-07-26fixed several bugsJaron 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-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-25more standard lib objectsJaron Kent-Dobias
2018-07-25got everyone recording data, and fixed huge bug in the updating of ReF and ImFJaron Kent-Dobias
2018-07-24added clock modelJaron Kent-Dobias
2018-07-24removed c files that are no longer faster than the c++ onesJaron Kent-Dobias
2018-07-24added preprocessor method for potts, and implemented dihedral for the c++ stuffJaron 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-23sped up orthogonal generation a bitJaron Kent-Dobias
2018-07-23same fix for cgm...Jaron Kent-Dobias
2018-07-23same for potts...Jaron Kent-Dobias
2018-07-23removed opengl calls from dgmJaron Kent-Dobias
2018-07-23more fixes to analyze_correlationsJaron Kent-Dobias
2018-07-23updated the correlation analyzerJaron Kent-Dobias
2018-07-23removed many unnecessary includesJaron Kent-Dobias
2018-07-23anddddd also did the (trivial) continuous gaussian model by flipping all the ↵Jaron Kent-Dobias
int64_ts in dgm to doubles
2018-07-23implemented the discrete gaussian model for rougheningJaron Kent-Dobias
2018-07-22potts now fully functionalJaron Kent-Dobias
2018-07-21added visualization, and started pottsJaron Kent-Dobias
2018-07-21ising example now has a setting for drawing the state to the screenJaron Kent-Dobias
2018-07-21made wolff-ising header files more pedogogicalJaron Kent-Dobias
2018-07-21simplified the way that measurements workJaron Kent-Dobias
2018-07-20simplified ising exampleJaron 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-19huge metafile bug fixedJaron Kent-Dobias
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-19added modulated field to wolff_planarJaron Kent-Dobias
2018-07-18some reorganizationJaron Kent-Dobias
2018-07-18used typedefs to shorten linesJaron 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-17made many changes to implement alternate reflection generators, this is brokenJaron Kent-Dobias
2018-07-12some bugJaron Kent-Dobias