TiarnaNaTuaithe / ising-graph

A generic library for simulating Ising-type spin models.
Other
0 stars 0 forks source link

Add Potts model #3

Open TiarnaNaTuaithe opened 6 years ago

TiarnaNaTuaithe commented 6 years ago

The Potts model is a variation of the Ising model where each spin can take on a number of integer values. I should be easy to add this to the framework in the same manner as the Ising model.