Skip to content

Commit

Permalink
A temporary fix for conflicts between class _DFHF and method SCF.dump…
Browse files Browse the repository at this point in the history
…_flags
  • Loading branch information
sunqm committed Mar 30, 2019
1 parent 277bb2c commit 3adc7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/df/df_jk.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def density_fit(mf, auxbasis=None, with_df=None):
with_df.auxbasis = auxbasis

mf_class = mf.__class__
class DFHF(_DFHF, mf_class):
class DFHF(mf_class, _DFHF):
__doc__ = '''
Density fitting SCF class
Expand Down

0 comments on commit 3adc7fd

Please sign in to comment.