Skip to content

Commit

Permalink
Change couplings masses
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Feb 24, 2023
1 parent 45682d7 commit 4f9920f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmarks/lha_paper_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ def run_lha(self, theory_updates):

if __name__ == "__main__":
# Benchmark to LHA
obj = BenchmarkFFNS_polarized()
# obj = BenchmarkFFNS_polarized()
# obj = BenchmarkFFNS()
obj = BenchmarkVFNS()
# obj.benchmark_plain(1)
obj.benchmark_sv(1)

Expand Down
2 changes: 1 addition & 1 deletion src/eko/runner/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(
couplings=new_theory.couplings,
order=new_theory.order,
method=couplings_mod_ev(new_operator.configs.evolution_method),
masses=masses,
masses=np.array(masses) / new_theory.xif**2,
hqm_scheme=new_theory.quark_masses_scheme,
thresholds_ratios=thresholds_ratios,
)
Expand Down

0 comments on commit 4f9920f

Please sign in to comment.