You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Network is no longer working after the updates to ConductanceSystem and CompartmentSystem. It should be fixed by writing a NetworkSystem that similar implements the ModelingToolkit system interface.
The default constructor for NetworkSystem should support taking a Metagraph or similar datastrcuture capable of describing network topology, neuron types, synapse types and weights.
For now we will create a directly coupled system of equations. Future features may include spike-triggered discrete synaptic events.
The text was updated successfully, but these errors were encountered:
Network
is no longer working after the updates toConductanceSystem
andCompartmentSystem
. It should be fixed by writing aNetworkSystem
that similar implements the ModelingToolkit system interface.The default constructor for
NetworkSystem
should support taking aMetagraph
or similar datastrcuture capable of describing network topology, neuron types, synapse types and weights.For now we will create a directly coupled system of equations. Future features may include spike-triggered discrete synaptic events.
The text was updated successfully, but these errors were encountered: