Skip to content

Commit

Permalink
remove large molecule in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Nov 17, 2023
1 parent 45fab63 commit 6791770
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ output/
*.swo
*.swp
*~
*.log
*.h5
**/qchem_input.in
#*
dockerfiles/manylinux/wheelhouse
Expand Down
2 changes: 0 additions & 2 deletions gpu4pyscf/dft/rks.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def get_veff(ks, mol=None, dm=None, dm_last=0, vhf_last=0, hermi=1):
if mol is None: mol = ks.mol
if dm is None: dm = ks.make_rdm1()
t0 = logger.init_timer(ks)
if ks.grids.coords is None:
ks.grids.ao_values = None
initialize_grids(ks, mol, dm)

if hasattr(ks, 'screen_tol') and ks.screen_tol is not None:
Expand Down
1 change: 0 additions & 1 deletion gpu4pyscf/solvent/tests/test_pcm_hessian.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def setUpModule():
H -0.7570000000 -0.0000000000 -0.4696000000
H 0.7570000000 0.0000000000 -0.4696000000
'''
mol.atom = '/mlx_devbox/users/xiaojie.wu/playground/gpu4pyscf/benchmarks/molecules/organic/020_Vitamin_C.xyz'
mol.basis = 'def2-tzvpp'
mol.output = '/dev/null'
mol.build(verbose=0)
Expand Down

0 comments on commit 6791770

Please sign in to comment.