You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx/source/index.rst
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,24 +33,28 @@ The NNPDF collaboration is currently composed of the following
33
33
members:
34
34
35
35
* Richard D. Ball - University of Edinburgh
36
-
* Alessandro Candido - CERN
36
+
* Alessandro Candido - Quantum Research Centre, Technology Innovation Institute, Abu Dhabi
37
37
* Stefano Carrazza - Università degli Studi di Milano and INFN
38
38
* Amedeo Chiefa - University of Edinburgh
39
+
* Ella Cole - University of Cambridge
39
40
* Mark Costantini - University of Cambridge
40
-
* Juan M. Cruz-Martinez - CERN
41
+
* Juan M. Cruz-Martinez - Universidad de Sevilla
41
42
* Luigi Del Debbio - University of Edinburgh
42
43
* Stefano Forte - Università degli Studi di Milano and INFN
43
-
* Tommaso Giani - Max-Planck-Institut für Physik
44
+
* Tommaso Giani - Università degli Studi di Torino and INFN
45
+
* Eva Groenendijk - Università degli Studi di Milano and INFN
44
46
* Felix Hekhorn - University of Jyväskylä
45
-
* José Ignacio Latorre - Quantum Research Centre, Technology
46
-
Innovation Institute, Abu Dhabi, United Arab Emirates and Center for Quantum Technologies, National University of Singapore
47
+
* Jaco ter Hoeve - University of Edinburgh
48
+
* José Ignacio Latorre - Quantum Research Centre, Technology Innovation Institute, Abu Dhabi, United Arab Emirates and Center for Quantum Technologies, National University of Singapore
47
49
* Giacomo Magni - IJCLab Orsay and CNRS
48
50
* Emanuele R. Nocera - Università degli Studi di Torino and INFN
49
51
* Tanjona R. Rabemananjara - Vrije University Amsterdam and Nikhef
50
52
* Juan Rojo - Vrije University Amsterdam and Nikhef
53
+
* Valentina Schutze - University of Cambridge
51
54
* Tanishq Sharma - Università di Torino and INFN
52
-
* Roy Stegeman - University of Edinburgh
55
+
* Roy Stegeman - Quantum Research Centre, Technology Innovation Institute, Abu Dhabi
53
56
* Maria Ubiali - University of Cambridge
57
+
* Ramon Winterhalder - Università degli Studi di Milano and INFN
Copy file name to clipboardExpand all lines: doc/sphinx/source/tutorials/datthcomp.rst
+22-29Lines changed: 22 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ You need to provide:
10
10
1. A PDF which includes your data set;
11
11
2. A valid theory ID;
12
12
3. A choice of cuts policy;
13
-
4. A list of data sets to do the comparison for.
13
+
4. A list of data sets to do the comparison for;
14
+
5. Options to shift theoretical predictions according to the correlated part of the experimental uncertainties and/or to normalise the comparison to the central value of the experimental data.
14
15
15
16
Below is an example runcard for a data theory comparison for BCDMSP, ``runcard.yaml``:
16
17
@@ -21,38 +22,30 @@ Below is an example runcard for a data theory comparison for BCDMSP, ``runcard.y
The function ``plot_fancy_dataspecs`` produces data-theory comparison plots for the specified list of data for all of the data specifications ``dataspecs``. The code can be run as :code:`validphys runcard.yaml` which will produce a ``validphys`` report with the desired plots. See the runcard ``data_theory_comparison.yaml`` in the validphys ``examples`` folder for details.
0 commit comments