summaryrefslogtreecommitdiff
path: root/examples/ising_no_field.cpp
AgeCommit message (Collapse)Author
2019-12-13fixed some bugs due to new class in global namespaceJaron Kent-Dobias
2019-01-14Large refactoring around changes in the graph class.Jaron Kent-Dobias
- Graphs now use lists of references instead of vectors of indicies. - Vertices and edges have associated classes that can be given arbitrary properties via template specification. - All essential library headers have been combined into one, wolff.hpp.
2018-10-19changed the way that the finite states system worksJaron Kent-Dobias
2018-10-19added examples for no field and site depedenceJaron Kent-Dobias