Skip to content

Commit

Permalink
🆕 Ising Fluctuation Model
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Mar 29, 2019
1 parent 2f9b8e1 commit bd5559d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ndlib/models/epidemics/IsingFluctuationModel.py
Expand Up @@ -73,6 +73,7 @@ def __change_status(self, u):
if flip == 1:
return True
return False
return False

# Fixed temperature scenario
dif = s_u_inv - s_u
Expand Down

0 comments on commit bd5559d

Please sign in to comment.