diff --git a/pyscf/grad/test/test_casci.py b/pyscf/grad/test/test_casci.py index 4309294e16..b75d552b1b 100644 --- a/pyscf/grad/test/test_casci.py +++ b/pyscf/grad/test/test_casci.py @@ -461,7 +461,7 @@ def test_symmetrize(self): # issue 1909 def test_small_mem(self): - mol = M(atom=""" + mol = gto.M(atom=""" H -0.00021900 -0.20486000 -2.17721200 H -0.00035900 -1.27718700 -2.17669400 """, basis='6-31G')