Skip to content

Commit cb92f79

Browse files
committed
fix pyscf#449
1 parent bf774ac commit cb92f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyscf/solvent/ddcosmo.py

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
from pyscf.dft import gen_grid, numint
240240
from pyscf.data import radii
241241
from pyscf.symm import sph
242+
from functools import reduce
242243

243244
def ddcosmo_for_scf(mf, solvent_obj=None, dm=None):
244245
'''Patch ddCOSMO to SCF (HF and DFT) method.

0 commit comments

Comments
 (0)