rtol=1e-4
in the quadqk integrals for the memory function inMemoryFunction.jl
gives a huge speedup at no visible cost in accuracy.- The athermal version of the memory function has an integrand that diverges when the upper limit of the integral goes to Inf. Instead, I added a cutoff
1e4
where the final result seems insensitive to this cutoff provided it is high enough. I found even1e3
to be sufficient.
No files changed.
Files | Coverage |
---|---|
src | 67.71% |
Project Totals (9 files) | 67.71% |
3047086828
3047086828
3047086828
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.