From 5336985caa98f7228f875bd224a09de5826bfcad Mon Sep 17 00:00:00 2001 From: Andrea Barontini Date: Mon, 22 May 2023 14:26:04 +0200 Subject: [PATCH] Change Qref to Q0 --- src/eko/io/runcards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eko/io/runcards.py b/src/eko/io/runcards.py index 83c1dae95..02d6302e1 100644 --- a/src/eko/io/runcards.py +++ b/src/eko/io/runcards.py @@ -183,7 +183,7 @@ def new_theory(self): max_num_flavs=old["MaxNfAs"], ) new["heavy"] = { - "num_flavs_init": nf_default(old["Qref"] ** 2.0, default_atlas(ms, ks)) + "num_flavs_init": nf_default(old["Q0"] ** 2.0, default_atlas(ms, ks)) if old["nf0"] is None else old["nf0"], "num_flavs_max_pdf": old["MaxNfPdf"],