You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These items should be addressed in future releases of AutoBZCore.jl:
The SymRep trait should be replaced by a symmetric integrand type that should contain the information relevant to symmetrizing the integrand. This may be useful for complicated symmetries involving more than the point group.
The IntegralSolver interface should be deprecated and removed in favor of the SciML-style init and solve interface since this will give more control over allocations, avoid deepcopys, and be more thread-safe.
The NestedBatchIntegrand probably needs to be redesigned as well as the use of multi-threading
Integrals.jl is almost ready to use throughout this package. Start by writing an extension for it. Note that FourierIntegrand would become a SciML AbstractIntegralFunction and so on.
The text was updated successfully, but these errors were encountered:
These items should be addressed in future releases of AutoBZCore.jl:
SymRep
trait should be replaced by a symmetric integrand type that should contain the information relevant to symmetrizing the integrand. This may be useful for complicated symmetries involving more than the point group.IntegralSolver
interface should be deprecated and removed in favor of the SciML-styleinit
andsolve
interface since this will give more control over allocations, avoiddeepcopy
s, and be more thread-safe.NestedBatchIntegrand
probably needs to be redesigned as well as the use of multi-threadingFourierIntegrand
would become a SciMLAbstractIntegralFunction
and so on.The text was updated successfully, but these errors were encountered: