wsphillips / Conductor.jl

Choo-choo
MIT License
61 stars 12 forks source link

Update to new `compose`/`extend` provided by MTK #2

Closed wsphillips closed 3 years ago

wsphillips commented 3 years ago

We should start using the new compose and extend provided by ModelingToolkit.jl in lieu of the older systems=[sys1,sys2] syntax. Using extend we can more simply express things like adding applied/electrode current to existing neuron models, as well as plugging in synaptic currents.