File tree Expand file tree Collapse file tree 3 files changed +91
-3
lines changed
validphys2/src/validphys/shapley Expand file tree Collapse file tree 3 files changed +91
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use_cuts: internal
1313n_replicas : 100
1414output_root : sv_results/DIS
1515log_root : slurm/logs/DIS
16- run_name : xscan_dis
16+ run_name : xscan_hera
1717per_replica : true
1818random_sign : true
1919enforce_sumrules : false
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ Requires the external `shapley-values` package:
1212
1313Local 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
1717Cluster 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
You can’t perform that action at this time.
0 commit comments