Skip to content

Commit 318c58e

Browse files
committed
Fix missing adaption of new psp_energy_correction interface
1 parent df171a4 commit 318c58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PspUpf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ end
198198
for psp in values(mPspUpf.upf_pseudos)
199199
coulomb = -4π * (psp.Zion) / p_small^2
200200
reference = eval_psp_local_fourier(psp, p_small) - coulomb
201-
@test reference eval_psp_energy_correction(psp, 1) atol=1e-2
201+
@test reference eval_psp_energy_correction(psp) atol=1e-2
202202
end
203203
end
204204

0 commit comments

Comments
 (0)