-
Notifications
You must be signed in to change notification settings - Fork 22
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
Modified MRCI implementation in Molpro and Orca adapters #746
base: main
Are you sure you want to change the base?
Conversation
1ddea11
to
337468e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #746 +/- ##
==========================================
+ Coverage 74.09% 74.26% +0.17%
==========================================
Files 101 101
Lines 28005 28129 +124
Branches 5860 5891 +31
==========================================
+ Hits 20751 20891 +140
+ Misses 5786 5765 -21
- Partials 1468 1473 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -37,7 +35,7 @@ | |||
settings['output_filenames'], settings['servers'], settings['submit_filenames'] | |||
|
|||
input_template = """***,${label} | |||
memory,${memory},m; | |||
memory,Total=${memory},m; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The also requires a change to the defaults we use in the settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The memory in settings.py is the max memory the user allowed for troubleshooting purposes (when ARC needs to increase the memory, that is the limit). It shouldn't affect the memory in the input file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alongd!
Please see the following comments
@kfir4444, I think this PR can be merged. Can you take a final look? |
b04591f
to
5fbaaba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
996253d
to
eaafcab
Compare
69f4ab7
to
e3fd2fc
Compare
5c776f5
to
21ef5cc
Compare
and removed the unused occ attr
scf_energy_initial_iteration was referenced before assignment
and organised other examples into Reactions and Stationary subfolders
MRCI and CASPT2 (RS2C)
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