-
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
Difficulty with [H] (and perhaps other atomic species) #435
Comments
I haven't had a chance to use ARC to calculate an atomic species. Matt, can you upload an example of your [H] QM calculation output? (something like output.out / input.log) Also, can you upload |
Yep, thanks for taking a look! |
Looks like this is a problem with G09 , I think Gaussin fix it in G16. I was able to successfully run a job in G09 when I used |
Thanks for the input. So it seems important for g09 and harmless for g16 to add |
Correct
…Sent from my iPhone
On Nov 1, 2020, at 2:00 PM, Alon Grinberg Dana ***@***.***> wrote:
Thanks for the input. So it seems important for g09 and harmless for g16 to add iop(1/18=1) to all composite methods involving a monoatomic species. Let's do that
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
OK, added. |
I bumped into this issue in ARC, it was also solved by removing |
When I run [H] at CBS-QB3 I get:
Species [H] failed with status:
{'conformers': False, 'fine': False, 'freq': False, 'irc': True, 'opt': False, 'rotors': True, 'sp': False}
and errors: Error: Could not troubleshoot composite for [H]! Tried troubleshooting with the following methods: ['int=(Acc2E=14)']; Error: Could not troubleshoot composite for [H]! Tried troubleshooting with the following methods: ['int=(Acc2E=14)']; Error: Could not troubleshoot composite for [H]! Tried troubleshooting with the following methods: ['restart_due_to_file_not_found', 'int=(Acc2E=14)']; Error: Could not troubleshoot composite for [H]! Tried troubleshooting with the following methods: ['int=(Acc2E=14)']; Error: Could not troubleshoot composite for [H]! Tried troubleshooting with the following methods: ['int=(Acc2E=14)']; Error: Could not troubleshoot composite for [H]! Tried troubleshooting with the following methods: ['int=(Acc2E=14)']; Error: Could not troubleshoot composite for [H]! Tried troubleshooting with the following methods: ['int=(Acc2E=14)'];
Of course we don't usually need to specifically calculate [H], but this seems to prevents ARC from automatically calculating the rate coefficient of reactions [H] participates in even if it doesn't need [H] for the forward rate coefficient.
The text was updated successfully, but these errors were encountered: