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

Difficulty with [H] (and perhaps other atomic species) #435

Open
mjohnson541 opened this issue Oct 30, 2020 · 7 comments · May be fixed by #436
Open

Difficulty with [H] (and perhaps other atomic species) #435

mjohnson541 opened this issue Oct 30, 2020 · 7 comments · May be fixed by #436

Comments

@mjohnson541
Copy link
Collaborator

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.

@xiaoruiDong
Copy link
Contributor

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 arc.log, if it is not super large? I feel like the isomorphism check can be problematic but just need to check calculations are all good and if there is any helpful error message in the output file. Thanks.

@mjohnson541
Copy link
Collaborator Author

Yep, thanks for taking a look!

input.txt
output.txt
arc.log

@dranasinghe
Copy link

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
#P cbs-qb3 iop(1/18=1)
IOp(1./18=1) will stop any geometry optimization.

@alongd
Copy link
Member

alongd commented Nov 1, 2020

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

@dranasinghe
Copy link

dranasinghe commented Nov 1, 2020 via email

@alongd
Copy link
Member

alongd commented Nov 7, 2020

OK, added.
@mjohnson541, can you try again?

@alongd
Copy link
Member

alongd commented Jun 27, 2021

I bumped into this issue in ARC, it was also solved by removing guess=mix or guess=read for monoatomic species. I'll make a PR.
Edit: a fix will be added to the future Job PR (where the Gaussian job module was re-written)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants