Marko Vendelin markov
  • Joined on 2022-10-24
markov commented on issue divya/energy_transfer#1 2023-12-15 09:49:12 +02:00
Feedback

Each constant has to have a reference next to it. If it is based on my recommendation then state that in the code too.

mg prot should always be spelled out. Right now it is hard to read comment…

markov commented on issue divya/energy_transfer#1 2023-12-06 14:46:05 +02:00
Feedback
class PK:
    def __init__(self, vmax, Kib=0.4, Kia=1e+4):
        self.vmax = vmax
        self.KiaKb = Kia*Kib ; self.Kib = Kib ; self.Kia = Kia
    
    def rate(self, ADP, PEP):
   …
markov commented on issue divya/energy_transfer#1 2023-12-05 11:55:32 +02:00
Feedback
  • PK reaction: make it then as random bi reaction between PEP and ADP. Just set PEP dissociation constant to a small one, so it would have a minimal impact on the rate. Then handle PEP as a almost…
markov opened issue divya/energy_transfer#1 2023-11-28 14:36:34 +02:00
Feedback