Age | Commit message (Expand) | Author |
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 | new mesaurement flag system, fftw only initialized once, all O(n) models now ... | Jaron Kent-Dobias |
2018-07-18 | some reorganization | 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-11 | added utility for extracting correlation functions from raw timeseries | 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 | 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-01 | fixed both the system for determining bond energy and how global state is tra... | Jaron Kent-Dobias |
2018-06-29 | completely removed measurement during the simulation, opting to just save bin... | Jaron Kent-Dobias |
2018-06-28 | cleaned up the operation of the finite-group wolff code | Jaron Kent-Dobias |
2018-06-26 | began generalizing the potts code to work with all finite spin spaces | Jaron Kent-Dobias |
2018-04-23 | lots of changes | Jaron Kent-Dobias |
2018-03-27 | some optimizations | Jaron Kent-Dobias |
2018-03-20 | new system | Jaron Kent-Dobias |
2018-03-19 | changes | Jaron Kent-Dobias |
2018-03-01 | more cosmetic changes | Jaron Kent-Dobias |
2018-02-28 | changes to how field arguments are passed to the vector method | Jaron Kent-Dobias |
2018-02-28 | fixed major mistake in process, also got n-component version fully working | Jaron Kent-Dobias |
2018-02-12 | added support for measuring state decay rates and frequency of being in states | Jaron Kent-Dobias |
2018-02-04 | moved measurement tools to own file | Jaron Kent-Dobias |
2018-02-04 | added support for arbitrary spin interactions | Jaron Kent-Dobias |
2018-02-02 | regretfully replacing the beautifully implemented binary search tree I was us... | Jaron Kent-Dobias |
2018-02-02 | fixed graph free | Jaron Kent-Dobias |
2018-02-02 | fixed type header | Jaron Kent-Dobias |
2018-02-02 | does potts now, no external libraries | Jaron Kent-Dobias |
2017-11-03 | add last term to the convex function | Jaron Kent-Dobias |
2017-11-03 | fixed bug that crashed convex calculator when the number of nonnegative value... | Jaron Kent-Dobias |
2017-11-02 | added new method for computing autocorrelation | Jaron Kent-Dobias |
2017-11-02 | major changes (again) to the measurement of autocorrelation | Jaron Kent-Dobias |
2017-10-31 | completely changed how autocorrelation is computed | Jaron Kent-Dobias |
2017-10-19 | Revert "fixed a mistake in the way wolff cluster tries were counted" | Jaron Kent-Dobias |
2017-10-19 | fixed a mistake in the way wolff cluster tries were counted | Jaron Kent-Dobias |
2017-10-18 | fixed memory leak due to not emptying stack in the case where the cluster fli... | Jaron Kent-Dobias |
2017-10-18 | made the wolff hybrid more efficient | Jaron Kent-Dobias |
2017-10-17 | many changes, including ability to compute approximate correlation time | Jaron Kent-Dobias |
2017-10-16 | added new algorithm methods, specifically metropolis and wolff with a static ... | Jaron Kent-Dobias |
2017-10-12 | made collection of data more standard and efficient | Jaron Kent-Dobias |
2017-06-22 | added correct support for negative external fields | Jaron Kent-Dobias |
2017-06-22 | removed unnecessary variable | Jaron Kent-Dobias |
2017-06-22 | simplified bond probabilities | Jaron Kent-Dobias |
2017-06-22 | many changes, simplification of some functions, removal of unneeded ones | Jaron Kent-Dobias |
2017-06-21 | fixed bug related to counting number of full cluster flips, and added support... | Jaron Kent-Dobias |
2017-06-21 | removed dependence on omp | Jaron Kent-Dobias |