Code Monkey home page Code Monkey logo

Comments (5)

smbaca avatar smbaca commented on August 30, 2024 1

from xolotl.

sg-s avatar sg-s commented on August 30, 2024

Problem is with the AlphaSynapse component

from xolotl.

sg-s avatar sg-s commented on August 30, 2024

so this code:

x = xolotl;
x.add('compartment','AB','A',0.0628)
x.AB.add('prinz/NaV','gbar',1000);
x.AB.add('prinz/CaT','gbar',25);
x.AB.add('prinz/CaS','gbar',60);
x.AB.add('prinz/ACurrent','gbar',500);
x.AB.add('prinz/KCa','gbar',50);
x.AB.add('prinz/Kd','gbar',1000);
x.AB.add('prinz/HCurrent','gbar',.1);


x.AB.add('prinz/CalciumMech');
x.add('compartment','LP','A',0.0628)
x.LP.add('prinz/NaV','gbar',1000);
x.LP.add('prinz/Kd','gbar',1000);
x.connect('AB','LP','AlphaSynapse')
x.LP.AlphaSynapseAB.gmax = 20;
x.plot()

works for me, and generates this output

Screen Shot 2022-07-17 at 3 16 01 PM

@smbaca can i ask which version of xolotl you're using? what does xolotl.version tell you?

did you install via the toolbox, or did you download via git and install? I may have to bring the toolbox up to date.

from xolotl.

smbaca avatar smbaca commented on August 30, 2024

from xolotl.

sg-s avatar sg-s commented on August 30, 2024

you don't need to install BlackBoxNeuron and xolotl -- they're redundant in some sense because BlackBoxNeuron includes xolotl. Maybe an older version of the synapse was shadowing the newer version? anyway glad it's working now. i'll build a new release but it looks like this is resolved.

from xolotl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.