Skip to content

Commit 518b576

Browse files
committed
fix wrong arg name
1 parent 76c0a25 commit 518b576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambench/models/ase_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def run_ase_dptest(
286286
calc = model.calc
287287
if dispersion_correction is not None:
288288
calc = SumCalculator(
289-
[calc, DFTD3(method="PBE", dispersion_correction=dispersion_correction)]
289+
[calc, DFTD3(method="PBE", damping=dispersion_correction)]
290290
)
291291

292292
energy_err = []

0 commit comments

Comments
 (0)