Saving RMG output¶
- rmgpy.rmg.output.save_output_html(path, reaction_model, part_core_edge='core')¶
Save the current set of species and reactions of reactionModel to an HTML file path on disk. As part of this process, drawings of all species are created in the species folder (if they don’t already exist) using the
rmgpy.molecule.draw
module. Thejinja
package is used to generate the HTML; if this package is not found, no HTML will be generated (but the program will carry on).
- rmgpy.rmg.output.save_diff_html(path, common_species_list, species_list1, species_list2, common_reactions, unique_reactions1, unique_reactions2)¶
This function outputs the species and reactions on an HTML page for the comparison of two RMG models.