Skip to content

Commit

Permalink
Merge branch 'master' into lh-bench-23
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Oct 9, 2023
2 parents e8a0079 + 50f108f commit da043cc
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.13.0
hooks:
- id: pyupgrade
- repo: https://github.com/pycqa/pydocstyle
Expand Down
2 changes: 1 addition & 1 deletion doc/source/theory/N3LO_ad.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ In |EKO| they are implemented as follows:
* - :math:`\frac{x}{2}\ln^2(x)`
- :math:`\frac{1}{(N+1)^3}`
* - :math:`x^{2}, x^{3}`
- :math:`\frac{1}{(N-2)},\frac{1}{(N-3)}`
- :math:`\frac{1}{(N+2)},\frac{1}{(N+3)}`

The first five functions model the sub-leading differences in the :math:`N\to \infty` limit,
while the last three help the convergence in the small-N region. Finally, we add a polynomial part
Expand Down
Loading

0 comments on commit da043cc

Please sign in to comment.