lxvm / AutoBZ.jl

Automatic and adaptive BZ integration for electronic properties
https://lxvm.github.io/AutoBZ.jl/
MIT License
3 stars 1 forks source link

Vectorize (Aux)KineticCoefficientSolver #40

Open lxvm opened 2 weeks ago

lxvm commented 2 weeks ago

There should be an option to compute the first n kinetic coefficients simultaneously, especially since the calculations share a lot of work. Setting a tolerance may also become more subtle in this case. This may also benefit auxiliary integration, since A_0 seems to be a good auxiliary integrand for A_1, although some investigation of the adaptive grids needed for each one may be useful.