Closed Yujikaiya closed 2 years ago
I'm not so sure but, If my understanding is correct, the code below r[3] = k_a * C[0] * C[1] - k_d * C[1] * C[3] should be r[3] = k_b * C[0] * C[1] - k_d * C[1] * C[3]
r[3] = k_a * C[0] * C[1] - k_d * C[1] * C[3]
r[3] = k_b * C[0] * C[1] - k_d * C[1] * C[3]
It would be appreciated if you check this when you have time.
Hi Yuji! I think you might be right about this. Let me check tomorrow. Thanks for bringing it up!
I'm not so sure but, If my understanding is correct, the code below
r[3] = k_a * C[0] * C[1] - k_d * C[1] * C[3]
should ber[3] = k_b * C[0] * C[1] - k_d * C[1] * C[3]
It would be appreciated if you check this when you have time.