-
Notifications
You must be signed in to change notification settings - Fork 141
Feature: Implementations of Range-Separated Hybrid Functionals #6220
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
base: develop
Are you sure you want to change the base?
Conversation
Congratulations on your outstanding work! |
Hi, you may need to resolve the conflicts, thanks for your efforts! @1041176461 |
I moved mixing parameters into "conv_coulomb_pot_k.h" and changed short-range hybrid functionals mixing settings to match with range-separated hybrid functionals. @maki49 @AroundPeking @PeizeLin @Flying-dragon-boxing @JGHan7 Please check whether the current modification will affect your code (see commit 9e9c5e8). Thanks. |
Range-separated hybrid (RSH) functionals are a class of hybrid functionals that partition the Fock exchange into short-range and long-range components:

$q\to0$ , two distinct RSH frameworks have been implemented:
To address the divergence issue of the Coulomb potential at
Conventional Spencer-Alavi truncated Coulomb potential
Massidda’s auxiliary-function-modified Ewald summation scheme
This computational framework serves as the foundation for the upcoming implementation of GW and RT-TDDFT-EXX functionalities.