-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add Builtin LDA Electron-Proton Correlation Functionals #38
Conversation
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.
Still need to look at the unit tests more carefully, but this should be a good round of things to look at. I'll check out the tests tomorrow.
…it to automatically generate
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.
Small requests, other than that LGTM.
This PR added LDA electron-proton correlation functionals and kernels using Builtin backend. These are for nuclear-electronic orbital DFT method.
The functionals include: EPC17-1, EPC17-2, EPC18-1, EPC18-2
This PR partially address #35 by first adding in the LDA epc functionals. The GGA epc functional (epc19) is in preparation and will be merged later.