Question about "promolecular" tricks #310
marco-2023
started this conversation in
General
Replies: 1 comment 1 reply
-
|
I think it makes sense. We can talk about it tomorrow, but I think this is the right idea. I was intending to focus on Gaussian fits (BFit) but any callable clearly works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To my understanding, the promolecular trick (oversimplified) base idea is:
For numerical integration on a grid, we approximate:
Now assume we introduce a reference function$\tilde{f}(\mathbf{x})$ such that:
We decompose:
and split the integral:
We approximate only the residual numerically:
Then we play with localizing the domains, etc.
@PaulWAyers, is there a reason why we don't extend this to all grids (such that the user can optionally provide a callable in the grid domain for$\tilde{f}$ )? Would this be worth the effort?
Beta Was this translation helpful? Give feedback.
All reactions