The Traub'94 simulation has been implemented by Pulin Sampat (Brandeis University) and by Patricio Huerta (MIT) with help from Dr. Roger Traub.
CHANGES FOR TRAUB94
The Traub91 simulation has been modified to incorporate the new model by Traub, et. al. [Journal of Physiology, Vol. 481.1, p. 79 (1994)]. Basically, the new model should replicate (almost exactly) the '91 results. Some of the new features of the model are:
There are other subtle changes; please refer to the paper for the differences.
As this model has a large number of compartments, it should be run using one of the implicit integration methods (method 10 or 11), using hsolve. This will allow a step size of about 25 microseconds, instead of the 2.5 microsecond step required for the default method 0. This is illustrated in the script "traub94.g", which uses hsolve with chanmode 1, and method 11 (Crank-Nicholson). The "userprefs.g" file included here allows it to be used with Neurokit.
Files in this directory:
README This file CA3.p The cell parameter file for the model traub94proto.g File defining functions to create the library of channels traub94.g Script to run the model with chanmode 1 and method 11. At the cost of increased execution time, the "make_xcell" statement near the end of the script may be uncommented to create a display of the cell. This requires GENESIS 2.1 or later. userprefs.g Used to run the model under Neurokit. NOTE: This requires the version of Neurokit provided with GENESIS 2.0.1 or later. traub94.old.g Version of traub94.g for GENESIS 2.0 - 2.0.2