Skip to content

Commit

Permalink
remove temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Dec 3, 2024
1 parent 65506a3 commit 0f52e17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/00-h2o.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,3 @@
h_dft = h_dft.transpose([0,2,1,3]).reshape(3*natm,3*natm)
h_diag = h_dft.sum(axis=0)
h_dft -= np.diag(h_diag)

print(np.linalg.norm(h_dft))
2 changes: 1 addition & 1 deletion gpu4pyscf/df/hessian/rhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from gpu4pyscf.df.grad.rhf import _gen_metric_solver

LINEAR_DEP_THR = df.LINEAR_DEP_THR
BLKSIZE = 256
BLKSIZE = 128
ALIGNED = getattr(__config__, 'ao_aligned', 32)
GB = 1024*1024*1024

Expand Down
2 changes: 1 addition & 1 deletion gpu4pyscf/df/int3c2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
FREE_CUPY_CACHE = True
STACK_SIZE_PER_THREAD = 8192 * 4
BLKSIZE = 128
NROOT_ON_GPU = 9
NROOT_ON_GPU = 7

def make_fake_mol():
'''
Expand Down

0 comments on commit 0f52e17

Please sign in to comment.