CodingTrain / CodingTrain/Suggestion-Box
Coding Challenge: Ising Model from Physics as a Cellular Automaton
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
The Ising Model is used in physics to describe the interaction of a crystal lattice with an external magnetic field and the magnetic field of all the neighbouring atoms. This is generally treated computationally using the Metropolis Algorithm or Quenching. However looking at this image (below) it sort of has the characteristics of a cellular automaton. I understand that this may be too involved to do in a reasonable number of episodes but just wanted to put it out there.
https://en.wikipedia.org/wiki/Ising_model
https://en.wikipedia.org/wiki/Metropolis%E2%80%93Hastings_algorithm
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.