Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't run freq for IRC species #749

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Don't run freq for IRC species #749

merged 1 commit into from
Jul 2, 2024

Conversation

alongd
Copy link
Member

@alongd alongd commented Jun 23, 2024

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

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 73.67%. Comparing base (3dbdbe0) to head (99f141e).

Files Patch % Lines
arc/scheduler.py 0.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #749   +/-   ##
=======================================
  Coverage   73.66%   73.67%           
=======================================
  Files          99       99           
  Lines       27406    27406           
  Branches     5765     5765           
=======================================
+ Hits        20188    20190    +2     
+ Misses       5771     5768    -3     
- Partials     1447     1448    +1     
Flag Coverage Δ
unittests 73.67% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alongd alongd force-pushed the no_freq_irc branch 2 times, most recently from 965d6a9 to a47a81b Compare June 29, 2024 08:44
@alongd alongd requested a review from JintaoWu98 June 29, 2024 08:45
Copy link
Member

@JintaoWu98 JintaoWu98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alongd alongd merged commit c043eed into main Jul 2, 2024
6 of 7 checks passed
@alongd alongd deleted the no_freq_irc branch July 2, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants