-
Notifications
You must be signed in to change notification settings - Fork 867
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cp2k DftSet.get_basis_and_potential add keyword cp2k_data_dir which takes precedence over PMG_CP2K_DATA_DIR in pmgrc.yaml * get_basis_and_potential don't raise on potentials specified as string instead Potential instance * get_basis_and_potential if potential_filename or basis_filenames not already set, use the global ones * fix KeyError in calculation_type if self.data.get("dft") returns None * migrate setup_cp2k_data from ruamel.yaml pyyaml to fix AttributeError: "dump()" has been removed * change Keyword + Section verbose default to False to stop printing explanatory comments for sections and flags into every CP2K input file * fix trailing white space in Section._get_str * fix typo
- Loading branch information
Showing
4 changed files
with
78 additions
and
87 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