-
Notifications
You must be signed in to change notification settings - Fork 7
QED anomalous dimensions #111
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
Merged
Merged
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
60a2997
Add notebooks
niclaurenti 3213cc1
Fix QCDxQED_DGLAP.tex
niclaurenti f2e6471
Fix doc of Singlet basis in QCDxQED_DGLAP.ipynb
niclaurenti 907f983
Reimplement basis rotation in uni-dglap.ipynb
niclaurenti c3f5d07
Fix singlet matrix in pdf
niclaurenti fcc5195
Fix singlet sector
niclaurenti bc27f67
Test valence sector
niclaurenti f615f62
Change eSigma2 -> nf<e^2>
niclaurenti 778806c
Collect e- in 4x3 and 3x4 elements
niclaurenti 0020071
Moved uni-dglap.ipynb and pdf into extras
niclaurenti bdb48da
Remove folder notebook
niclaurenti 557efdb
Compute AD for unified evol
niclaurenti e4f7970
Fix uni-ad.nb
niclaurenti b81b228
Collect Harmonic Sums in uni-ad.nb
niclaurenti 16fe1b4
Fix typo in .tex
niclaurenti 5c519a5
Simplify AD for unified evolution
niclaurenti 99cd041
Simplify again AD for unified evolution
niclaurenti 4a02a58
Implement O(as1aem1) anomalous dimensions
niclaurenti bf775e3
Fixed color factors in O(as1aem1) AD and tested gluon mom conserv
niclaurenti 0583db0
Test photon momentum conservation
niclaurenti 7d1ee48
Test number conservation
niclaurenti 5286854
Test quark momentum conservation
niclaurenti 66fa17f
Test gamma_nsV
niclaurenti 681cdc8
Remove gamma_nsV
niclaurenti c24bd71
Changed import in test_ad_as1aem1.py
niclaurenti 845251b
Clean notebook
niclaurenti 8bcf8e2
Change np.pi**2 -> 6*zeta2
niclaurenti 60dc87b
Test nf=6
niclaurenti 79b415a
Fix test_ad_as1aem1.py
niclaurenti f5ce97e
Fix numba for gamma_gq(N, sx)
niclaurenti b6a0a27
Implement function number_of_flavors(nf)
niclaurenti 8438b81
Move (nu*eu2+nd*ed2) inside def of gamma_phph
niclaurenti 06d6766
Move function number_of_flavors from constants.py to as1aem1.py and r…
niclaurenti dfc9bc2
Test correctly both NF=5 and NF=6
niclaurenti bb6110b
Fix test_ad_as1aem1.py
niclaurenti 99d6565
Implement O(aem2) AD
niclaurenti 42ffe8a
Generalize DGLAP eqs for O(aem2)
niclaurenti 98104c2
Clean notebook
niclaurenti 0547e32
Ignore notebooks in language stats
alecandido 86b8f4a
Change number_of_up_flavors -> uplike_flavors
niclaurenti fb6af41
Merge branch 'feature/qed-dglap' of github.com:N3PDF/eko into feature…
niclaurenti 2d99086
Fix numba in aem2.py
niclaurenti 42dbce2
Fix documentation in as1aem1.py
niclaurenti 29b1acf
Fix documentation in aem2.py
niclaurenti f7d8708
Fix aem2.gamma_nsmd and test number conservation
niclaurenti 00ea2eb
Test photon mom conservation
niclaurenti 44a1ec5
Test quark mom conservation at aem2
niclaurenti 5048020
Move uplike_flavors to constants.py
niclaurenti 0d00df6
Rename test_ad_lo.py -> test_ad_as1.py ecc
niclaurenti 0f34629
Move aem1 test from test_ad_lo to test_ad_aem1
niclaurenti 600022a
Fix scope of uplike_flavors and test_ad_nnlo
niclaurenti b07ec48
Clean notebook
niclaurenti d142e08
Group g3 in gamma_nsp and gamma_nsm
niclaurenti b1ac4f7
Change alpha -> alpha/4pi in AD documentation
niclaurenti e0a5539
Remove uni-dglap.pdf and move the rest in uni-dglap/
niclaurenti 3e7250a
Fix documentation of aem1.py as1aem1.py aem2.py
niclaurenti 4d2bf89
Specify distinction between P and \tilde{P}
niclaurenti 84dcf29
Fix documentation of gamma_nsmu and gamma_nsmd
niclaurenti bcdc7cb
Add quark type in doc string for phu phd uph dph
niclaurenti bea06e4
Fix return part in doc string
niclaurenti 89425e2
Fix docstring layout
niclaurenti fcf7832
Remove unecessary comments
niclaurenti 8f3c040
Start section on sum rules
niclaurenti 7992ea7
Fix quark mom conservation in documentation
niclaurenti f33e020
Add short discussion about sum rules
niclaurenti 070da13
Add Makefile for compiling uni-dglap.tex
niclaurenti aab9af4
Simplify function uplike_flavors
niclaurenti 7e42c54
Modify Makefile
niclaurenti 2c01845
Expand sum rules for operators description
alecandido 7703771
Modify .tex
niclaurenti 5011edc
Merge branch 'feature/qed-dglap' of github.com:N3PDF/eko into feature…
niclaurenti 09ee5ec
Clean uni-dglap-aem2.ipynb
niclaurenti 246d84e
Modify (Pxqq-Pxp)->Pxps
niclaurenti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| *.ipynb linguist-generated | ||
| *.nb linguist-generated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| all: uni-dglap.pdf | ||
|
|
||
| %.pdf: %.tex | ||
| pdflatex $< | ||
|
|
||
| clean: | ||
| rm -f *.aux | ||
| rm -f *.log | ||
| rm -f *.pdf |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much @niclaurenti