An open API service indexing awesome lists of open source software.

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

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

![](https://github.com/fernandezfran/bici/blob/main/res/aligned.gif)

![](https://github.com/fernandezfran/bici/blob/main/res/unordered.gif)