ReactionMechanismGenerator / ARC

ARC - Automatic Rate Calculator
https://reactionmechanismgenerator.github.io/ARC/index.html
MIT License
43 stars 21 forks source link

Modified MRCI implementation in Molpro and Orca adapters #746

Open alongd opened 3 months ago

alongd commented 3 months ago

Also changed input file memory to be total instead of per CUP Added test

Currently testing on the server, do not merge, but comments are welcomed

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 84.15301% with 29 lines in your changes missing coverage. Please review.

Project coverage is 74.26%. Comparing base (fb16f4a) to head (21ef5cc).

Files with missing lines Patch % Lines
arc/job/adapters/molpro.py 72.72% 6 Missing and 3 partials :warning:
arc/scheduler.py 0.00% 9 Missing :warning:
arc/parser.py 84.61% 2 Missing and 4 partials :warning:
arc/job/adapters/orca.py 84.61% 0 Missing and 2 partials :warning:
arc/species/species.py 50.00% 1 Missing and 1 partial :warning:
arc/job/trsh.py 90.90% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #746 +/- ## ========================================== + Coverage 74.09% 74.26% +0.17% ========================================== Files 101 101 Lines 28005 28124 +119 Branches 5860 5890 +30 ========================================== + Hits 20749 20885 +136 + Misses 5787 5765 -22 - Partials 1469 1474 +5 ``` | [Flag](https://app.codecov.io/gh/ReactionMechanismGenerator/ARC/pull/746/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ReactionMechanismGenerator/ARC/pull/746/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator) | `74.26% <84.15%> (+0.17%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alongd commented 3 months ago

@kfir4444, I think this PR can be merged. Can you take a final look?