Search is not available for this dataset
repo
stringlengths
2
152
file
stringlengths
15
239
code
stringlengths
0
58.4M
file_length
int64
0
58.4M
avg_line_length
float64
0
1.81M
max_line_length
int64
0
12.7M
extension_type
stringclasses
364 values
null
CARL-main/test/test_dmc.py
import unittest from carl.envs.dmc.dmc_tasks.finger import ( check_constraints, spin_context, turn_easy_context, turn_hard_context, ) from carl.envs.dmc.dmc_tasks.utils import adapt_context from carl.envs.dmc.loader import load_dmc_env class TestDMCLoader(unittest.TestCase): def test_load_classic...
4,115
30.906977
82
py
null
CARL-main/test/test_selector.py
from typing import Any, Dict import unittest from unittest.mock import patch from carl.context.selection import ( AbstractSelector, CustomSelector, RandomSelector, RoundRobinSelector, ) from carl.utils.types import Context def dummy_select(dummy): return None, None class TestSelectors(unittest...
2,699
30.034483
76
py
artemide-public
artemide-public-master/LICENSE.md
arTeMiDe This work is licensed under a CC BY-NC-SA 4.0 If you use this work or part of it, please, refer to arXiv:1706.01473
126
24.4
69
md
artemide-public
artemide-public-master/README.md
# artemide-public The public repository of artemide package for TMD-physics (transverse momentum dependent) ------------------------------------------------------------------------------------------------------ CHECK: In makefile set (in the begining of file) FCompiler <= your prefered fortran compiler (f95 at ...
1,777
36.041667
110
md
artemide-public
artemide-public-master/makefile
########################################################################################################### # Make file for artemide + harpy # modify the first section with your values ########################################################################################################### # location of artemide...
11,446
30.885794
205
artemide-public-master/makefile
artemide-public
artemide-public-master/Models/1706.01473_Model1/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution ! ! corresponds to model 1 of 1706.01473 ! DNP=Dpert(b)+g b^2 ! zeta=zetaPert(b) ! ! Requres 1 NP parameters (initated by best values values) ! ! A.Vladimirov (25.04.2018) ! !!!!!!...
2,393
33.695652
110
f90
artemide-public
artemide-public-master/Models/1706.01473_Model1/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,140
33.575758
110
f90
artemide-public
artemide-public-master/Models/1706.01473_Model1/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF ! ! corresponds to model 1 ! FNP=Cosh((l1/l2-l1/2)b)/Cosh((l1/l2+l1/2)b) ! muOPE=C0/b+2 ! ! Requres two NP parameters (initated by PDF values) ! Initialized by best values with bb* model f...
2,605
27.637363
110
f90
artemide-public
artemide-public-master/Models/1706.01473_Model1/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF ! ! corresponds to model 1 ! FNP=Cosh((l1/l2-l1/2)b)/Cosh((l1/l2+l1/2)b) ! muOPE=C0/b+2 ! ! Requres two NP parameters ! Initialized by best values with bb* model for evolution ! ! A.Vl...
2,584
27.097826
110
f90
artemide-public
artemide-public-master/Models/ART23/Model/SiversTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for Sivers TMD PDF [20??.????] ! ! A.Vladimirov (21.05.2020) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module SiversTMDPDF_model use aTMDe_Numerics use IO_functions impl...
6,556
39.726708
121
f90
artemide-public
artemide-public-master/Models/ART23/Model/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,296
34.512397
106
f90
artemide-public
artemide-public-master/Models/ART23/Model/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/ART23/Model/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,940
37.083333
114
f90
artemide-public
artemide-public-master/Models/ART23/Model/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
6,260
36.716867
114
f90
artemide-public
artemide-public-master/Models/ART23/Model/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF Vpion19.bFIT [1907.10356] ! ! proton uTMDPDF is from BSV19.HERA set (h=1) ! pion uTMDPDF is here (h=2) ! ! Requres 6 (proton)+3 (pion)=9 NP parameters ! Uses HERAPDF20_NNLO_VAR and JA...
11,216
35.067524
114
f90
artemide-public
artemide-public-master/Models/ART23/Model/wgtTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for worm gear T TMD PDF ! ! A.Vladimirov (09.11.2021) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module wgtTMDPDF_model use aTMDe_Numerics use IO_functions implicit non...
6,991
38.280899
122
f90
artemide-public
artemide-public-master/Models/BPV20/Model/SiversTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for Sivers TMD PDF [20??.????] ! ! A.Vladimirov (21.05.2020) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module SiversTMDPDF_model use aTMDe_Numerics use IO_functions impl...
6,556
39.726708
121
f90
artemide-public
artemide-public-master/Models/BPV20/Model/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,313
34.073171
123
f90
artemide-public
artemide-public-master/Models/BPV20/Model/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/BPV20/Model/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BPV20/Model/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
6,088
37.05625
114
f90
artemide-public
artemide-public-master/Models/BPV20/Model/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF Vpion19.bFIT [1907.10356] ! ! proton uTMDPDF is from BSV19.HERA set (h=1) ! pion uTMDPDF is here (h=2) ! ! Requres 6 (proton)+3 (pion)=9 NP parameters ! Uses HERAPDF20_NNLO_VAR and JA...
10,435
36.405018
122
f90
artemide-public
artemide-public-master/Models/BSV19.CT14/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vl...
6,404
27.851351
113
f90
artemide-public
artemide-public-master/Models/BSV19.CT14/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/BSV19.CT14/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.CT14/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.CT14/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
13,128
49.110687
114
f90
artemide-public
artemide-public-master/Models/BSV19.HERA20PDF/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vl...
6,214
26.869955
115
f90
artemide-public
artemide-public-master/Models/BSV19.HERA20PDF/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/BSV19.HERA20PDF/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.HERA20PDF/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.HERA20PDF/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
11,635
43.243346
114
f90
artemide-public
artemide-public-master/Models/BSV19.MMHT14/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vl...
6,600
29.141553
113
f90
artemide-public
artemide-public-master/Models/BSV19.MMHT14/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/BSV19.MMHT14/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.MMHT14/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.MMHT14/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
13,232
49.507634
114
f90
artemide-public
artemide-public-master/Models/BSV19.NNPDF31/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vl...
6,603
29.018182
113
f90
artemide-public
artemide-public-master/Models/BSV19.NNPDF31/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/BSV19.NNPDF31/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.NNPDF31/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.NNPDF31/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
13,238
49.530534
114
f90
artemide-public
artemide-public-master/Models/BSV19.PDF4LHC/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vl...
6,597
29.127854
113
f90
artemide-public
artemide-public-master/Models/BSV19.PDF4LHC/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/BSV19.PDF4LHC/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.PDF4LHC/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.PDF4LHC/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
13,232
49.507634
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT.noLHC/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19.bFIT.noLHC [1902.08474] (without LHC data points) ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b*) ! ! Requres two NP parameters (initated by best valu...
6,594
28.977273
116
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT.noLHC/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,140
33.575758
110
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT.noLHC/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT.noLHC/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT.noLHC/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
13,072
49.867704
157
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19.bFIT [1902.08474] ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b*) ! ! Requres two NP parameters (initated by best values values) ! ! A.Vladimirov (...
11,061
25.089623
113
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,140
33.575758
110
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIT/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
26,924
57.153348
163
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX.noLHC/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19.bFIX.noLHC [1902.08474] ! ! corresponds to bb* model, at fixed bMAX=2.5 GeV^{-1} ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b*) ! ! Requres two NP parameters (initated by best va...
6,704
28.933036
116
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX.noLHC/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,140
33.575758
110
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX.noLHC/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX.noLHC/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX.noLHC/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
13,328
49.874046
163
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for BSV19.bFIX [1902.08474] ! ! corresponds to bb* model, at b =2.5 GeV^{-1} ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b*) ! ! Requres two NP parameters (initated by best values values) !...
6,677
28.8125
113
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,140
33.575758
110
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/BSV19.bFIX/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
13,320
49.843511
163
f90
artemide-public
artemide-public-master/Models/Default/SiversTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for Sivers TMD PDF [20??.????] ! ! A.Vladimirov (21.05.2020) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module SiversTMDPDF_model use aTMDe_Numerics use IO_functions impl...
6,556
39.726708
121
f90
artemide-public
artemide-public-master/Models/Default/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,296
34.512397
106
f90
artemide-public
artemide-public-master/Models/Default/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/Default/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,940
37.083333
114
f90
artemide-public
artemide-public-master/Models/Default/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
6,260
36.716867
114
f90
artemide-public
artemide-public-master/Models/Default/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF Vpion19.bFIT [1907.10356] ! ! proton uTMDPDF is from BSV19.HERA set (h=1) ! pion uTMDPDF is here (h=2) ! ! Requres 6 (proton)+3 (pion)=9 NP parameters ! Uses HERAPDF20_NNLO_VAR and JA...
11,216
35.067524
114
f90
artemide-public
artemide-public-master/Models/Default/wgtTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for worm gear T TMD PDF ! ! A.Vladimirov (09.11.2021) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module wgtTMDPDF_model use aTMDe_Numerics use IO_functions implicit non...
6,991
38.280899
122
f90
artemide-public
artemide-public-master/Models/PDFbias22/Model/SiversTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for Sivers TMD PDF [20??.????] ! ! A.Vladimirov (21.05.2020) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module SiversTMDPDF_model use aTMDe_Numerics use IO_functions impl...
6,556
39.726708
121
f90
artemide-public
artemide-public-master/Models/PDFbias22/Model/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,313
34.073171
123
f90
artemide-public
artemide-public-master/Models/PDFbias22/Model/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/PDFbias22/Model/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/PDFbias22/Model/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
6,088
37.05625
114
f90
artemide-public
artemide-public-master/Models/PDFbias22/Model/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF Vpion19.bFIT [1907.10356] ! ! proton uTMDPDF is from BSV19.HERA set (h=1) ! pion uTMDPDF is here (h=2) ! ! Requres 6 (proton)+3 (pion)=9 NP parameters ! Uses HERAPDF20_NNLO_VAR and JA...
11,324
38.322917
126
f90
artemide-public
artemide-public-master/Models/PDFbias22/Model/wgtTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for worm gear T TMD PDF ! ! A.Vladimirov (09.11.2021) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module wgtTMDPDF_model use aTMDe_Numerics use IO_functions implicit non...
6,702
38.429412
122
f90
artemide-public
artemide-public-master/Models/SV19/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,249
35.324786
113
f90
artemide-public
artemide-public-master/Models/SV19/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/SV19/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/SV19/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/SV19/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
6,137
37.124224
114
f90
artemide-public
artemide-public-master/Models/SV19/Model/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,249
35.324786
113
f90
artemide-public
artemide-public-master/Models/SV19/Model/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/SV19/Model/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/SV19/Model/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/SV19/Model/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF BSV19 [1902.08474] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDPDF_model use aTMDe_Numerics use IO_funct...
6,137
37.124224
114
f90
artemide-public
artemide-public-master/Models/Vpion19/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,109
35.371681
123
f90
artemide-public
artemide-public-master/Models/Vpion19/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/Vpion19/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/Vpion19/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90
artemide-public
artemide-public-master/Models/Vpion19/uTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD PDF Vpion19.bFIT [1907.10356] ! ! proton uTMDPDF is from BSV19.HERA set (h=1) ! pion uTMDPDF is here (h=2) ! ! Requres 6 (proton)+3 (pion)=9 NP parameters ! Uses HERAPDF20_NNLO_VAR and JA...
10,426
36.37276
122
f90
artemide-public
artemide-public-master/Models/Vpion19/Model/TMDR_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD evolution for SV19 ! ! corresponds to bb* model ! DNP=Dpert(b*)+g bb* ! zeta=zetaPert(b) exp[-b2/BB]+zetaSL(b)(1-exp(-b2/BB) ! ! Requres two NP parameters (initated by best values) ! ! A.Vla...
4,109
35.371681
123
f90
artemide-public
artemide-public-master/Models/Vpion19/Model/TMDs_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for TMD defining scales ! used only in the case of evolution types 1 and 2 ! ! mu_low=C0/b+2 ! mu0=C0/b+2 ! ! A.Vladimirov (25.04.2018) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,199
31.432432
110
f90
artemide-public
artemide-public-master/Models/Vpion19/Model/lpTMDPDF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for linearly polarized gluons ! ! corresponds to nothing ! A.Vladimirov (13.06.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module lpTMDPDF_model use aTMDe_Numerics...
5,774
37.5
114
f90
artemide-public
artemide-public-master/Models/Vpion19/Model/uTMDFF_model.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Model for unpolarized TMD FF SV19 [1912.06532] ! ! A.Vladimirov (11.07.2019) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module uTMDFF_model use aTMDe_Numerics use IO_function...
5,876
37.664474
114
f90