-
Notifications
You must be signed in to change notification settings - Fork 23
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
Added a ZPE/freq scaling factor script to utils #136
Conversation
Todo: run this automatically if ARC identifies that Arkane lacks the freq. scaling factor for the requested level of theory |
adc08e7
to
b5c7754
Compare
Codecov Report
@@ Coverage Diff @@
## master #136 +/- ##
==========================================
+ Coverage 41.48% 42.65% +1.16%
==========================================
Files 23 27 +4
Lines 5845 6095 +250
Branches 1551 1576 +25
==========================================
+ Hits 2425 2600 +175
- Misses 3048 3111 +63
- Partials 372 384 +12
Continue to review full report at Codecov.
|
@dranasinghe, I think this branch is ready now, feel free to only focus on this commit: 3958934 |
8a04262
to
acbf921
Compare
Added: - Determine scaling factor - Determine symmetry and optical isomers - Plot xyz - Visualize rotor Organized notebooks in Demo and Tools folders
If a scaling factor was not given by the user and could not be found in Arkane, calculate it using Truhlar's method.
To have a unique logger in ARC, so the log files of ARC and RMG don't mix when running in tandem.
@dranasinghe, I'm about to merge this in soon, let me know if you have any comments re scale.py |
Dear Alon,
everything is looking good in the scale.py. I made changes to job.py. line
570 and 581
" job_type_1 = 'opt' "
and 581
" job_type_1 = 'opt=(tight)' "
I removed calcfc, noeigentest from the ground state opt. Gaussian will
throw an error if we request a method that Gaussian does not have 2nd
derivative eg. CCSD. BTW this will make optimization faster.
Duminda
…On Fri, Jun 21, 2019 at 1:21 PM Alon Grinberg Dana ***@***.***> wrote:
@dranasinghe <https://github.com/dranasinghe>, I'm about to merge this in
soon, let me know if you have any comments re scale.py
<https://github.com/ReactionMechanismGenerator/ARC/blob/scaling_factors/arc/utils/scale.py>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#136?email_source=notifications&email_token=AF763KIVTJW2BHXIGQO5PX3P3UE2PA5CNFSM4HYMN4O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYJCBAQ#issuecomment-504504450>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF763KM4CSYA3NOM4UHQEZ3P3UE2PANCNFSM4HYMN4OQ>
.
|
to be lower than 90% * 16 GB
Gaussian will throw an error if we request this for a method for which it does not have an analytical 2nd derivative, eg. CCSD.
Based on 10.1016/j.cpc.2016.09.004, adapted by Duminda
Also added tests, will soon add an iPy notebook