We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df171a4 commit 318c58eCopy full SHA for 318c58e
test/PspUpf.jl
@@ -198,7 +198,7 @@ end
198
for psp in values(mPspUpf.upf_pseudos)
199
coulomb = -4π * (psp.Zion) / p_small^2
200
reference = eval_psp_local_fourier(psp, p_small) - coulomb
201
- @test reference ≈ eval_psp_energy_correction(psp, 1) atol=1e-2
+ @test reference ≈ eval_psp_energy_correction(psp) atol=1e-2
202
end
203
204
0 commit comments