Skip to content

Commit

Permalink
Merge pull request #49 from Liu-group/resp_memory_issue
Browse files Browse the repository at this point in the history
Update resp_gamess.py
  • Loading branch information
ffangliu authored Aug 9, 2024
2 parents c8a819a + 445d33b commit 42830ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autosolvate/resp_classes/resptools/resp_gamess.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def writeGAMESSInput(self, calculation = 'singlepoint'):

# Header for energy minimization.
gamess_header['optimize'] = """\
$SYSTEM MWORDS=128 $END
$CONTRL SCFTYP={scf} EXETYP=RUN RUNTYP=OPTIMIZE COORD=UNIQUE $END
$CONTRL ICHARG={charge} MULT={multiplicity} $END
$CONTRL MOLPLT=.TRUE. UNITS=ANGS NPRINT=8 $END
Expand All @@ -148,6 +149,7 @@ def writeGAMESSInput(self, calculation = 'singlepoint'):

# Header for no optimization case.
gamess_header['singlepoint'] = """\
$SYSTEM MWORDS=128 $END
$CONTRL SCFTYP={scf} EXETYP=RUN RUNTYP=ENERGY COORD=UNIQUE $END
$CONTRL ICHARG={charge} MULT={multiplicity} $END
$CONTRL MOLPLT=.TRUE. UNITS=ANGS NPRINT=8 $END
Expand Down

0 comments on commit 42830ea

Please sign in to comment.