Skip to content

Commit

Permalink
new K
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed Dec 3, 2024
1 parent f3ef326 commit f438c72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion applications/hmc/dwf/ensembleK.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def mk_slv_s(solution_space, N, grid = None):
m_l = 0.000302
m_s = 0.0176

else:
elif latest_it <= 615:
g.message("Use second-generation masses")

# global fit estimate (mk)
Expand All @@ -235,6 +235,10 @@ def mk_slv_s(solution_space, N, grid = None):
m_l = 0.000286
m_s = 0.0169

else:
g.message("Use third-generation masses")
m_l = 0.000262
m_s = 0.01643


rat = g.algorithms.rational.zolotarev_inverse_square_root(1.0**0.5, 70.0**0.5, 11)
Expand Down

0 comments on commit f438c72

Please sign in to comment.