Ising Model

This is a student project for Systems Engineering course: Complex physics systems.

Installation

Python 3.7 or newer and C/C++ compiler compatible with Cython is required.

Install required pip packages and compile core module:

pip install -r requirements.txt
python setup.py build_ext --inplace