Skip to content

Commit

Permalink
Merge pull request #112 from TheoChem-VU/fixed-modetofollow-key
Browse files Browse the repository at this point in the history
Fixed an issue with modetofollow in TS search
  • Loading branch information
YHordijk authored Feb 5, 2024
2 parents 51c0046 + 9cfea1b commit 84099f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcutility/job/ams.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def transition_state(self, distances: list = None, angles: list = None, dihedral
self._task = 'TS'
self.settings.input.ams.task = 'TransitionStateSearch'

self.settings.input.ams.TransitionStateSearch.ReactionCoordinate.ModeToFollow = ModeToFollow
self.settings.input.ams.TransitionStateSearch.ModeToFollow = ModeToFollow

if distances is not None:
self.settings.input.ams.TransitionStateSearch.ReactionCoordinate.Distance = [" ".join([str(x) for x in dist]) for dist in distances]
Expand Down

0 comments on commit 84099f6

Please sign in to comment.