Add missing elements to MPScanRelaxSet PBE .54 potentials #2316
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@rkingsbury and @mkhorton: Some elements that are currently in the VASP PAW .54 PBE library have defined pseudopotentials but aren't in the
MPScanRelaxSet.yaml
file because they never existed in the original PAW PBE set used in the GGA calculations on MP. This change won't influence anything in your R2SCAN workflow because: a) The jobs would have never run with these elements since no pseudopotentials were defined; b) none of these elements exist on MP right now because of the aforementioned statement.Most of the elements I added have only one PAW PBE potential to use. In the case of multiple, I used the VASP-recommended set.
I know this breaks the hash for
MPScanRelaxSet.yaml
. It would need your blessing.