Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Nov 4, 2024
1 parent 57245ac commit b159818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/scf/test/test_vhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __init__(self, mol, intor=None, prescreen='CVHFnoscreen',
with mol.with_short_range_coulomb(omega):
_vhf._VHFOpt.__init__(self, mol, intor, prescreen, qcondname, dmcondname)
self.omega = omega
self._this.direct_scf_cutoff = numpy.log(direct_scf_tol)
self._this.direct_scf_tol = numpy.log(direct_scf_tol)

def init_cvhf_direct(self, mol, intor=None, qcondname=None):
nbas = mol.nbas
Expand Down

0 comments on commit b159818

Please sign in to comment.