Age | Commit message (Expand) | Author |
2018-07-23 | implemented the discrete gaussian model for roughening | Jaron Kent-Dobias |
2018-07-22 | potts now fully functional | Jaron Kent-Dobias |
2018-07-21 | fixed cmake bug | Jaron Kent-Dobias |
2018-07-21 | added visualization, and started potts | Jaron Kent-Dobias |
2018-07-21 | ising example now has a setting for drawing the state to the screen | Jaron Kent-Dobias |
2018-07-21 | made wolff-ising header files more pedogogical | Jaron Kent-Dobias |
2018-07-21 | simplified the way that measurements work | Jaron Kent-Dobias |
2018-07-20 | simplified ising example | Jaron Kent-Dobias |
2018-07-20 | cos and sin calls for computing fourier term now precomputed | Jaron Kent-Dobias |
2018-07-20 | added ising example to cpp collection | Jaron Kent-Dobias |
2018-07-19 | efficient computation of the smallest fourier mode by doing a magnetization-s... | Jaron Kent-Dobias |
2018-07-19 | huge metafile bug fixed | Jaron Kent-Dobias |
2018-07-19 | new mesaurement flag system, fftw only initialized once, all O(n) models now ... | Jaron Kent-Dobias |
2018-07-19 | added modulated field to wolff_planar | Jaron Kent-Dobias |
2018-07-18 | some reorganization | Jaron Kent-Dobias |
2018-07-18 | used typedefs to shorten lines | Jaron Kent-Dobias |
2018-07-18 | - added support for computing spatial fourier transforms | Jaron Kent-Dobias |
2018-07-17 | working generator of rotations near the current state | Jaron Kent-Dobias |
2018-07-17 | made many changes to implement alternate reflection generators, this is broken | Jaron Kent-Dobias |
2018-07-17 | fixed small memory leak in wolfram link | Jaron Kent-Dobias |
2018-07-12 | some bug | Jaron Kent-Dobias |
2018-07-12 | fixed off by one error | Jaron Kent-Dobias |
2018-07-12 | fixed bug | Jaron Kent-Dobias |
2018-07-12 | fixed error message printing | Jaron Kent-Dobias |
2018-07-12 | slightly more memory efficient | Jaron Kent-Dobias |
2018-07-12 | added time limit to fftw planner | Jaron Kent-Dobias |
2018-07-12 | more changes | Jaron Kent-Dobias |
2018-07-12 | fixed mystery fftw bug, need to check out further | Jaron Kent-Dobias |
2018-07-12 | fixed inidous bug in wolff_heisenberg's metadata- | Jaron Kent-Dobias |
2018-07-12 | fixed bug that read same line over and over | Jaron Kent-Dobias |
2018-07-12 | even more informative... | Jaron Kent-Dobias |
2018-07-12 | more informative print statements | Jaron Kent-Dobias |
2018-07-12 | added options for reading metadata from stdin and for processing timeseries f... | Jaron Kent-Dobias |
2018-07-11 | added tcmalloc back to link libraries | Jaron Kent-Dobias |
2018-07-11 | changed to use all data | Jaron Kent-Dobias |
2018-07-11 | now computes correlation functions with faster fft | Jaron Kent-Dobias |
2018-07-11 | cleaned up conditional | Jaron Kent-Dobias |
2018-07-11 | linking with google's preformance tools | Jaron Kent-Dobias |
2018-07-11 | added utility for extracting correlation functions from raw timeseries | Jaron Kent-Dobias |
2018-07-10 | Merge branch 'master' of m5:/srv/git/wolff | Jaron Kent-Dobias |
2018-07-10 | added wolfram link code | Jaron Kent-Dobias |
2018-07-10 | minor reorganizing | Jaron Kent-Dobias |
2018-07-09 | removed some references to the specific form of the magnetization for vector ... | Jaron Kent-Dobias |
2018-07-09 | wolff run from own function, called with types to run | Jaron Kent-Dobias |
2018-07-06 | removed debug print statement | Jaron Kent-Dobias |
2018-07-06 | split up some files | Jaron Kent-Dobias |
2018-07-06 | rewrote wolff in c++ with templates so that any system can be run with it | Jaron Kent-Dobias |
2018-07-02 | timestamp is now in nanoseconds to prevent collision | Jaron Kent-Dobias |
2018-07-02 | changed method for saving metadata from filenames to a dedicated metadata file | Jaron Kent-Dobias |
2018-07-02 | stopped saving some unecessary information | Jaron Kent-Dobias |