Lorenzo Van Munoz
Lorenzo Van Munoz
Hi, I'm using Zygote as an AD backend in Integrals.jl and while I was writing tests I noticed I couldn't assign a number to length-1 `Buffer` using broadcasting. I think...
**Is your feature request related to a problem? Please describe.** Creating this issue to track the status of the interface tests in Integrals.jl for providing fully-featured Julia integration libraries. The...
Hi, I was interested in wrapping some of the [GSL integration routines](https://www.gnu.org/software/gsl/doc/html/integration.html), which are unfortunately limited to 1d integration of scalar, real-valued functions. The main motivation is that the GSL...
In multi-variable integration, it can be efficient to integrate different variables with different algorithms. Currently, this can be expressed as an `IntegralProblem` for outer variables of integration whose integrand evaluates...
Issue #41 points to an interesting package that provides an `integrate(fun, dom)` interface. I believe moving Integrals.jl to an interface like this could also allow developers to include more integration...
Fixes #95 This pr changes `handle_infinities` to always pass limits with units to `do_quadgk` so that the same `segbuf` can be used with finite and infinite limits. It also adds...
The issue is that segbufs don't always work with infinite limits, such as when the limits have units. This is a MWE ```julia using QuadGK, Unitful Tu = typeof(1.0u"m") segbuf...
As discussed in #328, I am opening a pr to address issues raised by Aqua.jl that could go into a breaking release of Polyhedra.jl. All of the changes are made...
Hi, I think the k-path visualization utilities for band plots are great, and I wanted to add a capability for plotting heatmaps, which can be helpful to visualize spectral densities....
Hello, I have been using the `matfreq2dlr` routine as it has been very useful for my research. There is an issue with being able to resize the array containing the...