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
- Host: GitHub
- URL: https://github.com/manand881/ising-model-fortran
- Owner: manand881
- License: unlicense
- Created: 2019-03-08T06:06:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T17:11:02.000Z (over 5 years ago)
- Last Synced: 2025-05-14T14:34:34.054Z (about 1 year ago)
- Topics: fortran, ising-model
- Language: Fortran
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
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/)