Nexus Concordat

The chemistry
is not generated.

You are about to watch compiled biochemistry execute in real time. Every enzyme cited. Every value published. There is no AI between you and the science.

2,157 functions · 84 modules · 3,002 FDA drugs · Patent pending 64/034,536
0
Net ATP
0
NADH
0
CO2

What if something goes wrong?

Select a disruption and restart the simulation.

▶ Source code
use glycolysis::* use mitochondria::* fn main() { let glucose = 5.0 // mM fasting blood glucose for step in 1..10 { let s = glycolysis_step(step) println(s.enzyme_name + ": " + s.substrate + " -> " + s.product) } // Pyruvate -> Acetyl-CoA -> TCA Cycle (x2) for step in 1..8 { let t = tca_enzyme(step) } // Electron Transport Chain let c1 = lookup_etc_complex("I") // NADH -> CoQ, 4H+ pumped let c4 = lookup_etc_complex("IV") // O2 -> H2O, cyanide target let atp_synthase = lookup_etc_complex("V") println(atp_per_glucose()) // 32 ATP }
Lehninger Principles of Biochemistry, 8th ed · Enzymes: UniProt · Patent pending: 64/034,536
Nexus Concordat · Scyla
Ready