pMuTT
pMuTT copied to clipboard
Reaction Network Class
Make a class that can represent a reaction network. Potentially, the main attribute would be a set of Reaction objects. The class should be able to plot reaction coordinate diagrams based on any thermodynamic quantity and draw the network it represents.
Also, the class should have the ability to identify minimum energy pathways. A graph-based approach would help with that.