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 420c8d3 commit 85ade10Copy full SHA for 85ade10
pyscf/dispersion/tests/test_d4.py
@@ -33,7 +33,7 @@ def test_wb97x_d4_energy():
33
mol = pyscf.M(atom='H 0 0 0; H 0 0 1')
34
model = DFTD4Dispersion(mol, xc='WB97X')
35
out = model.get_dispersion()
36
- assert abs(out['energy'] - -0.00027002) < 1e-10
+ assert abs(out['energy'] - -0.00027002) < 1e-8
37
38
def test_d4_gradients():
39
0 commit comments