Skip to content

Commit 596286a

Browse files
committed
Change the unit test
1 parent ec51158 commit 596286a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu4pyscf/grad/tests/test_tddft_opt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_opt_rhf_tda(self):
5858
def test_opt_rks_tda(self):
5959
mf = dft.RKS(mol, xc='b3lyp').to_gpu()
6060
mf.kernel()
61-
td = mf.TDDFT().set(nstates=3)
61+
td = mf.TDA().set(nstates=3)
6262
td.kernel()
6363
td_cpu = td.to_cpu()
6464
mol_gpu = optimize(td)

0 commit comments

Comments
 (0)