Metadata-Version: 2.4
Name: spins2
Version: 0.0.3.5
Summary: A Monte Carlo Simulation Code for the Phase Transition in 2D/3D Magnetic Materials.
Home-page: https://github.com/lkccrr/spins2
Author: kan
Author-email: luokan@mail.ecust.edu.cn
License: MIT
Keywords: Monte Carlo Simulation Ising Model
Platform: Unix
Platform: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numba>=0.54.0
Requires-Dist: numpy>=1.22.0
Requires-Dist: matplotlib>=3.6.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![spins2](https://img.shields.io/pypi/v/spins2?style=flat-square)](https://pypi.org/project/spins2/)
[![spins2](https://img.shields.io/pypi/pyversions/spins2?style=flat-square)](https://pypi.org/project/spins2/)
[![spins2](https://img.shields.io/pypi/l/spins2?style=flat-square)](https://pypi.org/project/spins2/)
[![spins2](https://img.shields.io/pypi/dm/spins2?style=flat-square)](https://pypi.org/project/spins2/)
[![spins2](https://img.shields.io/pypi/wheel/spins2?style=flat-square)](https://pypi.org/project/spins2/)
[![spins2](https://img.shields.io/github/last-commit/lkccrr/spins2?style=flat-square)](https://github.com/lkccrr/spins2)
[![spins2](https://img.shields.io/github/release-date/lkccrr/spins2?style=flat-square)](https://github.com/lkccrr/spins2)

### spins2

The <b style="color:green;"><i>spins2</b></i> is a Monte Carlo simulation code for the phase transition in 2D/3D magnetic materials.
***
<b style="color:blue;"><i>spins2</b></i>
* To execute <b style="color:blue;"><i>spins2</b></i> <b style="color:red;"><i>\-h</b></i> for the parameters to use.
* Example:
```bash
spins2 -h
spins2 -n 4 -x 100 -y 100 -e 200 -w 1000 -t 35 -r
spins2 -x 100 -y 100 -t 0 32 4 33 40 1 40.2 45 0.2 46 55 1 -e 200 -w 1000 -r
```

