Skip to content

Commit

Permalink
Explaining the origin of the arb numerics code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvist committed Nov 1, 2024
1 parent e977721 commit fb214a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Arb numerics

These are some initial work by Brad from 2020/2021, where he was extending the
'special functions' approach of Devreese, in order to try and evaluate
frequency dependent mobility functions, at the level of the counter integration
in FHIP.

Shortly after all this work, he realised that actually brute-forcing the
intengral with QuadGK *BEFORE* making the shift to a contour integration had
far better numerics, and was faster and had simpler code than using these
special functions (because we had to take them to ridiculous accuracy).

These special functions supplement the Julia ArbNumerics package, but we never
pushed the code upstream. :(

0 comments on commit fb214a7

Please sign in to comment.