Skip to content

Commit

Permalink
add the import _response_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
puzhichen committed Jan 17, 2025
1 parent ce51c03 commit fcdf0de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu4pyscf/tdscf/rhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from gpu4pyscf.lib.cupy_helper import contract, tag_array
from gpu4pyscf.lib import utils
from gpu4pyscf.lib import logger
from gpu4pyscf.scf import _response_functions # noqa
from pyscf import __config__

REAL_EIG_THRESHOLD = tdhf_cpu.REAL_EIG_THRESHOLD
Expand Down

0 comments on commit fcdf0de

Please sign in to comment.