Dear experts,
I am writing to request your feedback about the modification of the standard NMDA conductance β‑function to include two separate decay components. Here our implementation of the related kernel in nestml:
kernel g_NMDA' = g_NMDA$ - NMDA_A1_decay1 * (g_NMDA / NMDA_Tau_decay1) - NMDA_A2_decay2 * (g_NMDA /NMDA_Tau_decay2), g_NMDA$' = NMDA_A_rise * (-g_NMDA$ / NMDA_Tau_rise)
Do you think that this writing might be the right way to implement it?
Thank you very much for your insight.
Kind regards, MG