https://github.com/fernandezfran/bici
A real-time visualization of the Monte Carlo 2D Ising model for teaching purposes
https://github.com/fernandezfran/bici
ising-model metropolis monte-carlo visualization
Last synced: 5 months ago
JSON representation
A real-time visualization of the Monte Carlo 2D Ising model for teaching purposes
- Host: GitHub
- URL: https://github.com/fernandezfran/bici
- Owner: fernandezfran
- Created: 2023-07-14T23:40:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T22:26:51.000Z (almost 3 years ago)
- Last Synced: 2025-10-25T11:18:53.185Z (8 months ago)
- Topics: ising-model, metropolis, monte-carlo, visualization
- Language: Python
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bici: real-time visualization of the 2D ising model
A real-time visualization of the Monte Carlo 2D Ising model for teaching purposes.
# Usage
In `bici.py` you can modify the conditions of the Ising model simulation in the
main function and then run:
```bash
python3 bici.py
```
# Examples

