Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Jan 7, 2025
1 parent 3abc226 commit 2f5ce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu4pyscf/gto/int3c1e_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def get_int3c1e_ip2_density_contracted(mol, grids, charge_exponents, dm, intopt)
if charge_exponents is not None:
exponents_slice = charge_exponents[p0:p1]
charge_exponents_pointer = exponents_slice.data.ptr
grids_slice = grids[p0:p1].data.ptr
grids_slice = grids[p0:p1]

# n_pair_sum_per_thread = 1 # means every thread processes one pair and one grid
# n_pair_sum_per_thread = nao_cart # or larger number gaurantees one thread processes one grid and all pairs of the same type
Expand Down

0 comments on commit 2f5ce8b

Please sign in to comment.