Skip to content

Commit bff3371

Browse files
fix lint problem
1 parent 6071245 commit bff3371

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gpu4pyscf/pbc/df/fft_jk.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def get_k_occri_kpts(mydf, dm_kpts, hermi=1, kpts=np.zeros((1, 3)), kpts_band=No
241241
if (kpts_band is not None) or (mo_coeff is None):
242242
return get_k_kpts(mydf, dm_kpts, hermi, kpts, kpts_band, exxdiv)
243243

244-
ni = mydf._numint
245244
kpts = np.asarray(kpts)
246245
dm_kpts = cp.asarray(dm_kpts, order='C')
247246
dms = _format_dms(dm_kpts, kpts)
@@ -293,7 +292,6 @@ def get_k_occri_kpts(mydf, dm_kpts, hermi=1, kpts=np.zeros((1, 3)), kpts_band=No
293292

294293
cocc2 = cocc_kpts[k2]
295294
mo2 = cp.dot(ao2, cocc2 * nocc_kpts[k2])
296-
nmo2 = mo2.shape[1]
297295
mo2T = mo2.T
298296

299297
vR_dm = mydf._get_vR_dm(mo1T, mo2T, coulg, mesh)

0 commit comments

Comments
 (0)