Skip to content

Commit 85ade10

Browse files
committed
unit test
1 parent 420c8d3 commit 85ade10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscf/dispersion/tests/test_d4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_wb97x_d4_energy():
3333
mol = pyscf.M(atom='H 0 0 0; H 0 0 1')
3434
model = DFTD4Dispersion(mol, xc='WB97X')
3535
out = model.get_dispersion()
36-
assert abs(out['energy'] - -0.00027002) < 1e-10
36+
assert abs(out['energy'] - -0.00027002) < 1e-8
3737

3838
def test_d4_gradients():
3939
mol = pyscf.M(atom='H 0 0 0; H 0 0 1')

0 commit comments

Comments
 (0)