An open API service indexing awesome lists of open source software.

https://github.com/manand881/ising-model-fortran

This Repository contains code to solve the Ising Model in 2D
https://github.com/manand881/ising-model-fortran

fortran ising-model

Last synced: 4 months ago
JSON representation

This Repository contains code to solve the Ising Model in 2D

Awesome Lists containing this project

README

          

# 2D Ising Model Simulation in Fortran

This github repository tries to simulate the 2d Ising Model in Fotran. I have also written programs to simulate the same in python, both in 2D and in Quasi 3D. Please check it out if it will be useful to you

## Usage

Set Input parameters in the `ising.in` file before execution.

## Feedback and Suggestions

I have noticed that my Ising Model program gets a few hits from students who study Physics and Cmputation from places i do not expect like Africa.

Please get in touch with me through my [Mail ID](manand881@gmail.com) and let me know as to how you are using this program and what i can do to make it better to benifit you. I'll be happy to help

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[The Unlicense](https://choosealicense.com/licenses/unlicense/)