Skip to content

Commit

Permalink
Block unused PCM hessian code
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw7 authored Dec 6, 2024
1 parent b7de164 commit ffdcc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu4pyscf/solvent/hessian/pcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def hess_nuc(pcmobj):
return de

def hess_qv(pcmobj, dm, verbose=None):
raise NotImplementedError("PCM analytical hessian is not tested")
if not pcmobj._intermediates or 'q_sym' not in pcmobj._intermediates:
pcmobj._get_vind(dm)
gridslice = pcmobj.surface['gslice_by_atom']
Expand Down

0 comments on commit ffdcc83

Please sign in to comment.