Skip to content

Commit

Permalink
Update resp_gamess.py
Browse files Browse the repository at this point in the history
Adding memory tag to no optimization case
  • Loading branch information
rohitsaikiran91 authored May 9, 2024
1 parent b023026 commit 445d33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autosolvate/resp_classes/resptools/resp_gamess.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,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 445d33b

Please sign in to comment.