Skip to content

Commit

Permalink
mispell e_disp
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Feb 8, 2024
1 parent ce5f382 commit 588f72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu4pyscf/scf/uhf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_fock(mf, h1e=None, s1e=None, vhf=None, dm=None, cycle=-1, diis=None,
class UHF(uhf.UHF):
from gpu4pyscf.lib.utils import to_cpu, to_gpu, device

_keys = {'e_dips', 'screen_tol', 'conv_tol_cpscf'}
_keys = {'e_disp', 'screen_tol', 'conv_tol_cpscf'}

screen_tol = 1e-14
conv_tol_cpscf = 1e-3
Expand Down

0 comments on commit 588f72f

Please sign in to comment.