autoreduce.utils.converters.load_sbml

load_sbml(filename, **kwargs)[source]

A function that takes in an SBML file and returns x,f,P,params_values. x is a list of species written as Sympy objects f is a list of functions written as Sympy objects P is a list of parameters written as Sympy objects params_values is a list of parameter values, in the same order as P x_init is a list of initial conditions, in the same order as x

Returns: A reducible Reduce(System) object