Add K_1 and K_V0

This commit is contained in:
Justus Kuhlmann 2025-09-02 10:24:40 +00:00
commit e259a21d39

View file

@ -49,6 +49,7 @@ bb_corrs: list = [
'f_1', 'f_1',
'F1ll', 'F1ll',
'k_1', 'k_1',
'K_1',
'F_AA_a', 'F_AA_a',
'F_AA_d', 'F_AA_d',
'F_AdP_a', 'F_AdP_a',
@ -65,6 +66,7 @@ bb_corrs: list = [
bib_corrs: list = [ bib_corrs: list = [
'F_V0', 'F_V0',
'K_V0',
] ]
corr_types: dict[str, str] = {} corr_types: dict[str, str] = {}