You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gpawsolve.py can solve with known XCs like LDA, PBE, revPBE and RPBE. However, hybrid functionals are used widely nowadays. We need to implement the usage of hybrid functionals -at least one of them quickly- asap.
The text was updated successfully, but these errors were encountered:
Commit 48fa70d includes a very basic exact exchange based ground state solutions for PBE0 and HSE06. However, no DOS, no band, no anything! Just calculation some contributions for now. GPAW itself is limiting this implementation. Let's leave this issue open and wait for any new features from GPAW.
Commit cfed757 gives HSE03 and HSE06 usage. However, I couldn't try enough to approve whether this is working fully or not. After some examples, I will close this issue or make it stay open.
gpawsolve.py
can solve with known XCs like LDA, PBE, revPBE and RPBE. However, hybrid functionals are used widely nowadays. We need to implement the usage of hybrid functionals -at least one of them quickly- asap.The text was updated successfully, but these errors were encountered: