Hello, I am in the process of replicating two models in the NEURON framework to extend them in certain ways. At first I wrote one of the models into a single mod file. I didn't use NEURONs built-n v (membrane voltage), I wrote my own differential equation to calculate membrane potential, and I didn'...