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

D4 dispersion with B97D functional #243

Closed
dumalenovshan opened this issue May 14, 2024 · 1 comment
Closed

D4 dispersion with B97D functional #243

dumalenovshan opened this issue May 14, 2024 · 1 comment

Comments

@dumalenovshan
Copy link

I tried calculating D4 energy with B97D functional:

dftd4 --func b97d coords.xyz

However, an error occurs, saying that b97d is not a supported functional. Is there another keyword for B97D? In the list of parameters it is written as "b97d".

Also, CAM-B3LYP has to be written "cam-b3lyp" in order to work properly, in spite of being written as "camb3lyp" in the parameters list.

@marvinfriede
Copy link
Member

For "b97d", the name is missing in the code. This is a bug. However, this is already fixed in the latest commit. If you cannot compile the code from source, you can specify the B97D parameters directly.

dftd4 --param 1.0000 1.69460052 0.28904684 4.13407323 coords.xyz

Both names for CAM-B3LYP are also available in the latest commit, but not yet in version 3.6.0.

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