Skip to content

Commit

Permalink
Enable test_mol_ae_ccpvdz
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Dec 4, 2024
1 parent 4a32922 commit 9f9f5a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyscf/tools/test/test_trexio.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_mol_ccecp_ccpvqz():
assert abs(ref - s1).max() < 1e-12
'''

''' Todo: it does not work due to the internal contraction in PySCF
def test_mol_ae_ccpvdz():
filename = 'test_mol_ae_ccpvdz_sphe.h5'
mol = pyscf.M(atom='H 0 0 0; F 0 0 1', basis='ccpvdz', cart=False)
Expand All @@ -65,7 +64,6 @@ def test_mol_ae_ccpvdz():
mol = trexio.mol_from_trexio(filename)
s1 = mol.intor('int1e_ovlp')
assert abs(ref - s1).max() < 1e-12
'''

def test_mf_ae_6_31g():
filename = 'test_mf_ae_6_31g_sphe.h5'
Expand Down

0 comments on commit 9f9f5a7

Please sign in to comment.