Skip to content

Commit

Permalink
nmax
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Jan 23, 2023
1 parent 25f6a52 commit 2c57107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMC.org
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ def MonteCarlo(a, nmax):
return energy / normalization

a = 1.2
nmax = 10000
nmax = 100000

X = [MonteCarlo(a,nmax) for i in range(30)]
E, deltaE = ave_error(X)
Expand Down

0 comments on commit 2c57107

Please sign in to comment.