-
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
Lindh-Malmqvist-Gagliardi Radial Grid #84
base: master
Are you sure you want to change the base?
Conversation
@susilehtola Per offline discussion, the latest here adds the ability to (optionally) "pre-process" base quadratures based on the existence of a particular member function. While this works, I'm not 100% convinced its the best way to do this - I'm already seeing that backing out the "correct" quadrature is yielding relative errors > epsilon (1e-15). While this probably isn't of much consequence, the fact that we can (and do) get exactly the same answers as e.g. Another option here would be, instead of adding a FWIW, this would also simplify the implementation of the DE grids as well as the Baker grid you have been implementing. |
40297ec
to
6495dc5
Compare
Implements the LMG radial grid of this paper. Closes #11.
Requirements: