magic_network
magic_network()
Returns the magic network of ID 0.
The magic network collects populations and projections created directly, like in the old (<5.0) API.
= ann.Population(1000, ann.Izhikevich)
pop = ann.Projection(pop, pop, 'exc)
proj
net = magic_network()
compile() net.