Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions assets/models/gga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ggaConfigs: !combine
pbesol: PBESOL
dft-d3: D3
u: U
u+v: U+V
u+j: U+J
forEach:
- !parameter
key: parameters.functional
Expand All @@ -30,8 +32,7 @@ ggaConfigs: !combine
exclude: '^non-collinear'
isOptional: true
exclusions:
- [parameters.spinPolarization, parameters.spinOrbitCoupling]
- [parameters.hubbardType, parameters.dispersionCorrection]
- [parameters.dispersionCorrection]
config:
categories:
tier1: pb
Expand Down
5 changes: 3 additions & 2 deletions assets/models/lda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ldaConfigs: !combine
pz: PZ
dft-d3: D3
u: U
u+v: U+V
u+j: U+J
forEach:
- !parameter
key: parameters.functional
Expand All @@ -29,8 +31,7 @@ ldaConfigs: !combine
exclude: '^non-collinear'
isOptional: true
exclusions:
- [parameters.spinPolarization, parameters.spinOrbitCoupling]
- [parameters.hubbardType, parameters.dispersionCorrection]
- [parameters.dispersionCorrection]
config:
categories:
tier1: pb
Expand Down
Loading