Skip to content

Commit

Permalink
Add tests for int1e 2nd derivative and pcm 2nd derivative
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw7 committed Jan 23, 2025
1 parent e003ef5 commit d850694
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 58 deletions.
2 changes: 1 addition & 1 deletion gpu4pyscf/gto/tests/test_int1e_grids_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,5 +364,5 @@ def test_int1e_grids_ip1_density_contracted(self):
cp.testing.assert_allclose(ref_int1e_dA, test_int1e_dA, atol = integral_threshold)

if __name__ == "__main__":
print("Full Tests for One Electron Coulomb Integrals")
print("Full Tests for One Electron Coulomb Integrals 1st Derivative")
unittest.main()
Loading

0 comments on commit d850694

Please sign in to comment.