Skip to content

Commit

Permalink
fixed a bug rks hessian
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Nov 21, 2023
1 parent c83018d commit c4a5274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu4pyscf/hessian/rks.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def _get_vxc_deriv1(hessobj, mo_coeff, mo_occ, max_memory):
ao_dm0 = aow = None
elif xctype == 'MGGA':
if grids.level < 5:
log.warn(mol, 'MGGA Hessian is sensitive to dft grids.')
log.warn('MGGA Hessian is sensitive to dft grids.')
ao_deriv = 2
for ao, mask, weight, coords \
in ni.block_loop(opt.mol, grids, nao, ao_deriv, max_memory):
Expand Down

0 comments on commit c4a5274

Please sign in to comment.