shubhx32 / Ising-Model

A repository containing my trials and travails with the various computational modelling techniques
0 stars 0 forks source link

Coding in the 2D Ising model #1

Open shubhx32 opened 1 year ago

shubhx32 commented 1 year ago

Make an initial unoptimised model using numpy.

shubhx32 commented 1 year ago

Create a optimised model by using numba which could efficiently simulate 50 x 50 size lattice.