You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the api involves initiating a mechanism with seperate lists of species and reactions. Species can be obtained from the mechanism. So we change the api to the following:
Currently the api involves initiating a mechanism with seperate lists of species and reactions. Species can be obtained from the mechanism. So we change the api to the following:
A reaction now takes tuple of the form
(specie, coefficient)
instead of dictionary with{'specie.name':coefficient}
.A mechanism can now be initiated by just passing the list of reactions as follows:
Also few performances issues needs to be addressed:
pyMECSim/pymecsim/input.py
Line 214 in 2ea3be3
The text was updated successfully, but these errors were encountered: