Dear Toon,
I would like to inform you that I have made the script (attached) to work successfully for me. Thank you for your tips.
However, I would like to point out to you that the thermodynamic model line only worked when both the [pf_IS] and [pf_FS] are enclosed in square brackets. (are made into lists?)
It gets more complicated when the kinetic model method is introduced in the script. "km = KineticModel([pf_IS], [pf_TS])" does not work with both pfs included in square brackets. They don't work even when both are not in square brackets, "km = KineticModel(pf_IS, pf_TS)". It works only in the case when initial state pf is in square brackets and the pf of transition state isn't, "km = KineticModel([pf_IS], pf_TS)"
It will be much better to have similar syntax for both Thermodynamic and Kinetic Model methods.
Best regards,
Xenhua