Skip to content
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

XC functionals for Van-der-Waals interactions #311

Open
ximik69 opened this issue Dec 21, 2023 · 3 comments
Open

XC functionals for Van-der-Waals interactions #311

ximik69 opened this issue Dec 21, 2023 · 3 comments

Comments

@ximik69
Copy link

ximik69 commented Dec 21, 2023

Hi dear Shankar.

I'd like to consult with you about xc functionals for accurate description of vdw interactions.
Jdftx has already grimme d2 and d3 van der Waals functionality included, but they do not describe interactions in closo-boranes B12H12 good enough. At least pbe+d2 or pbe+d3 overbind and lead to significantly smaller volume and parameters of the unit cell. I have read about good results with pbe+vdw-df but it is not included in jdftx or libxc 5, supported by jdftx.

What do you think about promising xc functionals for that?

I started my own trials.
I tried pbe+d3, optpbe-vdw. Pbe+d3 contracts unit cell significantly, optpbe-vdw is a bit better. I started scan and scan+rvv10 too.

What do you think about external libraries like libvdwxc for vdw-df https://libvdwxc.org/ or
dftd4 for grimme-d4
https://github.com/dftd4/cpp-d4
?

Best wishes,
Igor.

@shankar1729
Copy link
Owner

For the nonlocal vdW functionals like vdw-DF, an implementation of the nonlocal piece is needed. LibXC does not handle this; only handling the corresponding semilocal parts for say rvv10. Libvdwxc seems promising, and an interface could be useful!

I don't have any specific expertise with these libraries or functionals though, so I can't comment usefully on which ones would be most viable.

Best,
Shankar

@ximik69
Copy link
Author

ximik69 commented Dec 25, 2023

Hi dear Shankar,
thank you very much for your answer.
I wish you Merry Christmas and Happy New Year! I wish you health, happiness and joyful time during holidays!

Best wishes,
Igor.

@ximik69
Copy link
Author

ximik69 commented Dec 29, 2023

Hi dear Shankar.

I have found another library, describing vdW interactions, named libMBD because of treating many body dispersion:
https://github.com/libmbd/libmbd

The library is described in publication
libMBD: A general-purpose package for scalable quantum many-body dispersion calculations
https://doi.org/10.1063/5.0170972

I can not say that I have understood the theory, but have found out what may be important for considering integration. In principle this library seems to be better than say Grimme-D2 or D3. This library uses MPI parallelization and no threads. It uses ScaLAPACK. Lack of threads may pose some scalability problems.

Libmbd has small code example in fortran.
Libvdwxc looks much simpler, but none of these libraries has extensive documentation.
I'll write if I would find something more.

Best wishes,
Igor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants