Skip to content

Commit

Permalink
Update Q-Chem interface
Browse files Browse the repository at this point in the history
  • Loading branch information
panxl committed Feb 29, 2024
1 parent 74acc97 commit 06fdbe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion qmhub/qmtools/qchem.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _get_mm_esp(self, qm_cache=None, output=None):
if qm_cache is not None:
qm_cache.update_cache()

output = output or ("save/5001.0", "save/5002.0")
output = output or ("save/1521.0", "save/329.0")

mm_esp = np.zeros((4, len(self.mm_charges)))

Expand Down
1 change: 0 additions & 1 deletion qmhub/qmtools/templates/qchem.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
$$rem
${options}\
qm_mm true
!igdefield 1
symmetry off
sym_ignore true
print_input false
Expand Down

0 comments on commit 06fdbe7

Please sign in to comment.