danielchen
danielchen
I was wondering, is it possible to integrate the HC method into ModelingToolKits.jl right now? Previously, DiffEqBiological.jl has `steady_states` function using HomotopyContinuation.jl. However, since DiffEqBiological.jl been updated to Catalyst.jl, the...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.41.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.14.6 **Thrown From**: [julia-client](https://github.com/JunoLab/atom-julia-client) package 0.11.2 ### Stack Trace Failed to activate the...
'O = NOR(I1), I1 = NOR(I2, I3), I2 = NOR(b), I3 = NOR(I4), I4 = NOR(I5, a), I5 = NOR(c)' For example, I want the output O to be written...
The code changes involve adding a new file called `systembio.jl` and updating the `Project.toml` file to include additional dependencies. The `systembio.jl` file introduces a heterogeneous cell system example using a...