summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-20added ising example to cpp collectionJaron Kent-Dobias
2018-07-19efficient computation of the smallest fourier mode by doing a magnetization-s...Jaron Kent-Dobias
2018-07-19new mesaurement flag system, fftw only initialized once, all O(n) models now ...Jaron Kent-Dobias
2018-07-18some reorganizationJaron Kent-Dobias
2018-07-18 - added support for computing spatial fourier transformsJaron Kent-Dobias
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-11added utility for extracting correlation functions from raw timeseriesJaron 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
2018-07-09wolff run from own function, called with types to runJaron 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-01fixed both the system for determining bond energy and how global state is tra...Jaron Kent-Dobias
2018-06-29completely removed measurement during the simulation, opting to just save bin...Jaron Kent-Dobias
2018-06-28cleaned up the operation of the finite-group wolff codeJaron Kent-Dobias
2018-06-26began generalizing the potts code to work with all finite spin spacesJaron Kent-Dobias
2018-04-23lots of changesJaron Kent-Dobias
2018-03-27some optimizationsJaron Kent-Dobias
2018-03-20new systemJaron Kent-Dobias
2018-03-19changesJaron Kent-Dobias
2018-03-01more cosmetic changesJaron Kent-Dobias
2018-02-28changes to how field arguments are passed to the vector methodJaron Kent-Dobias
2018-02-28fixed major mistake in process, also got n-component version fully workingJaron Kent-Dobias
2018-02-12added support for measuring state decay rates and frequency of being in statesJaron Kent-Dobias
2018-02-04moved measurement tools to own fileJaron Kent-Dobias
2018-02-04added support for arbitrary spin interactionsJaron Kent-Dobias
2018-02-02regretfully replacing the beautifully implemented binary search tree I was us...Jaron Kent-Dobias
2018-02-02fixed graph freeJaron Kent-Dobias
2018-02-02fixed type headerJaron Kent-Dobias
2018-02-02does potts now, no external librariesJaron Kent-Dobias
2017-11-03add last term to the convex functionJaron Kent-Dobias
2017-11-03fixed bug that crashed convex calculator when the number of nonnegative value...Jaron Kent-Dobias
2017-11-02added new method for computing autocorrelationJaron Kent-Dobias
2017-11-02major changes (again) to the measurement of autocorrelationJaron Kent-Dobias
2017-10-31completely changed how autocorrelation is computedJaron Kent-Dobias
2017-10-19Revert "fixed a mistake in the way wolff cluster tries were counted"Jaron Kent-Dobias
2017-10-19fixed a mistake in the way wolff cluster tries were countedJaron Kent-Dobias
2017-10-18fixed memory leak due to not emptying stack in the case where the cluster fli...Jaron Kent-Dobias
2017-10-18made the wolff hybrid more efficientJaron Kent-Dobias
2017-10-17many changes, including ability to compute approximate correlation timeJaron Kent-Dobias
2017-10-16added new algorithm methods, specifically metropolis and wolff with a static ...Jaron Kent-Dobias
2017-10-12made collection of data more standard and efficientJaron Kent-Dobias
2017-06-22added correct support for negative external fieldsJaron Kent-Dobias
2017-06-22removed unnecessary variableJaron Kent-Dobias
2017-06-22simplified bond probabilitiesJaron Kent-Dobias
2017-06-22many changes, simplification of some functions, removal of unneeded onesJaron Kent-Dobias
2017-06-21fixed bug related to counting number of full cluster flips, and added support...Jaron Kent-Dobias
2017-06-21removed dependence on ompJaron Kent-Dobias
2017-06-21made some simplifications to the computation of magnetization and energyJaron Kent-Dobias