SCM-NV / pyZacros

Python Library for Automating Zacros Simulations
Other
7 stars 2 forks source link

Add ReactionPath class. #9

Closed lopeztarifa closed 4 years ago

lopeztarifa commented 4 years ago

Example: m = PyZacros.ReactionPath() m.append( s1 ) m.append( s2 )

where s1 and s2 are ElementaryReactions.