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
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
One should probably extend the python interface. Some ideas:
Have a class Integrals, which is constructed using a PamMap specifying the details
The class should have a get function which allows to specify a string describing the integrals
(be flexible here) and some kwargs regarding derivative order and so on
Perhaps also map frequent cases to actual attributes, e.g. overlap
First the get function should only return numpy arrays
Later lazyten expressions, which are potentially assembled on the C++ side.
Notice that everything in a lazyten expression could be serialised to a PamMap including
Expression tree
Symbol name of the apply function (such that dlopen would find it)
The text was updated successfully, but these errors were encountered:
One should probably extend the python interface. Some ideas:
PamMap
specifying the detailsget
function which allows to specify a string describing the integrals(be flexible here) and some kwargs regarding derivative order and so on
overlap
get
function should only return numpy arrayslazyten
expressions, which are potentially assembled on theC++
side.lazyten
expression could be serialised to aPamMap
includingdlopen
would find it)The text was updated successfully, but these errors were encountered: