-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement double-exponential radial quadrature #13
Comments
Great, if you have the closed-form for these quadratures, it should be an easy add. This also brings up a point I've been meaning to address - we should have stock generators for SG-X spherical quadratures. I'll open an issue to track. |
Yeah, although I think those grids also go hand-in-hand with specific radial quadratures and atomic partitionings. The latter can probably be changed, the former shouldn't. But the whole idea about a standard quadrature library is that these quadratures can be made available to any code. |
@susilehtola I wanted to hash some of this out before spending time on implementing it. Let's take DE1 as an example The integral is then approximated (I'm neglecting the where In the paper, they do this by selecting a where My understanding of how this should work is the following:
Make sense? |
For some undocumented |
The double-exponential radial quadrature of Takahasi and Mori, also known as tanh-sinc quadrature, was suggested by Mitani in Theor. Chem. Acc. 130, 645 (2011) and Theor. Chem. Acc. 131, 1169 (2012) for density functional quadrature.
This quadrature is used in the SG-2 and SG-3 standard grids, for instance.
The text was updated successfully, but these errors were encountered: