Skip to content

Commit 26a0c2f

Browse files
committed
syntax error
1 parent 15fe91b commit 26a0c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyscf/pbc/df/aft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def get_nuc(mydf, kpts=None):
234234

235235

236236
def weighted_coulG(mydf, kpt=np.zeros(3), exx=False, mesh=None, omega=None,
237-
kmesh=kmesh):
237+
kmesh=None):
238238
'''Weighted regular Coulomb kernel'''
239239
cell = mydf.cell
240240
if mesh is None:

0 commit comments

Comments
 (0)