Skip to content

Commit

Permalink
Remove warning msg in fast_newton function
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Nov 26, 2015
1 parent 1d81343 commit 963c6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def fast_newton(mf, mo_coeff=None, mo_occ=None, dm0=None):
def mf_kernel(mo_coeff=mo_coeff, mo_occ=mo_occ):
return newton_class.kernel(mf1, mo_coeff, mo_occ)
mf1.kernel = mf_kernel
mf1._keys = mf1._keys.union(['kernel'])
return mf1

def fast_scf(mf):
Expand Down

0 comments on commit 963c6ec

Please sign in to comment.