Skip to content

Commit

Permalink
Merge pull request #278 from Exabyte-io/feat/SOF-7108
Browse files Browse the repository at this point in the history
SOF-7108: add psesol dft functional option under gga
  • Loading branch information
timurbazhirov authored Nov 22, 2023
2 parents a9dd133 + 5d7206f commit d223c5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions manifest/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
slug: pbe
reference:
doi: https://doi.org/10.1103/PhysRevLett.77.3865
- name: perdew-burke-ernzerhof-solid
slug: pbesol
reference:
doi: https://doi.org/10.1103/PhysRevLett.100.136406
# modifiers:
# type: array
# items:
Expand Down
3 changes: 2 additions & 1 deletion schema/model/mixins/dft/enum_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"gga": {
"enum": [
"pbe"
"pbe",
"pbesol"
]
},
"mgga": {
Expand Down
1 change: 1 addition & 0 deletions schema/model/mixins/dft/enum_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lda:
- pz
gga:
- pbe
- pbesol
mgga:
- scan
hybrid:
Expand Down

0 comments on commit d223c5e

Please sign in to comment.