Skip to content

Commit 5449120

Browse files
adding new runcards, + reorganizing them
1 parent 8919c2c commit 5449120

File tree

3 files changed

+91
-3
lines changed

3 files changed

+91
-3
lines changed

validphys2/src/validphys/shapley/runcards/DIS/HERA.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use_cuts: internal
1313
n_replicas: 100
1414
output_root: sv_results/DIS
1515
log_root: slurm/logs/DIS
16-
run_name: xscan_dis
16+
run_name: xscan_hera
1717
per_replica: true
1818
random_sign: true
1919
enforce_sumrules: false
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
#
2+
# Experiment layout
3+
# -----------------
4+
# x-scan : 5 log-spaced mu values covering [1e-4, 0.5], alpha=-1.0
5+
# -> produces phi_j(x) Shapley density on the full global fit
6+
#
7+
# sigma is fixed in log10(x) units (xspace: logx) so the bump width is
8+
# constant in decades across the full x range.
9+
10+
pdf_name: NNPDF40_nnlo_as_01180
11+
theory_id: 708
12+
use_cuts: internal
13+
n_replicas: 100
14+
output_root: sv_results/DIS
15+
log_root: slurm/logs/DIS
16+
run_name: xscan_nu_fixed
17+
per_replica: true
18+
random_sign: true
19+
enforce_sumrules: false
20+
stabilization:
21+
enabled: true
22+
action: exclude_dataset
23+
dataset_delta_chi2_threshold: 1e6
24+
max_outlier_coalitions: 5
25+
rerun_stable: true
26+
experiments:
27+
28+
# --- x-scan
29+
30+
- name: 1e-4
31+
basis: [flavor]
32+
perturbation:
33+
mu: 0.0001
34+
sigma: 0.2
35+
amplitude: 1.0
36+
mode: calibrated
37+
xspace: logx
38+
39+
- name: 1e-3
40+
basis: [flavor]
41+
perturbation:
42+
mu: 0.001
43+
sigma: 0.3
44+
amplitude: 1.0
45+
mode: calibrated
46+
xspace: logx
47+
48+
- name: 1e-2
49+
basis: [flavor]
50+
perturbation:
51+
mu: 0.01
52+
sigma: 0.3
53+
amplitude: 1.0
54+
mode: calibrated
55+
xspace: logx
56+
57+
- name: 1e-1
58+
basis: [flavor]
59+
perturbation:
60+
mu: 0.1
61+
sigma: 0.3
62+
amplitude: 1.0
63+
mode: calibrated
64+
xspace: logx
65+
66+
- name: 5e-1
67+
basis: [flavor]
68+
perturbation:
69+
mu: 0.5
70+
sigma: 0.2
71+
amplitude: 1.0
72+
mode: calibrated
73+
xspace: logx
74+
- name: 8e-1
75+
basis: [flavor]
76+
perturbation:
77+
mu: 0.8
78+
sigma: 0.2
79+
amplitude: 1.0
80+
mode: calibrated
81+
xspace: logx
82+
83+
datasets:
84+
- {dataset: CHORUS_CC_NOTFIXED_PB_NU-SIGMARED, variant: legacy_dw}
85+
- {dataset: CHORUS_CC_NOTFIXED_PB_NB-SIGMARED, variant: legacy_dw}
86+
- {dataset: NUTEV_CC_NOTFIXED_FE_NU-SIGMARED, cfac: [MAS], variant: legacy_dw}
87+
- {dataset: NUTEV_CC_NOTFIXED_FE_NB-SIGMARED, cfac: [MAS], variant: legacy_dw}
88+

validphys2/src/validphys/shapley/scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Requires the external `shapley-values` package:
1212

1313
Local run (single machine):
1414

15-
vp-shapley runcards/sv_dis_hera.yaml --output results/my_analysis
15+
vp-shapley runcards/DIS/HERA.yaml --output results/my_analysis
1616

1717
Cluster run with parallelization:
1818

1919
sbatch --cpus-per-task=64 --export=ALL,N_JOBS=64 \
2020
/path/to/slurm/run_vp_shapley.slurm \
21-
/path/to/runcards/gluon/DIS.yaml
21+
/path/to/runcards/DIS/HERA.yaml
2222

2323
## Usage
2424

0 commit comments

Comments
 (0)