NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
275 stars 125 forks source link

How to set numerical integration methods in pyNN? #789

Closed chaoming0625 closed 10 months ago

chaoming0625 commented 11 months ago

When I use HH_cond_IF, the default dt=0.1 ms, and the numerical integration method is euler. But how can I switch to exponential euler method for integration?