mcellteam / mcell

MCell Monte Carlo Simulator of Cellular Microphysiology
Other
33 stars 11 forks source link

Disallow use of microcopic reversibility with tri-molecular reactions #16

Closed haskelladdict closed 9 years ago

haskelladdict commented 9 years ago

Tri-molecular reactions do not work with microscopic reversibility. Currently, MCell does not detect this at startup and will segfault at run-time since volume molecules have improperly set dissociation indices. Thus, we should add a test during startup which checks for tri-molecular reactions in the presence of microscopic reversibility and aborts the simulations if so.

haskelladdict commented 9 years ago

Fixed with commit 9897181ca1428e20542fdd30edac34b97293d6e6.