projectmesa / mesa-examples

Seminal agent-based models developed using Mesa
Other
113 stars 133 forks source link

Implement Netlogo like Ising Model using GridSpace #136

Open vitorfrois opened 1 month ago

vitorfrois commented 1 month ago

The Ising Ferromagnet is a simple model with such relevance in Statistical Physics. It can be used to study order, phase-transitions and emergent phenomena.

A crystalline material is conceived of as a set of lattice points with spins. The spins (magnetic moments) of the atoms in the magnet can either be up or down. Spins can change as a result of being influenced by neighboring spins and by the ambient temperature. Spins prefer to align with their neighbors. The overall behavior of the system will vary depending on the temperature.

NetLogo Ising Page

vitorfrois commented 1 month ago

Ising Model is such an influential model in Opinion Dynamics. Since I'm currently studying the topic, and want to implement this and also get to know better about the new Visualization.