Skip to content

Commit

Permalink
Support Gaussian charge model for int1e_grids
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 17, 2023
1 parent 4c0998d commit c6934e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyscf/gto/mole.py
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ def set_rinv_zeta(self, zeta):
'''Assume the charge distribution on the "rinv_origin". zeta is the parameter
to control the charge distribution: rho(r) = Norm * exp(-zeta * r^2).
**Be careful** when call this function. It affects the behavior of
int1e_rinv_* functions. Make sure to set it back to 0 after using it!
int1e_rinv_*, int1e_grids* functions. Make sure to set it back to 0 after using it!
'''
self._env[PTR_RINV_ZETA] = zeta
return self
Expand Down
2 changes: 1 addition & 1 deletion pyscf/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if(BUILD_LIBCINT)

ExternalProject_Add(libcint
GIT_REPOSITORY ${LIBCINT_GIT}
GIT_TAG v5.4.0
GIT_TAG v5.5.0
PREFIX ${PROJECT_BINARY_DIR}/deps
INSTALL_DIR ${PROJECT_SOURCE_DIR}/deps
CMAKE_ARGS -DCMAKE_BUILD_TYPE=RELEASE
Expand Down

0 comments on commit c6934e1

Please sign in to comment.