Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# the repo, unless a later match takes precedence.
* @madskristensen @hyperupcall

src/schema-validation.jsonc @ssbarnea @webknjaz @CircleCI-Public/developer-experience @meeech @gordonsyme @skoch13 @andrey-skl @zmaks @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian @pandatix @NicoFgrx @ya7010 @chrissimon-au @danielbayley @btea @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi @domdomegg @bogini @ianmacartney @thomasballinger @Nicolapps

# Managed by Ansible DevTools Team members:
src/schemas/json/ansible-* @ssbarnea @webknjaz
src/test/ansible-* @ssbarnea @webknjaz
Expand Down Expand Up @@ -68,3 +70,8 @@ src/negative_test/claude-code-settings/ @domdomegg @bogini
src/schemas/json/convex.json @ianmacartney @thomasballinger @Nicolapps
src/test/convex/ @ianmacartney @thomasballinger @Nicolapps
src/negative_test/convex/ @ianmacartney @thomasballinger @Nicolapps

# Managed by POPxf Team:
src/schemas/json/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/test/popxf-* @peterstangl @alekssmolkovic @kenmimasu
src/negative_test/popxf-* @peterstangl @alekssmolkovic @kenmimasu
14 changes: 13 additions & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4644,6 +4644,18 @@
"fileMatch": ["podbard.yaml"],
"url": "https://raw.githubusercontent.com/Songmu/podbard/main/schema.yaml"
},
{
"name": "POPxf",
"description": "Polynomial Observable Predictions in High-Energy Physics",
"fileMatch": ["*.popxf", "*.popxf.json"],
"url": "https://www.schemastore.org/popxf-1.0.json"
},
{
"name": "POPxf Correlations",
"description": "Correlations for Polynomial Observable Predictions in High-Energy Physics",
"fileMatch": ["*.popxf-corr", "*.popxf-corr.json"],
"url": "https://www.schemastore.org/popxf-corr-1.0.json"
},
{
"name": "portman.json",
"description": "Portman's configuration file",
Expand Down Expand Up @@ -6273,7 +6285,7 @@
"venvironment.json",
"*.venvironment.json"
],
"url": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
"url": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
"versions": {
"1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
"1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
Expand Down
53 changes: 53 additions & 0 deletions src/negative_test/popxf-1.0/bad_key_observable_central.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "https://json.schemastore.org/popxf-1.0.json",
"data": {
"observable_central": {
"('', '')": [0.22729],
"('', 'c3pl1', 'c3pl3')": [-0.0137796],
"('', 'c3pl2')": [0.0137786],
"('', 'cll')": [0.0137796],
"('c3pl1', 'c3pl1')": [0.000208845],
"('c3pl1', 'c3pl2')": [-0.00041769],
"('c3pl1', 'cll')": [-0.00041768],
"('c3pl2', 'c3pl2')": [0.00020885],
"('c3pl2', 'cll')": [0.00041768],
"('cll', 'cll')": [0.00020884]
}
},
"metadata": {
"basis": {
"custom": {
"basis": "SMEFTatNLO",
"definition": "https://feynrules.irmp.ucl.ac.be/wiki/SMEFTatNLO",
"eft": "SMEFT"
}
},
"misc": {
"author": ["E. Celada", "L. Mantani", "K. Mimasu"],
"contact": "ken.mimasu@soton.ac.uk",
"description": "W-boson partial width to mu nu_m [GeV], (m_W,G_F,m_Z) scheme"
},
"observable_names": ["Gamma(W -> mu nu_m)"],
"parameters": ["c3pl1", "c3pl2", "cll"],
"reproducibility": [
{
"description": "Fixed-order Monte Carlo computation.",
"inputs": {
"G_F": 1.1663787e-5,
"Lambda": 1000,
"m_W": 80.387,
"m_Z": 91.1876
},
"tool": {
"name": "MadGraph5_aMC@NLO",
"settings": {
"UFO": "SMEFTatNLO 1.0.2",
"perturbative_order": "LO"
},
"version": "3.4.1"
}
}
],
"scale": 80.387
}
}
37 changes: 37 additions & 0 deletions src/negative_test/popxf-1.0/bad_keys_observable_uncertainties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://json.schemastore.org/popxf-1.0.json",
"data": {
"observable_central": {
"('', '', 'RR')": [1.013e-10],
"('', 'C10_bdmumu', 'RR')": [-4.863e-11],
"('', 'C10p_bdmumu', 'RR')": [4.863e-11],
"('C10_bdmumu', 'C10_bdmumu', 'II')": [5.835e-12],
"('C10_bdmumu', 'C10_bdmumu', 'RR')": [5.835e-12],
"('C10_bdmumu', 'C10p_bdmumu', 'II')": [-1.167e-11],
"('C10_bdmumu', 'C10p_bdmumu', 'RR')": [-1.167e-11],
"('C10p_bdmumu', 'C10p_bdmumu', 'II')": [5.835e-12],
"('C10p_bdmumu', 'C10p_bdmumu', 'RR')": [5.835e-12]
},
"observable_uncertainties": {
"('', '', 'RR')": [6.052e-12],
"('', 'C10_bdmumu', 'RR')": [2.859e-12],
"('', 'C10p_bdmumu', 'RR')": [2.859e-12],
"('C10_bdmumu', 'C10_bdmumu', 'II')": [3.414e-13],
"('C10_bdmumu', 'C10_bdmumu', 'RR')": [3.414e-13],
"('C10_bdmumu', 'C10p_bdmumu', 'II')": [6.827e-13],
"('C10_bdmumu', 'C10p_bdmumu', 'RR')": [6.827e-13],
"('C10p_bdmumu', 'C10p_bdmumu', 'II')": [3.414e-13],
"('C10p_bdmumu', 'C10p_bdmumu', 'RR')": [3.414e-13]
}
},
"metadata": {
"basis": { "wcxf": { "basis": "flavio", "eft": "WET", "sectors": ["db"] } },
"misc": {
"author": ["A. Smolkovic", "P. Stangl"]
},
"observable_names": ["BR(B0->mumu)"],
"parameters": ["C10_bdmumu", "C10p_bdmumu"],
"reproducibility": [{ "tool": { "name": "flavio" } }],
"scale": 4.8
}
}
53 changes: 53 additions & 0 deletions src/negative_test/popxf-1.0/bad_observable_central_key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "https://json.schemastore.org/popxf-1.0.json",
"data": {
"observable_central": {
"('', '')": [0.22729],
"('', 'c3pl2')": [0.0137786],
"('', 'cll')": [0.0137796],
"('c3pl1', 'c3pl1')": [0.000208845],
"('c3pl1', 'c3pl2')": [-0.00041769],
"('c3pl1', 'cll')": [-0.00041768],
"('c3pl2', 'c3pl2')": [0.00020885],
"('c3pl2', 'cll')": [0.00041768],
"('cll', 'cll')": [0.00020884],
"oops!": [-0.0137796]
}
},
"metadata": {
"basis": {
"custom": {
"basis": "SMEFTatNLO",
"definition": "https://feynrules.irmp.ucl.ac.be/wiki/SMEFTatNLO",
"eft": "SMEFT"
}
},
"misc": {
"author": ["E. Celada", "L. Mantani", "K. Mimasu"],
"contact": "ken.mimasu@soton.ac.uk",
"description": "W-boson partial width to mu nu_m [GeV], (m_W,G_F,m_Z) scheme"
},
"observable_names": ["Gamma(W -> mu nu_m)"],
"parameters": ["c3pl1", "c3pl2", "cll"],
"reproducibility": [
{
"description": "Fixed-order Monte Carlo computation.",
"inputs": {
"G_F": 1.1663787e-5,
"Lambda": 1000,
"m_W": 80.387,
"m_Z": 91.1876
},
"tool": {
"name": "MadGraph5_aMC@NLO",
"settings": {
"UFO": "SMEFTatNLO 1.0.2",
"perturbative_order": "LO"
},
"version": "3.4.1"
}
}
],
"scale": 80.387
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"$schema": "https://json.schemastore.org/popxf-1.0.json",
"data": {
"observable_central": {
"('', '')": [0.227, 0.227, 0.227],
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903],
"('', 'phil3_22')": [-19812.903, 7737.419, -19812.903],
"('', 'phil3_33')": [0, 0, 27550.322],
"('phil3_11', 'phil3_11')": [
929672417.073, 1295705157.301, 1295705157.301
],
"('phil3_11', 'phil3_22')": [
1390270692.689, 1390270692.689, 2591410314.602
],
"('phil3_11', 'phil3_33')": [0, 0, -1201139621.914],
"('phil3_22', 'phil3_22')": [
1295705157.301, 929672417.073, 1295705157.301
],
"('phil3_22', 'phil3_33')": [0, 0, -1201139621.914],
"('phil3_33', 'phil3_33')": [0, 0, 835106881.686]
},
"polynomial_central": {
"('', '')": [0.227, 0.227, 0.227],
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903],
"('', 'phil3_22')": [-19812.903, 7737.419, -19812.903],
"('', 'phil3_33')": [0, 0, 27550.322],
"('phil3_11', 'phil3_11')": [
929672417.073, 1295705157.301, 1295705157.301
],
"('phil3_11', 'phil3_22')": [
1390270692.689, 1390270692.689, 2591410314.602
],
"('phil3_11', 'phil3_33')": [0, 0, -1201139621.914],
"('phil3_22', 'phil3_22')": [
1295705157.301, 929672417.073, 1295705157.301
],
"('phil3_22', 'phil3_33')": [0, 0, -1201139621.914],
"('phil3_33', 'phil3_33')": [0, 0, 835106881.686]
}
},
"metadata": {
"basis": {
"wcxf": { "basis": "Warsaw", "eft": "SMEFT", "sectors": ["dB=dL=0"] }
},
"misc": {
"author": ["A. Smolkovic", "P. Stangl"],
"description": "Using the (alpha, G_F, m_Z) input scheme."
},
"observable_expressions": [
{
"expression": "num / den",
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->munu)" }
},
{
"expression": "num / den",
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->taunu)" }
},
{
"expression": "num / den",
"variables": { "den": "Gamma(W->munu)", "num": "Gamma(W->taunu)" }
}
],
"observable_names": ["Rmue(W->lnu)", "Rtaue(W->lnu)", "Rtaumu(W->lnu)"],
"parameters": ["phil3_11", "phil3_22", "phil3_33"],
"polynomial_names": ["Gamma(W->enu)", "Gamma(W->munu)", "Gamma(W->taunu)"],
"reproducibility": [{ "tool": { "name": "flavio" } }],
"scale": [80.387, 80.387, 80.387]
}
}
53 changes: 53 additions & 0 deletions src/negative_test/popxf-1.0/bad_observable_central_value.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "https://json.schemastore.org/popxf-1.0.json",
"data": {
"observable_central": {
"('', '')": 17.5,
"('', 'c3pl1')": [-0.0137796],
"('', 'c3pl2')": [0.0137786],
"('', 'cll')": [0.0137796],
"('c3pl1', 'c3pl1')": [0.000208845],
"('c3pl1', 'c3pl2')": [-0.00041769],
"('c3pl1', 'cll')": [-0.00041768],
"('c3pl2', 'c3pl2')": [0.00020885],
"('c3pl2', 'cll')": [0.00041768],
"('cll', 'cll')": [0.00020884]
}
},
"metadata": {
"basis": {
"custom": {
"basis": "SMEFTatNLO",
"definition": "https://feynrules.irmp.ucl.ac.be/wiki/SMEFTatNLO",
"eft": "SMEFT"
}
},
"misc": {
"author": ["E. Celada", "L. Mantani", "K. Mimasu"],
"contact": "ken.mimasu@soton.ac.uk",
"description": "W-boson partial width to mu nu_m [GeV], (m_W,G_F,m_Z) scheme"
},
"observable_names": ["Gamma(W -> mu nu_m)"],
"parameters": ["c3pl1", "c3pl2", "cll"],
"reproducibility": [
{
"description": "Fixed-order Monte Carlo computation.",
"inputs": {
"G_F": 1.1663787e-5,
"Lambda": 1000,
"m_W": 80.387,
"m_Z": 91.1876
},
"tool": {
"name": "MadGraph5_aMC@NLO",
"settings": {
"UFO": "SMEFTatNLO 1.0.2",
"perturbative_order": "LO"
},
"version": "3.4.1"
}
}
],
"scale": 80.387
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"$schema": "https://json.schemastore.org/popxf-1.0.json",
"data": {
"observable_uncertainties": {
"total": {
"('', '')": [0.227, 0.227, 0.227],
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903]
}
},
"polynomial_central": {
"('', '')": [0.227, 0.227, 0.227],
"('', 'phil3_11')": [7737.419, -19812.903, -19812.903],
"('', 'phil3_22')": [-19812.903, 7737.419, -19812.903],
"('', 'phil3_33')": [0, 0, 27550.322],
"('phil3_11', 'phil3_11')": [
929672417.073, 1295705157.301, 1295705157.301
],
"('phil3_11', 'phil3_22')": [
1390270692.689, 1390270692.689, 2591410314.602
],
"('phil3_11', 'phil3_33')": [0, 0, -1201139621.914],
"('phil3_22', 'phil3_22')": [
1295705157.301, 929672417.073, 1295705157.301
],
"('phil3_22', 'phil3_33')": [0, 0, -1201139621.914],
"('phil3_33', 'phil3_33')": [0, 0, 835106881.686]
}
},
"metadata": {
"basis": {
"wcxf": { "basis": "Warsaw", "eft": "SMEFT", "sectors": ["dB=dL=0"] }
},
"misc": {
"author": ["A. Smolkovic", "P. Stangl"],
"description": "Using the (alpha, G_F, m_Z) input scheme."
},
"observable_expressions": [
{
"expression": "num / den",
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->munu)" }
},
{
"expression": "num / den",
"variables": { "den": "Gamma(W->enu)", "num": "Gamma(W->taunu)" }
},
{
"expression": "num / den",
"variables": { "den": "Gamma(W->munu)", "num": "Gamma(W->taunu)" }
}
],
"observable_names": ["Rmue(W->lnu)", "Rtaue(W->lnu)", "Rtaumu(W->lnu)"],
"parameters": ["phil3_11", "phil3_22", "phil3_33"],
"polynomial_names": ["Gamma(W->enu)", "Gamma(W->munu)", "Gamma(W->taunu)"],
"reproducibility": [{ "tool": { "name": "flavio" } }],
"scale": [80.387, 80.387, 80.387]
}
}
Loading