-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Pseudo Dojo project provides multiple pseudopotential family configurations for the functionals LDA, PBE and PBEsol. In addition, it also provides families with various treatments for relativistic effects and the pseudopotentials come in various formats, including PSP8, PSML, UPF and JthXML. Just like the SSSP project, Pseudo Dojo provides recommended cutoffs for plane waves and the charge density. A new pseudopotential family class `PseudoDojoFamily` is added that implements the logic to define valid configurations and how to retrieve the pseudopotentials and recommended cutoffs that come with it. Currently, certain configurations that are in principle valid, as in they correspond to an existing family, are commented out. This is because they are currently inconsistent. Either cutoffs are missing or the md5 listed in the metadata does not match that of the included pseudopotential files. Once these problems are addressed on the Pseudo Dojo source, they can be uncommented such that they become available for installation through this plugin. Any family can be installed through `aiida-pseudo install pseudo-dojo` which exposes options to select the desired configuration.
- Loading branch information
Showing
11 changed files
with
611 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.