summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-28fixed major mistake in process, also got n-component version fully workingJaron Kent-Dobias
2018-02-16removed uncessary linkagesJaron Kent-Dobias
2018-02-12added support for measuring state decay rates and frequency of being in statesJaron Kent-Dobias
2018-02-08changed silent thing slighlyJaron Kent-Dobias
2018-02-08added silent flagJaron Kent-Dobias
2018-02-08added silent flagJaron Kent-Dobias
2018-02-08really fixed itJaron Kent-Dobias
2018-02-08fixed zero magnetization counting problemJaron Kent-Dobias
2018-02-06new output formatJaron Kent-Dobias
2018-02-04diff now using equilibrium susceptibilityJaron Kent-Dobias
2018-02-04record the metastable and equilibrium magnetizationsJaron 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 ↵Jaron Kent-Dobias
using to check if a vertex was marked with a calloc of num_vertices bools
2018-02-02fixed rng freeJaron 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-03removed calculation of block meansJaron Kent-Dobias
2017-11-03fixed conditions for new warningJaron Kent-Dobias
2017-11-03added another warningJaron Kent-Dobias
2017-11-03fixed bug that crashed convex calculator when the number of nonnegative ↵Jaron Kent-Dobias
values was too small
2017-11-02fixed small bug in warning when autocorrelation hasn't finishedJaron 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-23stopping conditiotns given by equilibrium measurementsJaron Kent-Dobias
2017-10-23stopped recording of autocorrelation when flag isn't setJaron Kent-Dobias
2017-10-19fixed problem where execution ends prematurely if diff is nanJaron Kent-Dobias
2017-10-19epsilon default is now zeroJaron Kent-Dobias
2017-10-19Revert "fixed a mistake in the way wolff cluster tries were counted"Jaron Kent-Dobias
This reverts commit 020266dc3745afc4f9d21a15b40e3a83adbd92ff
2017-10-19Revert "epsilon default is now zero"Jaron Kent-Dobias
This reverts commit 8ffc043664a2debabd8b9682b034c0bc01c6b19e
2017-10-19fixed a mistake in the way wolff cluster tries were countedJaron Kent-Dobias
2017-10-19epsilon default is now zeroJaron Kent-Dobias
2017-10-18fixed memory leak due to not emptying stack in the case where the cluster ↵Jaron Kent-Dobias
flip is accepted in the hybrid method
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
ghost spin
2017-10-12fixed the metastable test conditionJaron Kent-Dobias
2017-10-12changed stop condition to the equilibrium magnetizationJaron
2017-10-12made collection of data more standard and efficientJaron Kent-Dobias
2017-10-11added ability to use M to stop execution instead of chiJaron Kent-Dobias
2017-09-26now saves both magnetization using my estimate and using the standard ↵Jaron Kent-Dobias
absolute value estimate
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 ↵Jaron Kent-Dobias
support for choosing other lattices
2017-06-21removed dependence on ompJaron Kent-Dobias