Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine if a chemical reaction is isodesmic
ResourceFunction["IsodesmicReactionQ"][rxn] determines if rxn is an isodesmic reaction. |
An example with aromatic rings and charged species:
| In[1]:= | ![]() |
| Out[1]= |
A reaction that is not isodesmic:
| In[2]:= | ![]() |
| Out[2]= |
An example with aliphatic compounds:
| In[3]:= | ![]() |
| Out[3]= |
An unbalanced reaction:
| In[4]:= | ![]() |
| Out[4]= |
A reaction with unequal number of reactants and products that is isodesmic:
| In[5]:= |
| Out[5]= |
All reactants and products within the ChemicalReaction must be recognized as either an Entity or Molecule classification:
| In[6]:= |
| Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License