Skip to content

mesonepigreco/EvoLat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvoLat

Evolution on a Lattice simulation program

Requirements

The requirements to compile the code are a C++ compiler (tested with GNU compilers, version 5) and the library libconfig++ with headers. On Ubuntu linux, the following command should be able to install all the requirements.

>>> sudo apt-get install build-essential g++ libconfig++-dev

Installation

The code can be compiled using the Makefile, with the standard procedure:

>>> make

You can edit the Makefile to include the libconfig++ headers installation path, and eventually change the path of the compiler.

Running

The code will be installed in the bin directory. It needs an inputfile in json format, as readed by the libconfig library. An example input file can be found into the Test directory

To execute the code with the input.in input file, run

bin/wator.exe -i input.in 

About

Evolution on a Lattice simulation program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published