-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Percolation | ||
|
||
The executable Perc.py works in such a way that: A random matrix R of ones and zeros is created which | ||
is treated with an algorithm almost identical to that of Hoshen-Kopelman for the identification of Clusters. | ||
The executable returns an L matrix and a plot of it where you can see an array composed of well-identified clusters. |