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
It was found that DSD-PBEP86-D3 energy is somehow flawed. This is probably due to the P86 correlation from libxc. The following code reproduces P86 correlation energy of H2O molecule in cc-pVDZ with differenet backends libxc and xcfun.
With matplotlib's plt.hist(exc_libxc - exc_xcfun), one can see many enrgy grids have diference at 1e-5 magnitude. For functional such as LYP, the error is as small as 1e-14 sometimes, which is close to machinary precision. So I guess something flaws for P86.
Further details of the DSD-PBEP86-D3 values will be presented in the coming comments.
At this stage, I'm not going to raise an issue to other softwares. Give me some time to figure out what's wrong. Suggestions are welcomed!
The text was updated successfully, but these errors were encountered:
It was found that DSD-PBEP86-D3 energy is somehow flawed. This is probably due to the P86 correlation from libxc. The following code reproduces P86 correlation energy of H2O molecule in cc-pVDZ with differenet backends libxc and xcfun.
With matplotlib's
plt.hist(exc_libxc - exc_xcfun)
, one can see many enrgy grids have diference at 1e-5 magnitude. For functional such as LYP, the error is as small as 1e-14 sometimes, which is close to machinary precision. So I guess something flaws for P86.Further details of the DSD-PBEP86-D3 values will be presented in the coming comments.
At this stage, I'm not going to raise an issue to other softwares. Give me some time to figure out what's wrong. Suggestions are welcomed!
The text was updated successfully, but these errors were encountered: