Backend Version

The RMG-website provides an interface for accessing useful functions in RMG-Py and RMG-database.

Git repositories for these projects can be found at the Reaction Mechanism Generator Github.

The current Git commits on which the website is operating are as follows:

Repository Commit Date
RMG-Py 0e4889230215e1ab50f7fbbe7753987500053a2c
Use precise species name for image file
There can be multiple species that end the same way, so using endswith is not guaranteed to get you the right images. This change makes sure the flux diagrams will map the correct species image onto the flux diagram.
Fri, 27 Mar 2026 11:58:35 -0400
RMG-database ae74bccd9d17b5d1b2cd00c98d7401dc715fc7c0
Merge pull request #708 from ReactionMechanismGenerator/Formic_Acid
Add the FormicAcid thermo and kinetics libraries
Sun, 29 Mar 2026 23:15:54 +0300
RMG-website 156d1a54adb434e34e383546a8c086c7f62fb5db
Remove unneeded + crashing code for entry view
Legacy code included some special handling of entries that are index=0
or -1. This appears to not be productive anymore (in fact, the current
implementation causes a crash if this case comes up. So opening the
first entry of a database causes it to crash). This commit
simply gets rid of that branch point.
Mon, 30 Mar 2026 14:43:21 +0200