From 4f9920fd501153812f88d86c1cde20a3694a0e82 Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Fri, 24 Feb 2023 14:41:39 +0100 Subject: [PATCH] Change couplings masses --- benchmarks/lha_paper_bench.py | 3 ++- src/eko/runner/legacy.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/benchmarks/lha_paper_bench.py b/benchmarks/lha_paper_bench.py index e78765a60..2bd154365 100644 --- a/benchmarks/lha_paper_bench.py +++ b/benchmarks/lha_paper_bench.py @@ -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) diff --git a/src/eko/runner/legacy.py b/src/eko/runner/legacy.py index accc4dc37..5c1e937f8 100644 --- a/src/eko/runner/legacy.py +++ b/src/eko/runner/legacy.py @@ -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, )