Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Netlogo like Ising Model using GridSpace #136

Open
vitorfrois opened this issue Jul 10, 2024 · 1 comment
Open

Implement Netlogo like Ising Model using GridSpace #136

vitorfrois opened this issue Jul 10, 2024 · 1 comment
Assignees

Comments

@vitorfrois
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant