summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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-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-11added utility for extracting correlation functions from raw timeseriesJaron Kent-Dobias
2018-07-09wolff run from own function, called with types to runJaron Kent-Dobias
2018-07-06removed debug print statementJaron 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
2018-07-02changed method for saving metadata from filenames to a dedicated metadata fileJaron Kent-Dobias
2018-07-02stopped saving some unecessary informationJaron Kent-Dobias
2018-07-01fixed both the system for determining bond energy and how global state is ↵Jaron Kent-Dobias
tracked
2018-06-29completely removed measurement during the simulation, opting to just save ↵Jaron Kent-Dobias
binary data points to files throughout
2018-06-28cleaned up the operation of the finite-group wolff codeJaron Kent-Dobias