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 76c0a25 commit 518b576Copy full SHA for 518b576
lambench/models/ase_models.py
@@ -286,7 +286,7 @@ def run_ase_dptest(
286
calc = model.calc
287
if dispersion_correction is not None:
288
calc = SumCalculator(
289
- [calc, DFTD3(method="PBE", dispersion_correction=dispersion_correction)]
+ [calc, DFTD3(method="PBE", damping=dispersion_correction)]
290
)
291
292
energy_err = []
0 commit comments