Skip to content

Commit

Permalink
add the dependence on lindep
Browse files Browse the repository at this point in the history
  • Loading branch information
puzhichen committed Feb 14, 2025
1 parent 0382b5a commit e430427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu4pyscf/tests/test_benchmark_tddft.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def run_rb3lyp_tddft(atom, basis, with_df, with_solvent, disp=None):

td = mf.TDDFT().set(nstates=5)
assert td.device == 'gpu'
td.lindep = 1e-6
e = td.kernel()[0]

return e
Expand Down

0 comments on commit e430427

Please sign in to comment.