summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-05-12New overload functionality for Ising spins.HEADmasterJaron Kent-Dobias
2019-12-14efficiency tuning: don't evaluate the exponential when we don't have toJaron Kent-Dobias
2019-09-09fixed mistype invoking wolff.hpp in ising.hppJaron Kent-Dobias
2019-01-14Large refactoring around changes in the graph class.Jaron Kent-Dobias
2018-10-21measurement virtual hooks now defined to be trivial by defaultJaron Kent-Dobias
2018-10-20normalized header gaurds and namespacesJaron Kent-Dobias
2018-10-19changed the way that the finite states system worksJaron Kent-Dobias
2018-10-19don't install cmake fileJaron Kent-Dobias
2018-10-19removed support for nonzero xJaron Kent-Dobias
2018-10-19added more examples and cleaned up the model headersJaron Kent-Dobias
2018-10-19added support for nonunitary x, so that bond probabilities can be changed as ...Jaron Kent-Dobias
2018-10-19big library overhual, fixed all examples, added documentation with sphinxJaron Kent-Dobias
2018-10-17removed a lot of research code to simplify library and examples for publicationJaron Kent-Dobias
2018-10-15many changes, including reworking the measurements systemJaron Kent-Dobias
2018-10-14added site and bond dependence, activated by compiler flagsJaron Kent-Dobias
2018-10-10big rearrangement of files to make libraries and example (research) files cle...Jaron Kent-Dobias
2018-10-10extended NOFIELD support when FINITE_STATES is also invokedJaron Kent-Dobias
2018-10-10added new compile flag NOFIELD, which when defined compiles a version of wolf...Jaron Kent-Dobias
2018-09-08small perturb changeJaron Kent-Dobias
2018-09-05fixed a bug in perturbative generation and set up epsilon to be automatically...Jaron Kent-Dobias
2018-09-05made the perturbation method for orthogonal transformations more sensibleJaron Kent-Dobias
2018-07-30removed some unnessecary codeJaron Kent-Dobias
2018-07-30everything builds with new - operators definedJaron Kent-Dobias
2018-07-30various changesJaron Kent-Dobias
2018-07-26fixed several bugsJaron Kent-Dobias
2018-07-26fixed dumb bugJaron Kent-Dobias
2018-07-26now using const passing of object reference instead of pointersJaron Kent-Dobias
2018-07-26many changes, including new spin spaces and groups and cleaning up core libra...Jaron Kent-Dobias
2018-07-26all the R_t have been objectifiedJaron Kent-Dobias
2018-07-26a couple more removed filesJaron Kent-Dobias
2018-07-26removed some files that are now unusedJaron Kent-Dobias
2018-07-26everything compiles now, and fixed a major bug in the graph codeJaron Kent-Dobias
2018-07-26partially class-ified, ising and On work but potts and height do notJaron Kent-Dobias
2018-07-25replaced more in-house objects with c++ std lib ones, performance increasedJaron Kent-Dobias
2018-07-25trying some new c++ things, starting with graphJaron Kent-Dobias
2018-07-25fixed several warningsJaron Kent-Dobias
2018-07-25got everyone recording data, and fixed huge bug in the updating of ReF and ImFJaron Kent-Dobias
2018-07-24added clock modelJaron Kent-Dobias
2018-07-24removed c files that are no longer faster than the c++ onesJaron Kent-Dobias
2018-07-24added preprocessor method for potts, and implemented dihedral for the c++ stuffJaron Kent-Dobias
2018-07-24implemented updating the first fourier moment in wolff_finite, but also make ...Jaron Kent-Dobias
2018-07-23sped up orthogonal generation a bitJaron Kent-Dobias
2018-07-23removed many unnecessary includesJaron Kent-Dobias
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-20cos and sin calls for computing fourier term now precomputedJaron Kent-Dobias