percolation-threshold

There are 21 repositories under percolation-threshold topic.

  • giacomo-b/percolation

    A C++ implementation of the percolation problem

    Language:C++9201
  • morkev/percolation-quick-union

    Write a program to estimate the value of the percolation threshold via Monte Carlo simulation.

    Language:Java3200
  • jarvist/Amphisbaena

    Slithering snake code from summer 2005 - http://pubs.acs.org/doi/abs/10.1021/nl0608386

    Language:C230
  • jekeymer/Percolate

    A percolation map over the lattice with probability p. At a critical probability, a connected (spanning cluster) emerges.

    Language:C2100
  • lorenzomancini1/SIS_and_SIR_model_percolation

    Implementation of the one dimensional Contact Process (SIS model) and two dimensional SIR model in order to find critical exponents of Percolation

    Language:Jupyter Notebook2100
  • netpawn/Hoshen_Kopelman_Algorithm_MatLab

    MatLab implementation for Heshen-Kopelman cluster finding algorithm. The idea is having an efficient algorithm able to search for clusters in a NxN matrix and being able to find percolation thresholds plus some more interesting infos.

    Language:MATLAB2101
  • ahmed11406/alog1

    An Implementation of WUFPC algorithm and its application in percolation threshold problem in C++ language.

    Language:C++1200
  • iamHrithikRaj/Percolation-threshold-via-Monte-Carlo-simulation.

    The percolation threshold is a mathematical concept in percolation theory that describes the formation of long-range connectivity in random systems. Below the threshold a giant connected component does not exist; while above it, there exists a giant component of the order of system size. In engineering and coffee making, percolation represents the flow of fluids through porous media, but in the mathematics and physics worlds it generally refers to simplified lattice models of random systems or networks (graphs), and the nature of the connectivity in them. The percolation threshold is the critical value of the occupation probability p, or more generally a critical surface for a group of parameters p1, p2, ..., such that infinite connectivity (percolation) first occurs.

    Language:Java1201
  • jessicacarneiro/PercolationProblem

    First programming assignment for Princeton's course "Algorithms, part I"

    Language:Java1200
  • malikrajbir/Percolation_Analysis

    Analysis of Percolation in Square Lattice

    Language:Java10
  • OnurArdaB/Percolation

    A simple simulation for percolation on square lattices.

    Language:Jupyter Notebook1200
  • Blastoise/Hobby

    Just a couple of (mostly instructive) programming exercises

    Language:Python0210
  • IsaiahSteinke/Percolation

    Some Fortran codes that run classical site and bond percolation problems.

    Language:Fortran0111
  • mikayelsaghatelyan/lnu-dsa-java

    DSA implementations within the course of Algorithms and Advanced Data Structures (1DV516) at Linnaeus University, Autumn Semester 2022.

    Language:Java00
  • scholi/Anti-Red-Bond

    Algorithm to calculate the number of anti-red-bonds in a cubic lattice

    Language:C++0300
  • Percolation-Simulation

    Val-Resh/Percolation-Simulation

    Percolation simulation of a N sized network with multi-threading in C++

    Language:C++0100
  • PhoenixSmaug/LatticeAnimals.jl

    LatticeAnimals.jl - Generate random lattice animals (polyforms) from the percolation model using the Metripolis algorithm

    Language:Julia10
  • tomasff/montecarlo-perc-viz

    🎰 Monte Carlo simulation for percolation threshold web visualizer

    Language:JavaScript20