Metadata-Version: 2.1
Name: isingnetworks
Version: 1.0.1
Summary: This package is the implementation of the Ising Model on complex networks.
Home-page: https://github.com/Arnab-Gupta/ising-networks
Author: Arnab Gupta
Author-email: guptaarnab639@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Ising Model on Networks

This is a python package which simulates the Ising model on complex networks.

Given any network built using the networkx package as input, this package runs Monte Carlo simulations on random source nodes and evaluates the model according to the Metropolis algorithm, and returns the magnetization and the energy of the system.

## Installation

Run the following to install:
```python
pip install isingnetworks
```

