summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21fixed cmake bugJaron 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-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-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-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-17fixed small memory leak in wolfram linkJaron Kent-Dobias
2018-07-12some bugJaron Kent-Dobias
2018-07-12fixed off by one errorJaron Kent-Dobias
2018-07-12fixed bugJaron Kent-Dobias
2018-07-12fixed error message printingJaron Kent-Dobias
2018-07-12slightly more memory efficientJaron Kent-Dobias
2018-07-12added time limit to fftw plannerJaron Kent-Dobias
2018-07-12more changesJaron Kent-Dobias
2018-07-12fixed mystery fftw bug, need to check out furtherJaron Kent-Dobias
2018-07-12fixed inidous bug in wolff_heisenberg's metadata-Jaron Kent-Dobias
2018-07-12fixed bug that read same line over and overJaron Kent-Dobias
2018-07-12even more informative...Jaron Kent-Dobias
2018-07-12more informative print statementsJaron Kent-Dobias
2018-07-12added options for reading metadata from stdin and for processing timeseries ↵Jaron Kent-Dobias
faster by taking portions in powers of two
2018-07-11added tcmalloc back to link librariesJaron Kent-Dobias
2018-07-11changed to use all dataJaron Kent-Dobias
2018-07-11now computes correlation functions with faster fftJaron Kent-Dobias
2018-07-11cleaned up conditionalJaron Kent-Dobias
2018-07-11linking with google's preformance toolsJaron Kent-Dobias
2018-07-11added utility for extracting correlation functions from raw timeseriesJaron Kent-Dobias
2018-07-10Merge branch 'master' of m5:/srv/git/wolffJaron Kent-Dobias
2018-07-10added wolfram link codeJaron 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-06removed debug print statementJaron 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-07-02timestamp is now in nanoseconds to prevent collisionJaron Kent-Dobias