# command line: # KaDE n_phos_sites_1.ka -print-efficiency -ode-backend DOTNET -dotnet-output network_n_phos_sites_10_wo_sym.net -propagate-constants # THINGS THAT ARE KNOWN FROM KAPPA FILE AND KaSim OPTIONS: # # init - the initial abundances of each species and token # tinit - the initial simulation time (likely 0) # tend - the final simulation time # initialstep - initial time step at the beginning of numerical integration # maxstep - maximal time step for numerical integration # reltol - relative error tolerance; # abstol - absolute error tolerance; # period - the time period between points to return # # variables (init(i),y(i)) denote numbers of embeddings # rule rates are corrected by the number of automorphisms in the lhs of rules begin species 1 A(s1~u) 100 2 A(s1~p) 0 end species begin reactions # rule : A(s1~p) -> A(s1~u) # A(s1~p) -> A(s1~u) 1 2 1 14 # rule : A(s1~u) -> A(s1~p) # A(s1~u) -> A(s1~p) 2 1 2 3 end reactions