-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By making this a non required input, the caller has to opportunity to explicitly specify a number of bands to be used for the bands step through the `bands.pw.parameters` input node. One can now specify the number of bands to be used in the bands step either directly through the input parameters `bands.pw.parameters.SYSTEM.nbnd` or through the `nbands_factor` input. Note that specifying both is not allowed. When neither is specified nothing will be set by the work chain and the default of Quantum ESPRESSO will end up being used. If the `nbands_factor` is specified the maximum value of the following values will be used: * `nbnd` of the preceding SCF calculation * 0.5 * nspin * nelectrons * nbands_factor * 0.5 * nspin * nelectrons + 4 * nspin
- Loading branch information
Showing
1 changed file
with
39 additions
and
15 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