ReactionMechanismGenerator / RMG-website

A Django-powered website for Reaction Mechanism Generator (RMG)
Other
20 stars 29 forks source link

IndexError: list index out of range #274

Closed DiegoGuajardoP closed 2 months ago

DiegoGuajardoP commented 6 months ago

Hi! I am trying to to merge two mechanisms and I get the following error: "IndexError: list index out of range" I used the websites merging tool so I dont have any othe additional information on how to find out what went wrong. Thanks

jonwzheng commented 6 months ago

Hi Diego, thank you for using the RMG website and sorry to hear you are having issues. (I see you raised a similar problem in #273.)

Would you feel comfortable providing your CHEMKIN files and RMG Dictionaries? If you don't want to put them here, you can email to rmg_webmaster@mit.edu.

DiegoGuajardoP commented 6 months ago

Hi Jon, thanks for replying. Here are the dictionaries I am using. Krishna_Dictionary.txt CRECK_Toluene_Dictionary.txt CRECK_Heptane_Dictionary.txt

jonwzheng commented 6 months ago

Hi Diego,

My sincere apologies for the late reply. The merge mechanisms feature requires each model's Chemkin file (see documentation) - are you also providing these to the website?

Second, if you have RMG-Py installed on your computer, have you tried using the scripts/mergeModels feature to try on your local machine, as described on this page?