Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add source codes in sigmaGV #31

Closed
wants to merge 52 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
6f8c82f
add source codes in sigmaGV
houpc Nov 24, 2023
5054810
update 6th-order sigmaGV
houpc Nov 25, 2023
e2e40cb
evalfunc_map defaults to 5th-order and add LeafState struct in sigmaGV
houpc Nov 27, 2023
c8069f2
add deps.CSV
houpc Nov 27, 2023
c599604
remove Manifest.toml
houpc Nov 27, 2023
2bce6ee
add C library for sigmaGV (6th-order calculation works!)
houpc Nov 29, 2023
c570159
add native compileC option
houpc Nov 29, 2023
64e121c
rm Profile etc
houpc Nov 29, 2023
3884386
fix failing check
houpc Nov 29, 2023
e3115da
support ParquetAD C language library evaluation in sigma
houpc Dec 5, 2023
1b585c4
remove loopDim in DiagParaF64
houpc Dec 5, 2023
5413505
support dsigma/dk by parquet+AD
houpc Dec 6, 2023
5904d9d
support parquet+AD with C library for dsigma/dk
houpc Dec 7, 2023
deaab49
wip. adding ver4 ParquetAD
iintSjds Dec 12, 2023
3e6a8dd
wip. ver4_ParquetAD runs, need more teest
iintSjds Dec 12, 2023
bc0a711
wip. there's in ver4_ParquetAD bug
iintSjds Dec 12, 2023
b467267
wip. compiles and runs, result not match
iintSjds Dec 12, 2023
d4db912
bug in K pool fixed. now agree with old code
iintSjds Dec 15, 2023
5c8ff57
wip. bug fixed
iintSjds Dec 15, 2023
ff84cb6
wip. compiled ver4 diagram O1~5
iintSjds Dec 16, 2023
c95c79c
include jld2 file
iintSjds Dec 16, 2023
b6670c4
compiled ver4O6
iintSjds Dec 17, 2023
f6322fc
dynamic parquet AD of ver4
iintSjds Dec 19, 2023
6b9bfd1
add 6th-order counterterms
houpc Dec 21, 2023
391337d
dynamic ver4 reproduce old result
iintSjds Dec 22, 2023
589079c
bug fixed, now ParquetAD agrees ParquetAD_Clib for dynamic
iintSjds Dec 23, 2023
47f3a56
add ParquetAD
peter0627ustc Jan 4, 2024
741d0e6
add code for ver4 calculation
peter0627ustc Jan 14, 2024
494e16a
only vertex4 support
houpc Jan 24, 2024
dccdc37
add ver4GV_clib
peter0627ustc Jan 26, 2024
7ef5aa0
refactor clib computation
peter0627ustc Jan 26, 2024
aac7559
refactor clibforver4
peter0627ustc Jan 26, 2024
78b8420
update vertex4ParqueetAD
houpc Feb 6, 2024
9d116a6
fix conflicts
houpc Feb 6, 2024
d2bc127
fix conflicts
houpc Feb 6, 2024
6d8493c
fix conflicts
houpc Feb 6, 2024
cbcbbb4
fix conflicts
houpc Feb 6, 2024
2288965
refactor API to FeynmanDiagram
Feb 16, 2024
14239b9
refactor Ver4
Feb 17, 2024
85f5b6c
refactor Ver4MC
peter0627ustc Feb 24, 2024
adfb217
Merge from benchmark_ver4
houpc Feb 28, 2024
9202b7a
add vegasalg for ver4
peter0627ustc Mar 15, 2024
cd141df
refactor vegas for Ver4
peter0627ustc Mar 18, 2024
99df420
refactor Ver4_PH_l_mcmc.jl
peter0627ustc Mar 19, 2024
61b3321
debug for ver4mc
peter0627ustc Mar 19, 2024
cf336ff
wip
houpc Mar 26, 2024
b7f003a
Merge from benchmark_ver4
houpc Mar 26, 2024
abdd9c5
update src/diagram (wip)
houpc Mar 29, 2024
628e6f8
refactor for v1.0 FeynmanDiagram (wip)
houpc Mar 30, 2024
faade46
update sigma, vertex4, and polarization
houpc Mar 30, 2024
382bd12
Merge branch 'master' into houpc
houpc Mar 30, 2024
9d2a975
bugfix
houpc Mar 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
*.err
*.out
host.txt
*.jld2
example/**/*.jld2
.history
*.pdf
*.png
*.jpg
*native.so
__pycache__
.ipynb_checkpoints
*/.ipynb_checkpoints/*
Expand Down
Loading
Loading