I would need some help to translate an equation, I found on a paper, into the correct NEURON equivalent.
This equation controls the forward transition between two states in a markov chain.
Code: Select all
alpha = ao exp(eo zada E/kT)
I can "simply" replace the elementary charge and the Boltzmann constast with their actual values or is there a better way?