-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error when using functionals from libxc #30
Comments
Another error for Carbon using pw92,
It seems there is something wrong with the functionals using separate exchange and correlation. Not familiar with the specific code implementation, I donot know if this is right.I just the simply change the following codes,
In addition, the energy unit used in hotbit is Hartree. The output energy from internal |
Hi Jiayan and developer, I came across the same issue while trying to use PBE functional from libxc and I got the same error as you did. Did you find the solution to this problem? If yes, could you please give me some advice? Many thanks. |
Hi, Best, |
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
Hi Geng,I did not fix this bug and it seems that hotbit was not under maintenance. If you’d like to generate the electronic part of Slater-Koster table (that is not very easy), an alternative choice is using https://github.com/dftbplus/skprogs.git, which is by one core developers of DFTB+, and the latest version supports libXC. By the way, the difference of electronic part between PW91 and PBE is very small. In practice, you can fit electronic part with PW92 while repulsion part with PBE results.All the best,Jiayan
…---- Replied Message ----
From
***@***.***>
Date
05/10/2022 14:35
To
***@***.***>
Cc
Jiayan ***@***.***>
,
***@***.***>
Subject
Re: [pekkosk/hotbit] Error when using functionals from libxc (#30)
Hi,
I encountered into the same error when using PBE functional from pylibxc.
Any suggestions are appreciated!
Best,
Geng
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Dear Developers and Users,
I would like to compare the electronic parameters generated from various functionals. But I have ran into some errors in using both LDA and GGA functionals.
About codes, I use openblas to compile hotbit and install the pylibxc based on libxc-5.0.0.
Using LDA PW92 from libxc,
Using GGA PBE from libxc,
Could you give me some advice on these errors? Is there a docker for hotbit+libxc to run some calculations successfully?
Many thanks,
Jiayan
The text was updated successfully, but these errors were encountered: