Skip to content

Commit

Permalink
lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Oct 10, 2023
1 parent 9eae46e commit d9eedd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyscf/pbc/cc/test/test_kuccsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ def test_df_eris(self):
kmf.mo_coeff = np.empty_like(mo)
nkpts = len(kmf.kpts)
for k in range(nkpts):
kmf.mo_coeff[0,k] = lo.orth.vec_lowdin(mo[0,k], s[k])
kmf.mo_coeff[1,k] = lo.orth.vec_lowdin(mo[1,k], s[k])
kmf.mo_coeff[0,k] = lo.orth.vec_lowdin(mo[0,k], s[k])
kmf.mo_coeff[1,k] = lo.orth.vec_lowdin(mo[1,k], s[k])

kmf.mo_occ[:] = 0
kmf.mo_occ[:,:,:2] = 1
Expand Down

0 comments on commit d9eedd0

Please sign in to comment.