Skip to content

Commit 3edd0e3

Browse files
add POPxf schema for observable predictions in particle physics (SchemaStore#5153)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a11f0d3 commit 3edd0e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4995
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ src/negative_test/claude-code-settings/ @domdomegg @bogini
6868
src/schemas/json/convex.json @ianmacartney @thomasballinger @Nicolapps
6969
src/test/convex/ @ianmacartney @thomasballinger @Nicolapps
7070
src/negative_test/convex/ @ianmacartney @thomasballinger @Nicolapps
71+
72+
# Managed by POPxf Team:
73+
src/schemas/json/popxf-* @peterstangl @alekssmolkovic @kenmimasu
74+
src/test/popxf-* @peterstangl @alekssmolkovic @kenmimasu
75+
src/negative_test/popxf-* @peterstangl @alekssmolkovic @kenmimasu

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4644,6 +4644,18 @@
46444644
"fileMatch": ["podbard.yaml"],
46454645
"url": "https://raw.githubusercontent.com/Songmu/podbard/main/schema.yaml"
46464646
},
4647+
{
4648+
"name": "POPxf",
4649+
"description": "Polynomial Observable Predictions in High-Energy Physics",
4650+
"fileMatch": ["*.popxf", "*.popxf.json"],
4651+
"url": "https://www.schemastore.org/popxf-1.0.json"
4652+
},
4653+
{
4654+
"name": "POPxf Correlations",
4655+
"description": "Correlations for Polynomial Observable Predictions in High-Energy Physics",
4656+
"fileMatch": ["*.popxf-corr", "*.popxf-corr.json"],
4657+
"url": "https://www.schemastore.org/popxf-corr-1.0.json"
4658+
},
46474659
{
46484660
"name": "portman.json",
46494661
"description": "Portman's configuration file",
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "https://json.schemastore.org/popxf-1.0.json",
3+
"data": {
4+
"observable_central": {
5+
"('', '')": [0.22729],
6+
"('', 'c3pl1', 'c3pl3')": [-0.0137796],
7+
"('', 'c3pl2')": [0.0137786],
8+
"('', 'cll')": [0.0137796],
9+
"('c3pl1', 'c3pl1')": [0.000208845],
10+
"('c3pl1', 'c3pl2')": [-0.00041769],
11+
"('c3pl1', 'cll')": [-0.00041768],
12+
"('c3pl2', 'c3pl2')": [0.00020885],
13+
"('c3pl2', 'cll')": [0.00041768],
14+
"('cll', 'cll')": [0.00020884]
15+
}
16+
},
17+
"metadata": {
18+
"basis": {
19+
"custom": {
20+
"basis": "SMEFTatNLO",
21+
"definition": "https://feynrules.irmp.ucl.ac.be/wiki/SMEFTatNLO",
22+
"eft": "SMEFT"
23+
}
24+
},
25+
"misc": {
26+
"author": ["E. Celada", "L. Mantani", "K. Mimasu"],
27+
"contact": "[email protected]",
28+
"description": "W-boson partial width to mu nu_m [GeV], (m_W,G_F,m_Z) scheme"
29+
},
30+
"observable_names": ["Gamma(W -> mu nu_m)"],
31+
"parameters": ["c3pl1", "c3pl2", "cll"],
32+
"reproducibility": [
33+
{
34+
"description": "Fixed-order Monte Carlo computation.",
35+
"inputs": {
36+
"G_F": 1.1663787e-5,
37+
"Lambda": 1000,
38+
"m_W": 80.387,
39+
"m_Z": 91.1876
40+
},
41+
"tool": {
42+
"name": "MadGraph5_aMC@NLO",
43+
"settings": {
44+
"UFO": "SMEFTatNLO 1.0.2",
45+
"perturbative_order": "LO"
46+
},
47+
"version": "3.4.1"
48+
}
49+
}
50+
],
51+
"scale": 80.387
52+
}
53+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "https://json.schemastore.org/popxf-1.0.json",
3+
"data": {
4+
"observable_central": {
5+
"('', '', 'RR')": [1.013e-10],
6+
"('', 'C10_bdmumu', 'RR')": [-4.863e-11],
7+
"('', 'C10p_bdmumu', 'RR')": [4.863e-11],
8+
"('C10_bdmumu', 'C10_bdmumu', 'II')": [5.835e-12],
9+
"('C10_bdmumu', 'C10_bdmumu', 'RR')": [5.835e-12],
10+
"('C10_bdmumu', 'C10p_bdmumu', 'II')": [-1.167e-11],
11+
"('C10_bdmumu', 'C10p_bdmumu', 'RR')": [-1.167e-11],
12+
"('C10p_bdmumu', 'C10p_bdmumu', 'II')": [5.835e-12],
13+
"('C10p_bdmumu', 'C10p_bdmumu', 'RR')": [5.835e-12]
14+
},
15+
"observable_uncertainties": {
16+
"('', '', 'RR')": [6.052e-12],
17+
"('', 'C10_bdmumu', 'RR')": [2.859e-12],
18+
"('', 'C10p_bdmumu', 'RR')": [2.859e-12],
19+
"('C10_bdmumu', 'C10_bdmumu', 'II')": [3.414e-13],
20+
"('C10_bdmumu', 'C10_bdmumu', 'RR')": [3.414e-13],
21+
"('C10_bdmumu', 'C10p_bdmumu', 'II')": [6.827e-13],
22+
"('C10_bdmumu', 'C10p_bdmumu', 'RR')": [6.827e-13],
23+
"('C10p_bdmumu', 'C10p_bdmumu', 'II')": [3.414e-13],
24+
"('C10p_bdmumu', 'C10p_bdmumu', 'RR')": [3.414e-13]
25+
}
26+
},
27+
"metadata": {
28+
"basis": { "wcxf": { "basis": "flavio", "eft": "WET", "sectors": ["db"] } },
29+
"misc": {
30+
"author": ["A. Smolkovic", "P. Stangl"]
31+
},
32+
"observable_names": ["BR(B0->mumu)"],
33+
"parameters": ["C10_bdmumu", "C10p_bdmumu"],
34+
"reproducibility": [{ "tool": { "name": "flavio" } }],
35+
"scale": 4.8
36+
}
37+
}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "https://json.schemastore.org/popxf-1.0.json",
3+
"data": {
4+
"observable_central": {
5+
"('', '')": [0.22729],
6+
"('', 'c3pl2')": [0.0137786],
7+
"('', 'cll')": [0.0137796],
8+
"('c3pl1', 'c3pl1')": [0.000208845],
9+
"('c3pl1', 'c3pl2')": [-0.00041769],
10+
"('c3pl1', 'cll')": [-0.00041768],
11+
"('c3pl2', 'c3pl2')": [0.00020885],
12+
"('c3pl2', 'cll')": [0.00041768],
13+
"('cll', 'cll')": [0.00020884],
14+
"oops!": [-0.0137796]
15+
}
16+
},
17+
"metadata": {
18+
"basis": {
19+
"custom": {
20+
"basis": "SMEFTatNLO",
21+
"definition": "https://feynrules.irmp.ucl.ac.be/wiki/SMEFTatNLO",
22+
"eft": "SMEFT"
23+
}
24+
},
25+
"misc": {
26+
"author": ["E. Celada", "L. Mantani", "K. Mimasu"],
27+
"contact": "[email protected]",
28+
"description": "W-boson partial width to mu nu_m [GeV], (m_W,G_F,m_Z) scheme"
29+
},
30+
"observable_names": ["Gamma(W -> mu nu_m)"],
31+
"parameters": ["c3pl1", "c3pl2", "cll"],
32+
"reproducibility": [
33+
{
34+
"description": "Fixed-order Monte Carlo computation.",
35+
"inputs": {
36+
"G_F": 1.1663787e-5,
37+
"Lambda": 1000,
38+
"m_W": 80.387,
39+
"m_Z": 91.1876
40+
},
41+
"tool": {
42+
"name": "MadGraph5_aMC@NLO",
43+
"settings": {
44+
"UFO": "SMEFTatNLO 1.0.2",
45+
"perturbative_order": "LO"
46+
},
47+
"version": "3.4.1"
48+
}
49+
}
50+
],
51+
"scale": 80.387
52+
}
53+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"$schema": "https://json.schemastore.org/popxf-1.0.json",
3+
"data": {
4+
"observable_central": {
5+
"('', '')": [0.227, 0.227, 0.227],
6+
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903],
7+
"('', 'phil3_22')": [-19812.903, 7737.419, -19812.903],
8+
"('', 'phil3_33')": [0, 0, 27550.322],
9+
"('phil3_11', 'phil3_11')": [
10+
929672417.073, 1295705157.301, 1295705157.301
11+
],
12+
"('phil3_11', 'phil3_22')": [
13+
1390270692.689, 1390270692.689, 2591410314.602
14+
],
15+
"('phil3_11', 'phil3_33')": [0, 0, -1201139621.914],
16+
"('phil3_22', 'phil3_22')": [
17+
1295705157.301, 929672417.073, 1295705157.301
18+
],
19+
"('phil3_22', 'phil3_33')": [0, 0, -1201139621.914],
20+
"('phil3_33', 'phil3_33')": [0, 0, 835106881.686]
21+
},
22+
"polynomial_central": {
23+
"('', '')": [0.227, 0.227, 0.227],
24+
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903],
25+
"('', 'phil3_22')": [-19812.903, 7737.419, -19812.903],
26+
"('', 'phil3_33')": [0, 0, 27550.322],
27+
"('phil3_11', 'phil3_11')": [
28+
929672417.073, 1295705157.301, 1295705157.301
29+
],
30+
"('phil3_11', 'phil3_22')": [
31+
1390270692.689, 1390270692.689, 2591410314.602
32+
],
33+
"('phil3_11', 'phil3_33')": [0, 0, -1201139621.914],
34+
"('phil3_22', 'phil3_22')": [
35+
1295705157.301, 929672417.073, 1295705157.301
36+
],
37+
"('phil3_22', 'phil3_33')": [0, 0, -1201139621.914],
38+
"('phil3_33', 'phil3_33')": [0, 0, 835106881.686]
39+
}
40+
},
41+
"metadata": {
42+
"basis": {
43+
"wcxf": { "basis": "Warsaw", "eft": "SMEFT", "sectors": ["dB=dL=0"] }
44+
},
45+
"misc": {
46+
"author": ["A. Smolkovic", "P. Stangl"],
47+
"description": "Using the (alpha, G_F, m_Z) input scheme."
48+
},
49+
"observable_expressions": [
50+
{
51+
"expression": "num / den",
52+
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->munu)" }
53+
},
54+
{
55+
"expression": "num / den",
56+
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->taunu)" }
57+
},
58+
{
59+
"expression": "num / den",
60+
"variables": { "den": "Gamma(W->munu)", "num": "Gamma(W->taunu)" }
61+
}
62+
],
63+
"observable_names": ["Rmue(W->lnu)", "Rtaue(W->lnu)", "Rtaumu(W->lnu)"],
64+
"parameters": ["phil3_11", "phil3_22", "phil3_33"],
65+
"polynomial_names": ["Gamma(W->enu)", "Gamma(W->munu)", "Gamma(W->taunu)"],
66+
"reproducibility": [{ "tool": { "name": "flavio" } }],
67+
"scale": [80.387, 80.387, 80.387]
68+
}
69+
}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "https://json.schemastore.org/popxf-1.0.json",
3+
"data": {
4+
"observable_central": {
5+
"('', '')": 17.5,
6+
"('', 'c3pl1')": [-0.0137796],
7+
"('', 'c3pl2')": [0.0137786],
8+
"('', 'cll')": [0.0137796],
9+
"('c3pl1', 'c3pl1')": [0.000208845],
10+
"('c3pl1', 'c3pl2')": [-0.00041769],
11+
"('c3pl1', 'cll')": [-0.00041768],
12+
"('c3pl2', 'c3pl2')": [0.00020885],
13+
"('c3pl2', 'cll')": [0.00041768],
14+
"('cll', 'cll')": [0.00020884]
15+
}
16+
},
17+
"metadata": {
18+
"basis": {
19+
"custom": {
20+
"basis": "SMEFTatNLO",
21+
"definition": "https://feynrules.irmp.ucl.ac.be/wiki/SMEFTatNLO",
22+
"eft": "SMEFT"
23+
}
24+
},
25+
"misc": {
26+
"author": ["E. Celada", "L. Mantani", "K. Mimasu"],
27+
"contact": "[email protected]",
28+
"description": "W-boson partial width to mu nu_m [GeV], (m_W,G_F,m_Z) scheme"
29+
},
30+
"observable_names": ["Gamma(W -> mu nu_m)"],
31+
"parameters": ["c3pl1", "c3pl2", "cll"],
32+
"reproducibility": [
33+
{
34+
"description": "Fixed-order Monte Carlo computation.",
35+
"inputs": {
36+
"G_F": 1.1663787e-5,
37+
"Lambda": 1000,
38+
"m_W": 80.387,
39+
"m_Z": 91.1876
40+
},
41+
"tool": {
42+
"name": "MadGraph5_aMC@NLO",
43+
"settings": {
44+
"UFO": "SMEFTatNLO 1.0.2",
45+
"perturbative_order": "LO"
46+
},
47+
"version": "3.4.1"
48+
}
49+
}
50+
],
51+
"scale": 80.387
52+
}
53+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"$schema": "https://json.schemastore.org/popxf-1.0.json",
3+
"data": {
4+
"observable_uncertainties": {
5+
"total": {
6+
"('', '')": [0.227, 0.227, 0.227],
7+
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903]
8+
}
9+
},
10+
"polynomial_central": {
11+
"('', '')": [0.227, 0.227, 0.227],
12+
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903],
13+
"('', 'phil3_22')": [-19812.903, 7737.419, -19812.903],
14+
"('', 'phil3_33')": [0, 0, 27550.322],
15+
"('phil3_11', 'phil3_11')": [
16+
929672417.073, 1295705157.301, 1295705157.301
17+
],
18+
"('phil3_11', 'phil3_22')": [
19+
1390270692.689, 1390270692.689, 2591410314.602
20+
],
21+
"('phil3_11', 'phil3_33')": [0, 0, -1201139621.914],
22+
"('phil3_22', 'phil3_22')": [
23+
1295705157.301, 929672417.073, 1295705157.301
24+
],
25+
"('phil3_22', 'phil3_33')": [0, 0, -1201139621.914],
26+
"('phil3_33', 'phil3_33')": [0, 0, 835106881.686]
27+
}
28+
},
29+
"metadata": {
30+
"basis": {
31+
"wcxf": { "basis": "Warsaw", "eft": "SMEFT", "sectors": ["dB=dL=0"] }
32+
},
33+
"misc": {
34+
"author": ["A. Smolkovic", "P. Stangl"],
35+
"description": "Using the (alpha, G_F, m_Z) input scheme."
36+
},
37+
"observable_expressions": [
38+
{
39+
"expression": "num / den",
40+
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->munu)" }
41+
},
42+
{
43+
"expression": "num / den",
44+
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->taunu)" }
45+
},
46+
{
47+
"expression": "num / den",
48+
"variables": { "den": "Gamma(W->munu)", "num": "Gamma(W->taunu)" }
49+
}
50+
],
51+
"observable_names": ["Rmue(W->lnu)", "Rtaue(W->lnu)", "Rtaumu(W->lnu)"],
52+
"parameters": ["phil3_11", "phil3_22", "phil3_33"],
53+
"polynomial_names": ["Gamma(W->enu)", "Gamma(W->munu)", "Gamma(W->taunu)"],
54+
"reproducibility": [{ "tool": { "name": "flavio" } }],
55+
"scale": [80.387, 80.387, 80.387]
56+
}
57+
}

0 commit comments

Comments
 (0)