Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
puzhichen committed Feb 25, 2025
1 parent 0cdef6f commit 2d86e96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpu4pyscf/grad/tests/test_tduks_grad.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def benchmark_with_finite_diff(mol_input, xc, delta=0.1, nstates=3, lindep=1.0E-
noccb = len(occidxb)
nvira = len(viridxa)
nvirb = len(viridxb)
nao = mo_coeff[0].shape[0]

if tda:
td = gpu4pyscf.tdscf.uks.TDA(mf)
Expand Down

0 comments on commit 2d86e96

Please sign in to comment.