Skip to content

Commit f1a95ec

Browse files
committed
remove environments
1 parent e8502e9 commit f1a95ec

10 files changed

+25
-1441
lines changed

n3fit/runcards/examples/Basic_feature_scaling.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Basic feature scaling
1111
dataset_inputs:
1212
- {dataset: SLAC_NC_NOTFIXED_D_EM-F2, frac: 0.75, variant: legacy_dw}
1313
- {dataset: NMC_NC_NOTFIXED_EM-F2, frac: 0.75, variant: legacy_dw}
14-
- {dataset: CMS_1JET_8TEV_PTY, frac: 0.75, cfac: [], variant: legacy}
14+
- {dataset: CMS_1JET_8TEV_PTY, frac: 0.75, cfac: [], variant: legacy_data}
1515

1616
############################################################
1717
datacuts:
@@ -21,7 +21,7 @@ datacuts:
2121

2222
############################################################
2323
theory:
24-
theoryid: 708 # database id
24+
theoryid: 41_000_000 # database id
2525

2626
############################################################
2727
trvlseed: 1
@@ -75,7 +75,7 @@ fitting:
7575
positivity:
7676
posdatasets:
7777
- {dataset: NNPDF_POS_2P24GEV_F2U, maxlambda: 1e6} # Positivity Lagrange Multiplier
78-
- {dataset: NNPDF_POS_2P24GEV_FLL-19PTS, maxlambda: 1e6}
78+
- {dataset: NNPDF_POS_2P24GEV_FLL, maxlambda: 1e6}
7979

8080
############################################################
8181
integrability:

n3fit/runcards/examples/Basic_runcard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Configuration file for n3fit
33
#
44
############################################################
5-
description: Basic runcard
5+
description: Basic runcard with extra options such as debugging and tensorboard
66

77
############################################################
88
# frac: training fraction
@@ -11,7 +11,7 @@ description: Basic runcard
1111
dataset_inputs:
1212
- {dataset: NMC_NC_NOTFIXED_EM-F2, frac: 0.75, variant: legacy_dw}
1313
- {dataset: SLAC_NC_NOTFIXED_D_EM-F2, frac: 0.75, variant: legacy_dw}
14-
- {dataset: ATLAS_Z0J_8TEV_PT-M, frac: 0.75, cfac: [], variant: legacy_10}
14+
- {dataset: ATLAS_Z0J_8TEV_PT-M, frac: 0.75 }
1515

1616
############################################################
1717
datacuts:
@@ -21,7 +21,7 @@ datacuts:
2121

2222
############################################################
2323
theory:
24-
theoryid: 708 # database id
24+
theoryid: 41_000_000 # database id
2525

2626
parameters: # This defines the parameter dictionary that is passed to the Model Trainer
2727
nodes_per_layer: [15, 10, 8]
@@ -68,7 +68,7 @@ fitting:
6868
positivity:
6969
posdatasets:
7070
- {dataset: NNPDF_POS_2P24GEV_F2U, maxlambda: 1e6} # Positivity Lagrange Multiplier
71-
- {dataset: NNPDF_POS_2P24GEV_FLL-19PTS, maxlambda: 1e6}
71+
- {dataset: NNPDF_POS_2P24GEV_FLL, maxlambda: 1e6}
7272
- {dataset: NNPDF_POS_2P24GEV_XGL, maxlambda: 1e6}
7373

7474
############################################################

n3fit/runcards/examples/DIS_diagonal_l2reg_example.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ dataset_inputs:
1919
- {dataset: CHORUS_CC_NOTFIXED_PB_NB-SIGMARED, frac: 0.75, variant: legacy_dw}
2020
- {dataset: NUTEV_CC_NOTFIXED_FE_NU-SIGMARED, cfac: [MAS], frac: 0.75, variant: legacy_dw}
2121
- {dataset: NUTEV_CC_NOTFIXED_FE_NB-SIGMARED, cfac: [MAS], frac: 0.75, variant: legacy_dw}
22-
- {dataset: HERA_NC_318GEV_EM-SIGMARED, frac: 0.75, variant: legacy}
23-
- {dataset: HERA_NC_225GEV_EP-SIGMARED, frac: 0.75, variant: legacy}
24-
- {dataset: HERA_NC_251GEV_EP-SIGMARED, frac: 0.75, variant: legacy}
25-
- {dataset: HERA_NC_300GEV_EP-SIGMARED, frac: 0.75, variant: legacy}
26-
- {dataset: HERA_NC_318GEV_EP-SIGMARED, frac: 0.75, variant: legacy}
27-
- {dataset: HERA_CC_318GEV_EM-SIGMARED, frac: 0.75, variant: legacy}
28-
- {dataset: HERA_CC_318GEV_EP-SIGMARED, frac: 0.75, variant: legacy}
29-
- {dataset: HERA_NC_318GEV_EAVG_CHARM-SIGMARED, frac: 0.75, variant: legacy}
30-
- {dataset: HERA_NC_318GEV_EAVG_BOTTOM-SIGMARED, frac: 0.75, variant: legacy}
22+
- {dataset: HERA_NC_318GEV_EM-SIGMARED, frac: 0.75}
23+
- {dataset: HERA_NC_225GEV_EP-SIGMARED, frac: 0.75}
24+
- {dataset: HERA_NC_251GEV_EP-SIGMARED, frac: 0.75}
25+
- {dataset: HERA_NC_300GEV_EP-SIGMARED, frac: 0.75}
26+
- {dataset: HERA_NC_318GEV_EP-SIGMARED, frac: 0.75}
27+
- {dataset: HERA_CC_318GEV_EM-SIGMARED, frac: 0.75}
28+
- {dataset: HERA_CC_318GEV_EP-SIGMARED, frac: 0.75}
29+
- {dataset: HERA_NC_318GEV_EAVG_CHARM-SIGMARED, frac: 0.75}
30+
- {dataset: HERA_NC_318GEV_EAVG_BOTTOM-SIGMARED, frac: 0.75}
3131

