Skip to content

Commit

Permalink
SOF-7344: enable hubbard, spin polarization and soc
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed May 14, 2024
1 parent 38afdc1 commit 94f3040
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
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

0 comments on commit 94f3040

Please sign in to comment.