Skip to content

Commit

Permalink
after review the codes
Browse files Browse the repository at this point in the history
  • Loading branch information
puzhichen committed Jan 16, 2025
1 parent d294de2 commit f107a07
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 @@ -308,6 +308,7 @@ def vind(zs):
hdiag = cp.hstack([hdiag.ravel(), -hdiag.ravel()])
return vind, hdiag


class TDHF(TDBase):
__doc__ = tdhf_cpu.TDHF.__doc__

Expand Down

0 comments on commit f107a07

Please sign in to comment.