nnpdf-data 4.1.1__py3-none-any.whl → 4.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nnpdf_data/__init__.py +14 -4
- nnpdf_data/_version.py +1 -1
- nnpdf_data/cfactors/CF_MAS_NUTEV_CC_NB_FE_SIGMARED.dat +54 -0
- nnpdf_data/cfactors/CF_MAS_NUTEV_CC_NU_FE_SIGMARED.dat +54 -0
- nnpdf_data/cfactors/CF_NRM_ATLAS_WZ_TOT_13TEV-ATLASWZTOT13TEV81PB_WM_tot.dat +10 -0
- nnpdf_data/cfactors/CF_NRM_ATLAS_WZ_TOT_13TEV-ATLASWZTOT13TEV81PB_WP_tot.dat +10 -0
- nnpdf_data/cfactors/CF_NRM_ATLAS_WZ_TOT_13TEV-ATLASWZTOT13TEV81PB_Z_tot.dat +10 -0
- nnpdf_data/cfactors/CF_NRM_CMSZDIFF12-CMSZDIFF12-BIN1_ptZ.dat +19 -0
- nnpdf_data/cfactors/CF_NRM_CMSZDIFF12-CMSZDIFF12-BIN2_ptZ.dat +19 -0
- nnpdf_data/cfactors/CF_NRM_CMSZDIFF12-CMSZDIFF12-BIN3_ptZ.dat +19 -0
- nnpdf_data/cfactors/CF_NRM_CMSZDIFF12-CMSZDIFF12-BIN4_ptZ.dat +19 -0
- nnpdf_data/cfactors/CF_NRM_CMSZDIFF12-CMSZDIFF12-BIN5_ptZ.dat +19 -0
- nnpdf_data/cfactors/CF_NRM_LHCB_DY_7TEV.dat +26 -0
- nnpdf_data/cfactors/CF_NRM_LHCB_DY_8TEV.dat +27 -0
- nnpdf_data/cfactors/CF_NRM_LHCB_WM_7TEV.dat +17 -0
- nnpdf_data/cfactors/CF_NRM_LHCB_WM_8TEV.dat +17 -0
- nnpdf_data/cfactors/CF_NRM_LHCB_WP_7TEV.dat +17 -0
- nnpdf_data/cfactors/CF_NRM_LHCB_WP_8TEV.dat +17 -0
- nnpdf_data/cfactors/readme.md +2 -0
- nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/data.yaml +2 -0
- nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/kinematics.yaml +9 -0
- nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/metadata.yaml +46 -0
- nnpdf_data/commondata/ATLAS_TTBAR_13TEV_2L_TOT/uncertainties.yaml +22 -0
- nnpdf_data/commondata/ATLAS_TTBAR_13TEV_TOT/metadata.yaml +1 -1
- nnpdf_data/commondata/ATLAS_Z0J_8TEV/metadata.yaml +13 -1
- nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_PT-M.yaml +274 -0
- nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_PT-Y.yaml +498 -0
- nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_sys_10_PT-M.yaml +342 -0
- nnpdf_data/commondata/ATLAS_Z0J_8TEV/uncertainties_decorr_sys_10_PT-Y.yaml +622 -0
- nnpdf_data/commondata/CMS_1JET_8TEV/uncertainties.yaml +28984 -28984
- nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/data.yaml +2 -0
- nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/kinematics.yaml +9 -0
- nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/metadata.yaml +46 -0
- nnpdf_data/commondata/CMS_TTBAR_13TEV_35P9FB-1_TAU_TOT/uncertainties.yaml +17 -0
- nnpdf_data/commondata/CMS_WPWM_13TEV_ETA/metadata.yaml +1 -1
- nnpdf_data/commondata/CMS_Z0_7TEV_DIMUON/uncertainties.yaml +8188 -8188
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XCB.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XCQ.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XDB.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XDQ.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XGL.yaml +201 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XSB.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XSQ.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XUB.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/kinematics_XUQ.yaml +161 -0
- nnpdf_data/commondata/NNPDF_POS_100GEV/metadata.yaml +302 -0
- nnpdf_data/commondataparser.py +12 -5
- nnpdf_data/theory.py +2 -2
- nnpdf_data/theory_cards/40005027.yaml +50 -0
- nnpdf_data/theory_cards/40005028.yaml +50 -0
- nnpdf_data/theory_cards/40005029.yaml +50 -0
- nnpdf_data/theory_cards/40005030.yaml +50 -0
- nnpdf_data/theory_cards/40005031.yaml +50 -0
- nnpdf_data/theory_cards/40005032.yaml +50 -0
- nnpdf_data/theory_cards/40005033.yaml +50 -0
- nnpdf_data/theory_cards/40005034.yaml +50 -0
- nnpdf_data/theory_cards/40005035.yaml +50 -0
- nnpdf_data/theory_cards/40005036.yaml +50 -0
- nnpdf_data/theory_cards/40005037.yaml +50 -0
- nnpdf_data/theory_cards/40005038.yaml +50 -0
- nnpdf_data/theory_cards/40005039.yaml +50 -0
- nnpdf_data/theory_cards/40005040.yaml +50 -0
- nnpdf_data/theory_cards/40005041.yaml +50 -0
- nnpdf_data/theory_cards/40005042.yaml +50 -0
- nnpdf_data/theory_cards/40005043.yaml +50 -0
- nnpdf_data/theory_cards/40005044.yaml +50 -0
- nnpdf_data/theory_cards/40005045.yaml +50 -0
- nnpdf_data/theory_cards/40005046.yaml +50 -0
- nnpdf_data/theory_cards/40005047.yaml +50 -0
- nnpdf_data/theory_cards/40005048.yaml +50 -0
- nnpdf_data/theory_cards/40005049.yaml +50 -0
- nnpdf_data/theory_cards/40005050.yaml +50 -0
- nnpdf_data/theory_cards/40005051.yaml +50 -0
- nnpdf_data/theory_cards/40005052.yaml +50 -0
- nnpdf_data/theory_cards/40005053.yaml +50 -0
- nnpdf_data/theory_cards/40022000.yaml +41 -0
- nnpdf_data/theory_cards/40022001.yaml +41 -0
- nnpdf_data/theory_cards/40022002.yaml +41 -0
- nnpdf_data/theory_cards/40022003.yaml +43 -0
- nnpdf_data/theory_cards/40022004.yaml +41 -0
- nnpdf_data/theory_cards/40022005.yaml +41 -0
- nnpdf_data/theory_cards/40022006.yaml +41 -0
- nnpdf_data/theory_cards/40022007.yaml +41 -0
- nnpdf_data/theory_cards/40022008.yaml +41 -0
- nnpdf_data/theory_cards/40022009.yaml +41 -0
- nnpdf_data/theory_cards/40022010.yaml +41 -0
- nnpdf_data/theory_cards/40022011.yaml +41 -0
- nnpdf_data/theory_cards/40023000.yaml +41 -0
- nnpdf_data/theory_cards/40023001.yaml +41 -0
- nnpdf_data/theory_cards/40023002.yaml +41 -0
- nnpdf_data/theory_cards/40023003.yaml +41 -0
- nnpdf_data/theory_cards/40023004.yaml +41 -0
- nnpdf_data/theory_cards/40023005.yaml +41 -0
- nnpdf_data/theory_cards/40023006.yaml +41 -0
- nnpdf_data/theory_cards/40023007.yaml +41 -0
- nnpdf_data/theory_cards/40023008.yaml +41 -0
- nnpdf_data/theory_cards/40023009.yaml +41 -0
- nnpdf_data/theory_cards/40023010.yaml +41 -0
- nnpdf_data/theory_cards/40023011.yaml +41 -0
- nnpdf_data/theory_cards/41041000.yaml +42 -0
- nnpdf_data/theory_cards/41041001.yaml +42 -0
- nnpdf_data/theory_cards/41041002.yaml +42 -0
- nnpdf_data/utils.py +104 -0
- nnpdf_data/validphys_compatibility.py +1 -3
- {nnpdf_data-4.1.1.dist-info → nnpdf_data-4.1.3.dist-info}/METADATA +1 -1
- {nnpdf_data-4.1.1.dist-info → nnpdf_data-4.1.3.dist-info}/RECORD +107 -14
- {nnpdf_data-4.1.1.dist-info → nnpdf_data-4.1.3.dist-info}/WHEEL +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.