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]= |
All reactants and products within the ChemicalReaction must be recognized as either an Entity or Molecule classification:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License