Skip to content

Monte Carlo simulation of percolation in multilayer systems

Notifications You must be signed in to change notification settings

bighin/multilayer-percolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo simulation of percolation in multilayer systems

This code studies bond percolation in bilayer and generic multilayer systems by means of Monte Carlo simulation. The aim is studying the phase diagram a function of p -- the probability of activating an in-plane bond -- and p_perp -- the probability of activating a link between

Requirements

A modern C compiler (GCC or Clang) and the following libraries:

For compiling the code, the CMake build system is needed.

Usage

The code uses the CMake system, therefore it will be compiled with the commands mkdir build, cd build, cmake ...

Then go back to the main folder, and run the code with the command ./build/multilayer.

About

Monte Carlo simulation of percolation in multilayer systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published