3232
############################################################
3333
datacuts:
@@ -37,7 +37,7 @@ datacuts:
3737

3838
############################################################
3939
theory:
40-
theoryid: 708 # database id
40+
theoryid: 41_000_000 # database id
4141

4242
############################################################
4343
trvlseed: 1
@@ -67,10 +67,6 @@ parameters: # This defines the parameter dictionary that is passed to the Model
6767
regularizer_args: {l1: 0.0, l2: 1.0}
6868

6969
fitting:
70-
# NN23(QED) = sng=0,g=1,v=2,t3=3,ds=4,sp=5,sm=6,(pht=7)
71-
# EVOL(QED) = sng=0,g=1,v=2,v3=3,v8=4,t3=5,t8=6,(pht=7)
72-
# EVOLS(QED)= sng=0,g=1,v=2,v8=4,t3=4,t8=5,ds=6,(pht=7)
73-
# FLVR(QED) = g=0, u=1, ubar=2, d=3, dbar=4, s=5, sbar=6, (pht=7)
7470
fitbasis: NN31IC # EVOL (7), EVOLQED (8), etc.
7571
basis:
7672
# remeber to change the name of PDF accordingly with fitbasis
@@ -90,7 +86,7 @@ positivity:
9086
- {dataset: NNPDF_POS_2P24GEV_F2U, maxlambda: 1e6} # Positivity Lagrange Multiplier
9187
- {dataset: NNPDF_POS_2P24GEV_F2D, maxlambda: 1e6}
9288
- {dataset: NNPDF_POS_2P24GEV_F2S, maxlambda: 1e6}
93-
- {dataset: NNPDF_POS_2P24GEV_FLL-19PTS, maxlambda: 1e6}
89+
- {dataset: NNPDF_POS_2P24GEV_FLL, maxlambda: 1e6}
9490
- {dataset: NNPDF_POS_2P24GEV_DYU, maxlambda: 1e10}
9591
- {dataset: NNPDF_POS_2P24GEV_DYD, maxlambda: 1e10}
9692
- {dataset: NNPDF_POS_2P24GEV_DYS, maxlambda: 1e10}

n3fit/runcards/examples/Fit_with_theory_covmat.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Configuration file for n3fit
33
#
44
##########################################################################################
5-
description: "NNPDF4.0 methodology fit with theory covariance matrix (9pt prescription) like NNPDF31_nlo_as_0118_scalecov_9pt"
5+
description: "NNPDF4.0 methodology fit with theory covariance matrix (with both 3 and 9pt prescription at the same time to showcase the composition of theory covmats)"
66

77
##########################################################################################
88
# frac: training fraction
@@ -11,24 +11,24 @@ description: "NNPDF4.0 methodology fit with theory covariance matrix (9pt prescr
1111
dataset_inputs:
1212
- {dataset: NMC_NC_NOTFIXED_EM-F2, frac: 0.75, variant: legacy_dw}
1313
- {dataset: SLAC_NC_NOTFIXED_D_EM-F2, frac: 0.75, variant: legacy_dw}
14-
- {dataset: ATLAS_Z0J_8TEV_PT-M, frac: 0.75, cfac: [], variant: legacy_10}
14+
- {dataset: ATLAS_Z0J_8TEV_PT-Y, frac: 0.75 }
1515

1616
############################################################
1717
datacuts:
18-
t0pdfset: 190310-tg-nlo-global # PDF set to generate t0 covmat
18+
t0pdfset: NNPDF40_nlo_as_01180 # PDF set to generate t0 covmat
1919
q2min: 13.96 # Q2 minimum
2020
w2min: 12.5 # W2 minimum
2121
use_cuts: fromintersection
2222
cuts_intersection_spec:
23-
- theoryid: 708
24-
- theoryid: 701
23+
- theoryid: 40_000_000
24+
- theoryid: 701 #NLO 4.0
2525

2626
############################################################
2727
theory:
28-
theoryid: 708 # database id
28+
theoryid: 40_000_000 # database id
2929
theorycovmatconfig:
3030
point_prescriptions: ["9 point", "3 point"]
31-
pdf: NNPDF31_nlo_as_0118
31+
pdf: NNPDF40_nnlo_as_01180
3232
use_thcovmat_in_fitting: true
3333
use_thcovmat_in_sampling: true
3434

0 commit comments

Comments
 (0)