Skip to content

Commit 2ec1334

Browse files
committed
lint
1 parent 66646dc commit 2ec1334

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyscf/tdscf/_lr_eig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,6 @@ def VW_Gram_Schmidt_fill_holder(V_holder, W_holder, X_new, Y_new, lindep=1e-12):
984984
c *= e**-.5
985985
c_orth = c_orth.dot(c)
986986
csc = c_orth.T.dot(s21).dot(c_orth)
987-
wlast = w
988987
w, u = np.linalg.eigh(csc)
989988

990989
mask = 1 - abs(w) > lindep_sqrt

0 commit comments

Comments
 (0)