Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Access to integrals values via python #27

Open
mfherbst opened this issue Oct 9, 2017 · 0 comments
Open

Access to integrals values via python #27

mfherbst opened this issue Oct 9, 2017 · 0 comments

Comments

@mfherbst
Copy link
Contributor

mfherbst commented Oct 9, 2017

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)
@mfherbst mfherbst changed the title Basic dense access to integrals values via python Access to integrals values via python Feb 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant