Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 893 Bytes

README.md

File metadata and controls

22 lines (9 loc) · 893 Bytes

Spatial Spin Monte Carlo

Code used for simulating Ising systems on spatially embedded networks.

A Soft Random Geometric Graph in a linear external field. Showing a snapshot of the spin state at a particular time.

Requirements

The code was validated using Python 3.7.4 on an Anaconda distribution (conda version : 4.8.3). A full list of the packages installed can be found in the environment.yml file. This can be used to construct an identical anaconda environment to that used to perform the simulations. See the Anaconda documentation for more details.

Installation

To install run: python setup.py install

If this does not work then try running: python setup.py develop