-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't run freq for IRC species (#749)
An IRC job is supposed to give us the minimal energy path that connects a TS to its adjacent wells (reactants and products). ARC optimizes the two resulting IRC output to get the wells. However, it also unnecessarily spawns a freq job for the IRC species. This is a bit of an overkill, since we just want to see that the connectivity is correct, we don't use the IRC results per se in the calculations, so we don't care about their frequency (or whether there's an imaginary frequency). Plus, this computation is relatively expensive. sp and scan jobs are also not needed. Here we tell ARC not to spawn freq jobs for species defined from IRC jobs
- Loading branch information
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters