Giter VIP home page Giter VIP logo

ising's Introduction

Ising

Ising simulation for first neightbourhoods using JAVA.

To compile in linux:

javac Ising.java

To execute:

java Ising

While executing, the program will ask you for some values:

  • System size The system side length (square lattice, total L^2)

  • Reduced temperature (T/Tc) The reduced temperature. Separator is a comma (,)

  • Maximum number of MC Steps (Mcsmax): The maximun number of steps of simulation to obtain the state of the system

  • Use for average every (Ndelta) steps: How many steps in order to show data

  • Neglect first (Nequil) steps for thermalization: In order to obtain the average, how many steps are ignored

  • External magnetic field, H: The extern magnetic field applied.

If you want to use a custom file with the configuration and set the output to a file, you can use linux command line syntax:

java Ising < input_file > output_file

Source code at Ising.java

https://github.com/pelusanchez/Ising/

@authors: Clara Lasaosa García, David Iglesias Sánchez and Lucía Abascal Ceruti

ising's People

Contributors

pelusanchez avatar claralasa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.