Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghwatson/wegner_ising
Monte Carlo for 3D Wegner Ising
https://github.com/ghwatson/wegner_ising
Last synced: about 2 months ago
JSON representation
Monte Carlo for 3D Wegner Ising
- Host: GitHub
- URL: https://github.com/ghwatson/wegner_ising
- Owner: ghwatson
- Created: 2015-06-07T16:05:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T03:15:26.000Z (about 8 years ago)
- Last Synced: 2023-04-03T23:25:00.117Z (almost 2 years ago)
- Language: C++
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wegner_ising
This is some Monte Carlo code that can be used on the 3D Wegner Ising model. There are a few measurement kernels available (some a WIP) for use in measuring things like heat capacity or a Wilson loop. The code is modularized to make it easy to add new kernels (uses function pointers that get passed to the MC evolution function).