Skip to content

Commit

Permalink
Fixed the 'default' solvation radii for PCM/CPCM in Gaussian
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Sep 26, 2022
1 parent 984e085 commit 0e3124b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccinput/packages/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ def handle_solvation(self):

DEFAULT_RADII_SETS = {
"smd": ["", "default"],
"pcm": ["", "uff"],
"cpcm": ["", "uff"],
"pcm": ["", "uff", "default"],
"cpcm": ["", "uff", "default"],
}

self.add_options("SCRF", [model.upper(), f"Solvent={solvent_keyword}"])
Expand Down

0 comments on commit 0e3124b

Please sign in to comment.