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 56a3b0f commit 420c8d3Copy full SHA for 420c8d3
pyscf/dispersion/tests/test_d4.py
@@ -33,8 +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
- print(out)
37
- #assert abs(out['energy'] - -2.21334459527e-05) < 1e-10
+ assert abs(out['energy'] - -0.00027002) < 1e-10
38
39
def test_d4_gradients():
40
0 commit comments