Skip to content

Commit dbf71d2

Browse files
authored
Merge pull request #44 from stfc/update-default-exchange-in-feff-configs
Set default exchange to "0 0 0" instead of just 0
2 parents b051be6 + 9a250f9 commit dbf71d2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

larch_cli_wrapper/feff_configs/nscf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ radius: 4.0
1010
control: "1 1 1 1 1 1"
1111
print: "1 0 0 0 0 3"
1212
s02: 1.0 # Amplitude reduction factor
13-
exchange: 0 # Exchange correlation
13+
exchange: "0 0 0" # Exchange model (Hedin–Lundqvist)
1414
exafs: 20
1515
scf: null
1616

larch_cli_wrapper/feff_configs/publication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ control: "1 1 1 1 1 1"
99
print: "1 0 0 0 0 3"
1010
s02: 1.0 # Amplitude reduction factor
1111
scf: "4.5 0 30 .2 1" # Self-consistent field (defaults are generally robust)
12-
exchange: 0 # Exchange correlation model (Hedin–Lundqvist)
12+
exchange: "0 0 0" # Exchange model (Hedin–Lundqvist)
1313
exafs: 20
1414

1515
# Fourier Transform parameters (tighter / more extended range)

larch_cli_wrapper/feff_configs/quick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ control: "1 1 1 1 1 1"
88
print: "1 0 0 0 0 3"
99
s02: 1.0 # Amplitude reduction factor
1010
scf: "4.5 0 30 .2 1" # Self-consistent field
11-
exchange: 0 # Exchange correlation
11+
exchange: "0 0 0" # Exchange model (Hedin–Lundqvist)
1212
exafs: 20
1313

1414
# Fourier Transform parameters

0 commit comments

Comments
 (0)