ReactionMechanismGenerator / ReactionMechanismGenerator/ARC
bc_length problem
Open
@kfir4444 is already working on this.
Since Nov 23, 2022.
Type: Bug
- Dominant language
- Python
- Stars
- 51
- Forks
- 25
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 15
Description
As ARC was running, it gave the error "ZeroDivisionError: float division by zero"
This was our input file:
`project: H-abstraction
level_of_theory: B3LYP/6-31G(d,p)
species:
-
label: H2O
smiles: O -
label: CH3
smiles: '[CH3]' -
label: OH
smiles: '[OH]' -
label: CH4
smiles: C
reactions:
- label: CH3 + H2O <=> CH4 + OH
multiplicity: 2
`
we expected the run to calculate the kinetic rates

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.