Skip to content

Commit

Permalink
updated param study
Browse files Browse the repository at this point in the history
  • Loading branch information
grasingerm committed Nov 1, 2021
1 parent 431d5a9 commit b61d8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2D/run/Ising_2021-10-28.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ E0s = [1e-1; 0.5; 1.0];
K1s = [0.0];
K2s = [1.0];
kTs = vcat(0.25:0.25:1.0, 2.0:1.0:5.0, 10.0:10.0:100.0);
Fzs = [1.0; 5.0; 10.0; 15.0; 20.0; 25.0];
Fxs = [0.0];
Fxs = [1.0; 5.0; 10.0; 15.0; 20.0; 25.0];
Fzs = [0.0];
ns = Int[100];
bs = [0.5; 1.0; 2.0];
#bs = [1.0];
Expand Down

0 comments on commit b61d8f9

Please sign in to comment.