Skip to content

Commit d012b7c

Browse files
Change diff wrt temperature test (#1167)
BTW, naming the term Entropy is confusing, because what's computed is -TS, not S. Should we rename it to Entropic?
1 parent be9e973 commit d012b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/forwarddiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ end
423423
model = model_DFT(lattice, atoms, positions; functionals=LDA(), temperature=T)
424424
basis = PlaneWaveBasis(model; Ecut=10, kgrid=[1, 1, 1])
425425
scfres = self_consistent_field(basis, tol=1e-12)
426-
scfres.energies.total
426+
scfres.energies.Entropy
427427
end
428428
T0 = .01
429429
derivative_ε = let ε = 1e-5

0 commit comments

Comments
 (0)