Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSTP] IM refractory period only works with RUNGE_KUTTA4 #24

Open
nmsutton opened this issue Dec 24, 2022 · 0 comments
Open

[CSTP] IM refractory period only works with RUNGE_KUTTA4 #24

nmsutton opened this issue Dec 24, 2022 · 0 comments

Comments

@nmsutton
Copy link
Contributor

nmsutton commented Dec 24, 2022

Currently, when using the feat/ca3net (CSTP) branch, users should know that the Izhikevich model (IM) refractory period (RP) only works with the RUNGE_KUTTA4 (RK4) integration method. Adding a forward Euler (FE) version of IMRP would resolve this issue. As a short-term solution, if there are issues with CSTP running using FE, an assert statement could prevent simulations with the branch from running unless RK4 is used. An update relevant to RP has been made in a forked version of the ca3net branch link. It corrects kernel_findFiring() code for allowing any RP time to be used correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant