I am trying to work out some examples using TAMKIN+G09.
H + CH4 --> H2 + CH3.
The error i am seeing here is.
Traceback (most recent call last):
File "./reaction.py", line 47, in <module>
pf_react1 = PartFun(nma_react1, [ExtTrans(), ExtRot()])
File "/user/e154414/.local/lib/python2.7/site-packages/tamkin/partf.py", line 1353, in __init__
term.init_part_fun(nma, self)
File "/user/e154414/.local/lib/python2.7/site-packages/tamkin/partf.py", line 1016, in init_part_fun
self.symmetry_number = tmp_mol.compute_rotsym()
File "/user/e154414/.local/lib/python2.7/site-packages/molmod/molecules.py", line 291, in compute_rotsym
raise ValueError("The rotational symmetry number can only be computed when the graph is fully connected.")
ValueError: rotational: The rotational symmetry number can only be computed when the graph is fully connected.
Any help would be appreciated.