-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for electron-phonon calculations
Make several changes in the plugins for `ph.x`, `q2r.x` and `matdyn.x` to provide support for electron-phonon calculations: * Adapt the `prepare_for_submission` scripts to allow remote copying of the `elph_dir` for both plugins in case `la2F` is set to true. * Add support to the `MatDynCalculation` plugin for setting `dos` to true, and in this case converting the `kpoints` input to the `nkX` tags instead of providing them as a list. * For `matdyn.x` calculations where `dos` is true, parse the phonon DOS instead of the phonon bands, and provide this as an output. * For the `MatdynCalculation` plugin, providing the `parent_folder` input currently only makes sense for electron-phonon calculations, so a validator is added to check this. The remote copy/symlink list is also overriden by the `elph_dir` to avoid adding it to the default `out` directory of the `NamelistsCalculation`, which is typically no longer required for the `matdyn.x` step.
- Loading branch information
Showing
15 changed files
with
402 additions
and
52 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
Oops, something went wrong.