Skip to content

Commit

Permalink
change some codes
Browse files Browse the repository at this point in the history
  • Loading branch information
puzhichen committed Jan 20, 2025
1 parent 4db4c2c commit 9a458b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu4pyscf/grad/tdrhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from pyscf import lib
from pyscf.lib import logger
from gpu4pyscf.grad import rhf as rhf_grad
from gpu4pyscf.df import int3c2e #TODO: move int3c2e to out of df
from gpu4pyscf.lib.cupy_helper import tag_array, contract, condense, sandwich_dot, reduce_to_device
from gpu4pyscf.df import int3c2e
from gpu4pyscf.lib.cupy_helper import contract
from gpu4pyscf.scf import cphf
from gpu4pyscf import lib as lib_gpu
from pyscf import __config__
Expand Down

0 comments on commit 9a458b5

Please sign in to comment.