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

DFT-specific inputs #213

Open
bosonie opened this issue Jul 21, 2021 · 0 comments · May be fixed by #236
Open

DFT-specific inputs #213

bosonie opened this issue Jul 21, 2021 · 0 comments · May be fixed by #236
Assignees

Comments

@bosonie
Copy link
Collaborator

bosonie commented Jul 21, 2021

This issue is to discus how to enable users to have control on DFT specific inputs through the common interface. With DFT specific inputs we mean the choice of the functional, to enable various level of corrections (vdW, +U, ...) and so on.

Regarding the functionals PBE must be the default (for bw-compatibility) and compulsory to have. Then we should agree on the others to support (LDA, PBEsol, maybe SCAN as strongly suggested) and define unique names (use libXC?).

Regarding the actual implementation, a proposal from @giovannipizzi is to create CommonRelaxWorkChain subclass (say CommonRelaxDFTWorkChain) same as parent class, but with additional Dict input (we should decide schema), for DFT-specific (but common) inputs.

This approach basically just add an independent input to manage the DFT specifics. Questions rise on the interplay of this input with the protocol input. Is it feasible for each code to decouple the choice of the level of accuracy (protocol) from the DFT inputs? To make a practical example: a set of parameters (kpoints, PWcutoff, basis, ..) that is considered "precise" for PBE, can be considered "precise" also switching to LDA?
In any case it would be important to provide methods that allow to explore the available options for each implementation AND also say whether a functional (PBE, LDA, PBEsol, ...) or feature (vdW, +U,...) is just available or available and tested with one or more protocols.

@sphuber sphuber self-assigned this Oct 18, 2021
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

Successfully merging a pull request may close this issue.

2 participants