-
Notifications
You must be signed in to change notification settings - Fork 142
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
Pade2 bug fix #3256
Pade2 bug fix #3256
Conversation
Can one of the admins verify this patch? |
I see this breaks complex builds. I'll take another look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change and documentation request
{ | ||
real_type br(B * r); | ||
return (A + br) * r / (1.0 + br); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
surprising bug got fixed
Test this please |
Proposed changes
The manual describes a pade2 functor (at least for 1 body Jastrows). At some point along the way this functionality got dropped. This puts it back in and cleans some things up.
This builds upon #3243 so this doesn't need to be reviewed until that is sorted out.
What type(s) of changes does this code introduce?
Does this introduce a breaking change?
What systems has this change been tested on?
Ryzen workstation
Checklist