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
artemide-public
artemide-public-master/Models/Vpion19/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,426
36.37276
122
f90
artemide-public
artemide-public-master/Prog/DY_example_v14.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Program that evaluate the cross-section for DY !! Surves as an example of ardemide-based code !! Please, refer to 1902.???? if you use it. !! !! Question, suggestions, etc: vladimirov.aleksey@gmail.com !! Extra i...
5,757
47.79661
162
f90
artemide-public
artemide-public-master/Prog/DY_example_v2.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Program that evaluate the cross-section for DY !! Surves as an example of ardemide-based code !! Please, refer to 1902.08474 if you use it. !! !! Question, suggestions, etc: vladimirov.aleksey@gmail.com !! Extra ...
5,996
47.756098
162
f90
artemide-public
artemide-public-master/Prog/DY_for_CMS.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! Calculation of DY cross-section for CMS. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program xSec_DY use aTMDe_control use TMDX_DY implicit none !!! this program evaluate cross-section for SIDIS real*8 :: time1, time2 integer :: dummyINT,j real*8 :: dummyREAL logical::exist int...
8,987
28.276873
124
f90
artemide-public
artemide-public-master/Prog/DY_for_RHIC.f90
program example use aTMDe_control use TMDX_DY implicit none !-------------------------------------------------------- !! CALCULATING THE unpolarized DY-cross-section for RHIC !! !! !!leptons-PT > 25 GeV !!|leptons-Eta| < 1.1 !!73 < Minv < 126 GeV !!sqrt(s) = 510 GeV !------------------------------------------------...
3,153
27.672727
115
f90
artemide-public
artemide-public-master/Prog/Test_Fourier.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program computes Fouries of test cases and compare to exact values !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use aTMDe_control use TMDF implicit none integer,parameter::Nt=18 real*8::testString(1:...
3,110
23.304688
131
f90
artemide-public
artemide-public-master/Prog/UpdateCONST.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Elementary program that read old-constants-file (possibly for older version of artemide) !! and create a new (for current version of artemide) !! !! A.Vladimirov (08.07.2019) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
660
37.882353
91
f90
artemide-public
artemide-public-master/Prog/test.f90
program example use aTMDe_control use TMDX_DY implicit none real*8,dimension(1:3)::xSec,pt,ptmin,ptmax real*8,dimension(1:4)::ptPLUS integer :: j real*8 :: time1, time2,xx real*8,dimension(1:2):: p1,p2,p3 real*8,dimension(1:4)::cc integer,dimension(1:3)::pp real*8,dimension(1:3,1:2)::qtList,Qlist,yList real...
3,025
31.537634
115
f90
artemide-public
artemide-public-master/Prog/update-constants-file.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! The program that check the constants-file and update it if nessecary !! requares an argument (full path to constants file) !! !! A.Vladimirov (05.11.2019) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
3,272
30.471154
99
f90
artemide-public
artemide-public-master/Prog/SV19_programs/DY_smooth-plot-withPDF.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program makes a smooth plot at givem s,Q,y, in qT (no bin-integrations) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use aTMDe_control use uTMDPDF use TMDX_DY implicit none integer::numR=100 intege...
4,020
23.369697
125
f90
artemide-public
artemide-public-master/Prog/SV19_programs/DY_smooth-plot.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program makes a smooth plot at givem s,Q,y, in qT (no bin-integrations) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use aTMDe_control use TMDX_DY implicit none integer,dimension(1:3)::proc real*8:...
2,114
25.111111
110
f90
artemide-public
artemide-public-master/Prog/SV19_programs/DY_smooth-plot_err.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program makes a smooth plot at givem s,Q,y, in qT (no bin-integrations) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use aTMDe_control use TMDX_DY implicit none character(*),parameter::prefix='/hom...
4,577
27.259259
119
f90
artemide-public
artemide-public-master/Prog/SV19_programs/RAD_plot.f90
program example use aTMDe_control use TMDR implicit none character(*),parameter::prefix='/home/vla18041/LinkData2/arTeMiDe_Repository/artemide/Models/SV19/' character(*),parameter::repFILE=prefix//'Replicas/DY+SIDIS/DY+SIDIS_NNPDF31+DSS_nnlo.rep' character(*),parameter::constFILE=prefix//'constants-files/DY+SIDIS_nnlo...
1,486
19.943662
117
f90
artemide-public
artemide-public-master/Prog/SV19_programs/SIDIS_smooth-plot.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program makes a smooth plot at given s,Q,x,z, in qT (no bin-integrations) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use aTMDe_control use TMDX_SIDIS implicit none integer,dimension(1:3)::proc re...
1,272
24.46
113
f90
artemide-public
artemide-public-master/Prog/SV19_programs/uTMDFF_plot_3D.f90
program example use aTMDe_control use uTMDFF implicit none character(*),parameter::prefix='/home/vla18041/LinkData2/arTeMiDe_Repository/artemide/Models/SV19/' character(*),parameter::repFILE=prefix//'Replicas/DY+SIDIS/DY+SIDIS_NNPDF31+DSS_nnlo.rep' character(*),parameter::constFILE=prefix//'constants-files/DY+SIDIS_nn...
1,803
21.835443
105
f90
artemide-public
artemide-public-master/Prog/SV19_programs/uTMDPDF_plot_3D.f90
program example use aTMDe_control use uTMDPDF implicit none character(*),parameter::prefix='/home/vla18041/LinkData2/arTeMiDe_Repository/artemide/Models/SV19/' character(*),parameter::repFILE=prefix//'Replicas/DY+SIDIS/DY+SIDIS_NNPDF31+DSS_nnlo.rep' character(*),parameter::constFILE=prefix//'constants-files/DY+SIDIS_n...
2,025
23.409639
125
f90
artemide-public
artemide-public-master/Prog/Tests/IntegrationRoutines_test.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program makes a smooth plot at givem s,Q,y, in qT (no bin-integrations) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use IntegrationRoutines implicit none real*8:: re, r1,r2,r3,r4,r5,r6,r7,r8 writ...
7,378
36.647959
120
f90
artemide-public
artemide-public-master/Prog/Tests/TMDs-inKT_test.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program runs the test functions of TMDs_inKT and compare to exact values ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use aTMDe_Numerics use aTMDe_control use TMDs_inKT implicit none integer::i,iMa...
2,855
34.7
110
f90
artemide-public
artemide-public-master/Prog/Tests/uTMDPDF_test.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !Program makes a smooth plot at givem s,Q,y, in qT (no bin-integrations) ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! program example use aTMDe_control use uTMDPDF implicit none integer::i,iMax real*8::bMax,bStep,x...
877
21.512821
110
f90
artemide-public
artemide-public-master/harpy/__init__.py
0
0
0
py
artemide-public
artemide-public-master/harpy/harpy.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! harpy ! ! An interface for artemide ! ! A.Vladimirov (13.01.2019) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module harpy use TMDs use TMDs_inKT use TMDX_DY use TMDX_SIDIS use a...
23,628
32.374294
119
f90
artemide-public
artemide-public-master/harpy/harpy.py
###################################################################### # # artemide for python3 # A.Vladimirov (22.06.2020) # ###################################################################### import artemide import numpy def initialize(fileName): """ Initialization of artemide Parameters...
37,155
30.355274
119
py
artemide-public
artemide-public-master/harpy/harpy2.py
###################################################################### # # artemide for python2 # A.Vladimirov (16.01.2019) # ###################################################################### import artemide import numpy def initialize(fileName): """Initialization of artemide Argumen...
20,691
40.466934
119
py
artemide-public
artemide-public-master/src/DYcoeff-func.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Part of code that contains hard coefficient functions for Drell-Yan-like x-Sections !! is a part of artemide.TMDX_DY !! !! 16.06.2019 created A.Vladimirov !! !! A.Vladimirov !!!!!!!!!!!!!!!!!!!!!!!!!!!...
9,038
34.034884
102
f90
artemide-public
artemide-public-master/src/EWinput.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! The module defining various QED and electro weak parameters ! ! 14.02.2019 values of ckm matrix are added AV. ! ! AV. 10.06.2018 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
9,603
29.980645
123
f90
artemide-public
artemide-public-master/src/LeptonCutsDY.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! Evaluation of the leptonic cuts for the DrellYan ! ! if you use this module please, quote 1706.01473 ! ! ver 1.0: release (AV, 10.05.2017) ! ver 1.32 update nessacary for parallelisation (AV,17.09.2018) ! ver ...
11,002
29.907303
127
f90
artemide-public
artemide-public-master/src/QCDinput.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.01 ! ! Interface module to the user defined alpha-s, PDF, FF, etc. ! Could be interfaced to LHAPDF ! ! ver.2.0: 28.03.2019 AV ! ver.2.01: 14.06.2019 AV (+lpPDF) ! ver.2.07: 09.11.2021 AV (+g1T) ! A.Vladimirov !!!!...
17,525
29.964664
110
f90
artemide-public
artemide-public-master/src/SiversTMDPDF.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.0 ! ! Evaluation of the Sivers TMD PDF f_{1T}^\perp at low normalization point in zeta-prescription. ! ! if you use this module please, quote 20??.???? ! ! ! A.Vladimirov (21.05.2020) !!!!!!!!!!!!!!!!!!!!!!!!!!!!...
15,997
33.70282
128
f90
artemide-public
artemide-public-master/src/TMDF.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.41 ! ! Evaluation of the TMD structure function ! ! if you use this module please, quote 1706.01473 ! ! ver 1.31: release (AV, 30.05.2018) ! ver 1.41: fixed potential bug in the initialisation order (AV, 28.02.2019)...
66,347
36.358108
134
f90
artemide-public
artemide-public-master/src/TMDR.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.00 ! ! Evaluation of the TMD evolution kernel ! Here we use the improved gamma-solution, and the universal TMD definition. ! ! if you use this module please, quote 1803.11089 ! ! A.Vladimirov (17.04.2018) ! v1....
13,993
26.278752
120
f90
artemide-public
artemide-public-master/src/TMDX_DY.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.01 ! ! Evaluation of the TMD cross-section for DY-like cross-sections ! ! if you use this module please, quote 1706.01473 ! ! ver 1.0: release (AV, 10.05.2017) ! ver 1.1: multiple updates (AV, 5.10.2017) ! ver 1.2: ...
62,675
35.145329
132
f90
artemide-public
artemide-public-master/src/TMDX_SIDIS.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.02 ! ! Evaluation of the TMD cross-section for SIDIS-like cross-sections ! ! if you use this module please, quote ????.???? ! ! ver 1.2: release (AV, 15.12.2017) ! ver 1.32: part of functions migrated to TMDF, rest ...
71,627
34.600398
159
f90
artemide-public
artemide-public-master/src/TMD_AD.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.03 ! ! Contains the expressions for coefficients of anomalous dimensions used by TMDR module. ! Main purpose is to make evaluation of ADs fast and transparent. ! ! if you use this module please, quote 1803.11089 !...
8,402
30.354478
106
f90
artemide-public
artemide-public-master/src/TMDs.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.0 ! ! Evaluation of the TMDs ! ! if you use this module please, quote 1706.01473 ! ! ver 1.0: release (AV, 10.05.2017) ! ver 1.4: release (AV, 23.12.2018) ! ver 1.41:release (AV, 23.12.2018) ! ver 2.00:release (AV, ...
9,341
29.331169
120
f90
artemide-public
artemide-public-master/src/TMDs_inKT.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! Evaluation of the TMDs in KT space ! ! if you use this module please, quote 1902.08474 ! ! ver 1.0: release (AV, 23.12.2018) ! ver 2.00: release (AV, 29.03.2019) ! ! A.Vladimirov (23.12.2018) ! !!!!!!!!!!!!...
19,670
32.454082
129
f90
artemide-public
artemide-public-master/src/aTMDe_control.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe-control 2.0 ! ! Module that control the flow of artemide package. ! Initialize and reset submodules ! ! if you use this module please, quote 1803.11089 ! ! A.Vladimirov (30.05.2019) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
39,295
33.652557
132
f90
artemide-public
artemide-public-master/src/aTMDe_setup.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe-setup 2.0 ! ! Module that read, create and modify constants-files ! ! if you use this module please, quote 1803.11089 ! ! A.Vladimirov (27.05.2019) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
67,371
39.806784
170
f90
artemide-public
artemide-public-master/src/lpTMDPDF.f90
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.01 ! ! Evaluation of the linearly-polarized gluon TMD PDF at low normalization point in zeta-prescription. ! ! if you use this module please, quote ????.???? ! ! ! A.Vladimirov (13.06.2016) !!!!!!!!!!!!!!!!!!!!...
17,835
33.432432
128
f90
artemide-public
artemide-public-master/src/uTMDFF.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.00 ! ! Evaluation of the unpolarized TMD FF at low normalization point in zeta-prescription. ! ! if you use this module please, quote 1706.01473 (for arTeMiDe), + ????.???? (for UTMDFF) ! ! 27.02.2019 changed z^2 p...
18,145
33.045028
133
f90
artemide-public
artemide-public-master/src/uTMDPDF.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.0 ! ! Evaluation of the unpolarized TMD PDF at low normalization point in zeta-prescription. ! ! if you use this module please, quote 1706.01473 ! ! 08.11.2018 essential error in griding with x-dependance FIXED (AV...
18,260
33.650854
128
f90
artemide-public
artemide-public-master/src/wgtTMDPDF.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.06 ! ! Evaluation of the worm-gear T TMD PDF at low normalization point in zeta-prescription. ! ! if you use this module please, quote 1706.01473 ! ! 09.11.2021 Created (AV) ! ! A.Vladimirov (09.11.2021) !!!!!!!...
16,933
33.629857
128
f90
artemide-public
artemide-public-master/src/Code/IO_functions.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.02 ! ! The module that contains support functions for input-output used within artemide ! ! A.Vladimirov (08.09.2019) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! modul...
5,059
34.138889
104
f90
artemide-public
artemide-public-master/src/Code/IntegrationRoutines.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.04 ! ! The module that contains standard integration routines (mainly used for bin integration) ! the main difference from library routines is the absence of checks (boundaries, etc.), ! the checks a...
5,842
23.654008
95
f90
artemide-public
artemide-public-master/src/Code/aTMDe_Numerics.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.03 ! ! Contains the definition of the precision and global numeric constants, used in computation ! Used in each artemide module. ! ! A.Vladimirov (10.02.2020) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
2,858
52.943396
126
f90
artemide-public
artemide-public-master/src/Code/Grids/TMDGrid-B-2.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! This file contains the part of the code, which is common for all TMD-evaluation modules that operates at twist-2 ! It shares the variables with the module where it is inlucded (as a text) ! Such idiotic structu...
12,003
34.514793
127
f90
artemide-public
artemide-public-master/src/Code/Grids/TMDGrid-B-VAR.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! This file contains the part of the code, which is common for all TMD-evaluation modules that operates at twist-2 ! ONLY DECLARATION OF VARIABLES that are used in twist2Convolution ! It shares the variables with...
1,220
49.875
152
f90
artemide-public
artemide-public-master/src/Code/Grids/TMDGrid-B.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! This file contains the part of the code, which is common for all TMD-evaluation modules that operates at twist-2 ! It shares the variables with the module where it is inlucded (as a text) ! Such idiotic structu...
13,867
38.73639
131
f90
artemide-public
artemide-public-master/src/Code/SiversTMDPDF/convolutions.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of SiversTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-------------------------...
9,018
41.947619
125
f90
artemide-public
artemide-public-master/src/Code/SiversTMDPDF/modelTest.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of SiversTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!...
1,419
33.634146
106
f90
artemide-public
artemide-public-master/src/Code/TMDF/Ogata.f90
!!!Prepare tables for Ogata quadrature with given h subroutine PrepareTables() integer::i,k,j real(dp)::hS!=h*hSegmentationWeight real(dp)::xi,qqq do j=1,hSegmentationNumber do k=0,3 do i=1,Nmax hS=hOGATA*hSegmentationWeight(j) xi=JZero(k,i) ! ww(j,k,i)=BESSEL_JN(k,bb(j,k,i))...
3,758
29.560976
125
f90
artemide-public
artemide-public-master/src/Code/TMDR/type1.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMDR module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!---------------------------------...
5,032
25.489474
106
f90
artemide-public
artemide-public-master/src/Code/TMDR/type2.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMDR module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!---------------------------------...
4,150
30.44697
119
f90
artemide-public
artemide-public-master/src/Code/TMDR/type3.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMDR module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!---------------------------------...
1,690
37.431818
106
f90
artemide-public
artemide-public-master/src/Code/TMD_AD/AD_Integral.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMD_AD module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-------------------------------...
8,317
37.331797
138
f90
artemide-public
artemide-public-master/src/Code/TMD_AD/AD_atMu.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMD_AD module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-------------------------------...
5,762
24.843049
106
f90
artemide-public
artemide-public-master/src/Code/TMD_AD/AD_primary.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMD_AD module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-------------------------------...
13,009
41.37785
130
f90
artemide-public
artemide-public-master/src/Code/TMD_AD/AD_secondary.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMD_AD module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-------------------------------...
34,012
44.050331
114
f90
artemide-public
artemide-public-master/src/Code/TMD_AD/exactZetaLine.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMDR module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!---------------------------------...
6,499
33.946237
142
f90
artemide-public
artemide-public-master/src/Code/TMDs/TMD-calls.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of TMDs module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!---------------------------------...
17,694
32.198874
106
f90
artemide-public
artemide-public-master/src/Code/Twist2/Twist2Convolution-VAR.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! This file contains the part of the code, which is common for all TMD-evaluation modules that operates at twist-2 ! ONLY DECLARATION OF VARIABLES that are used in twist2Convolution ! It shares the variables with...
1,208
45.5
114
f90
artemide-public
artemide-public-master/src/Code/Twist2/Twist2Convolution.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 1.4 ! ! This file contains the part of the code, which is common for all TMD-evaluation modules that operates at twist-2 ! It shares the variables with the module where it is inlucded (as a text) ! Such idiotic structu...
26,377
38.078519
134
f90
artemide-public
artemide-public-master/src/Code/Twist3/Twist3Convolution-VAR.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.05 ! ! This file contains the part of the code, which is common for all TMD-evaluation modules that operates at twist-3 ! ONLY DECLARATION OF VARIABLES that are used in twist2Convolution ! It shares the variables wit...
674
44
114
f90
artemide-public
artemide-public-master/src/Code/Twist3/Twist3Convolution.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! arTeMiDe 2.05 ! ! This file contains the part of the code, which is common for all TMD-evaluation modules that operates at twist-2 ! It shares the variables with the module where it is inlucded (as a text) ! Such idiotic struct...
3,180
48.703125
134
f90
artemide-public
artemide-public-master/src/Code/aTMDe_setup/const-modification.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of aTMDe_setup module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!--------------------------...
17,378
34.612705
132
f90
artemide-public
artemide-public-master/src/Code/lpTMDPDF/coeffFunc.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of lpTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-----------------------------...
7,996
34.074561
106
f90
artemide-public
artemide-public-master/src/Code/lpTMDPDF/convolutions.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!------------------------------...
6,400
42.25
134
f90
artemide-public
artemide-public-master/src/Code/lpTMDPDF/modelTest.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!------------------------------...
3,133
26.734513
106
f90
artemide-public
artemide-public-master/src/Code/uTMDFF/coeffFunc.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDFF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-------------------------------...
68,327
54.777959
128
f90
artemide-public
artemide-public-master/src/Code/uTMDFF/convolutions.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDFF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!-------------------------------...
9,288
40.10177
133
f90
artemide-public
artemide-public-master/src/Code/uTMDFF/modelTest.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!------------------------------...
3,129
27.198198
106
f90
artemide-public
artemide-public-master/src/Code/uTMDPDF/coeffFunc.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!------------------------------...
72,350
55.30428
137
f90
artemide-public
artemide-public-master/src/Code/uTMDPDF/convolutions.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!------------------------------...
9,271
40.026549
125
f90
artemide-public
artemide-public-master/src/Code/uTMDPDF/modelTest.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of uTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!------------------------------...
3,133
26.734513
106
f90
artemide-public
artemide-public-master/src/Code/wgtTMDPDF/coeffFunc.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of wgtTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!----------------------------...
6,196
32.317204
119
f90
artemide-public
artemide-public-master/src/Code/wgtTMDPDF/convolutions.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of wgtTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!----------------------------...
10,305
41.941667
125
f90
artemide-public
artemide-public-master/src/Code/wgtTMDPDF/modelTest.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!! part of wgtTMDPDF module for artemide !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!----------------------------...
3,135
26.752212
106
f90
artemide-public
artemide-public-master/src/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/src/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/src/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/src/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/src/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/src/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/src/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/src/Tables/BesselZero.f90
!!!!This is table of zeros of bessel function J0,..,J3 up to 200 !!!! !!!! the table is j0,j1,j2,j3(1-root),j0,j1,j2,j3(2-root) !!!! udated for v1.41 (12.03.2019) (A.Vladimirov) real(dp),dimension(0:3,1:Nmax),parameter::JZero=reshape((/& 2.4048255576957727686216318793265_dp, 3.8317059702075123156144358863082_dp, & 5.1...
31,452
76.090686
77
f90
artemide-public
artemide-public-master/src/Tables/BesselZero1000.f90
!!!!This is table of zeros of bessel function J0,..,J3 up to 1000 !!!! !!!! the table is j0,j1,j2,j3(1-root),j0,j1,j2,j3(2-root) !!!! udated for v1.41 (12.03.2019) (A.Vladimirov) real(dp),dimension(0:3,1:Nmax),parameter::JZero=reshape((/& 2.4048255576957727686216318793265_dp, 3.8317059702075123156144358863082_dp, & 5....
156,255
76.816733
77
f90
artemide-public
artemide-public-master/src/Tables/BesselZero200.f90
!!!!This is table of zeros of bessel function J0,..,J3 up to 200 !!!! !!!! the table is j0,j1,j2,j3(1-root),j0,j1,j2,j3(2-root) !!!! udated for v1.41 (12.03.2019) (A.Vladimirov) real(dp),dimension(0:3,1:Nmax),parameter::JZero=reshape((/& 2.4048255576957727686216318793265_dp, 3.8317059702075123156144358863082_dp, & 5.1...
31,452
76.090686
77
f90
artemide-public
artemide-public-master/src/Tables/G7K15.f90
!!! parameters for Gauss-Kronrod rule G7-K15 real(dp), parameter, dimension(1:7) :: Xi_g7 = & (/-0.949107912342759_dp,-0.741531185599394_dp,-0.405845151377397_dp,& 0._dp,& 0.405845151377397_dp,0.741531185599394_dp,0.949107912342759_dp/) real(dp), parameter, dimension(1:15) :: Wi_g7 = & (/0._dp,0.129484...
1,513
46.3125
71
f90
null
mtenv-main/.pre-commit-config.yaml
repos: - repo: https://github.com/psf/black rev: stable hooks: - id: black language_version: python3.6 - repo: https://gitlab.com/pycqa/flake8 rev: 3.7.9 hooks: - id: flake8 additional_dependencies: [-e, "git+git://github.com/pycqa/pyflakes.git@1911c20#egg=pyflakes"] ...
495
21.545455
101
yaml
null
mtenv-main/.readthedocs.yaml
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs_src/source/conf.py # Optionally build your docs in additional formats such as...
504
24.25
83
yaml
null
mtenv-main/README.md
[![CircleCI](https://circleci.com/gh/facebookresearch/mtenv.svg?style=svg&circle-token=d507c3b95e80c67d6d4daf2d43785df654af36d1)](https://circleci.com/gh/facebookresearch/mtenv) ![PyPI - License](https://img.shields.io/pypi/l/mtenv) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mtenv) [![Code style: b...
6,559
49.461538
449
md
null
mtenv-main/noxfile.py
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved # type: ignore import base64 import os from pathlib import Path from typing import List, Set import nox from nox.sessions import Session DEFAULT_PYTHON_VERSIONS = ["3.6", "3.7", "3.8", "3.9"] PYTHON_VERSIONS = os.environ.get( "NOX_PYTHON_VERS...
5,746
31.653409
88
py
null
mtenv-main/setup.py
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved # type: ignore import codecs import os.path import subprocess from pathlib import Path import setuptools def read(rel_path): here = os.path.abspath(os.path.dirname(__file__)) with codecs.open(os.path.join(here, rel_path), "r") as fp: ...
2,743
30.54023
98
py
null
mtenv-main/.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2.1 jobs: # Linux py36_linux: docker: - image: circleci/python:3.6 steps: - checkout - run: name: "Mujoco setup" command: | wget htt...
3,706
30.683761
105
yml
null
mtenv-main/.github/CODE_OF_CONDUCT.md
# Open Source Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristi...
3,231
70.822222
463
md
null
mtenv-main/.github/CONTRIBUTING.md
# Contributing to MTEnv We are glad that you want to contribute to MTEnv. ## Local Setup Follow these instructions to setup MTEnv locally: * Clone locally - `git clone git@github.com:facebookresearch/mtenv.git`. * *cd* into the directory - `cd mtenv`. * Install MTEnv in the dev mode - `pip install -e ".[dev]"` * Te...
4,208
37.614679
235
md
null
mtenv-main/.github/ISSUE_TEMPLATE.md
--- name: "Issue" about: title: "Issue" labels: assignees: '' --- # Description What issue are you facing? ## How to reproduce **Add a minimal example to reproduce the issue.** **Stack trace / error message** Paste the stack trace/error message to [Gist](https://gist.github.com) and paste the link here. ## Sy...
477
14.419355
70
md
null
mtenv-main/.github/PULL_REQUEST_TEMPLATE.md
Thank you for contributing to MTEnv. ## Proposed Change What are you proposing? What is the motivation for the change. ### Have you read the [Contributing Guidelines](https://github.com/facebookresearch/mtenv/blob/main/.github/CONTRIBUTING.md)? Yes/No ## Related Issues/PRs Any issues or PRs that are related to th...
323
23.923077
125
md
null
mtenv-main/docs_src/source/conf.py
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup ...
2,375
33.434783
88
py
null
mtenv-main/examples/bandit.py
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved from typing import List, Optional, Tuple import numpy as np from gym import spaces from gym.core import Env from mtenv.utils import seeding from mtenv.utils.types import ActionType, DoneType, EnvObsType, InfoType, RewardType StepReturnType = Tupl...
1,632
27.649123
84
py
null
mtenv-main/examples/finite_mtenv_bandit.py
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved from typing import Any, Dict, List, Optional import numpy as np from gym import spaces from mtenv import MTEnv from mtenv.utils import seeding from mtenv.utils.types import ActionType, ObsType, StepReturnType TaskStateType = int class FiniteMTB...
4,016
35.518182
102
py