Metadata-Version: 2.1
Name: pyising
Version: 0.1.0
Summary: Python bindings for the Ising2D C++ simulation
Home-page: https://github.com/yourusername/Ising2DProject
Author: Morteza Maleki
Author-email: maleki.morteza92@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pybind11>=2.5.0

# PyIsing

A CPP + Python ising simulator.


## installation
```bash
pip install pyising
```
