Skip to content

Commit

Permalink
Update 02-h2o_geomopt.py (pyscf#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 authored Jul 23, 2024
1 parent aa643b9 commit fcda828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02-h2o_geomopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'''

mol = pyscf.M(atom=atom, basis='def2-tzvpp')
mf_GPU = rks.RKS(mol, xc='b3lyp', disp='d3bj').density_fit()
mf_GPU = rks.RKS(mol, xc='b3lyp').density_fit()
mf_GPU.disp = 'd3bj'
mf_GPU.grids.level = 3
mf_GPU.conv_tol = 1e-10
Expand Down

0 comments on commit fcda828

Please sign in to comment.