How can I provide a reaction of the type R -> 2R? If I write it like:
System.reaction(1).educt = [R];
System.reaction(1).product = [2*R];
System.reaction(1).propensity = k;
It does not return an error, but the solution is not what is to be expected.
Thanks for your help!