Dear All, I am going to add weights for excitatory and inhibitory synaptic currents according to this equation:
can you help me how I can add S(Wji) to a simple neuron model like one I attached to this email?Thanks and BR, Atiyeh
Dear colleagues,
We are procuring a new small computing cluster on which we want to primarily run NEST simulations.
Our models are medium in size (100s of thousands of neurons) but we run them for relatively long biological times (100s of seconds), so the network setup duration is mostly irrelevant for us.
What we would like to ask is if there is any insight into the current NEST simulator in terms of what are the hardware bottlenecks of these types of simulations. Are we going to do better with investing into more cores or higher clock speeds or more cache, or faster RAM? I understand that this is a complex multi-factor optimization question, but any insights or links to existing material that would
allow us to form an informed decision would be greatly appreciated.
Best regards,
Remy Cagnol.
Dear NEST Users!
I am happy to report that I have successfully built NEST with Python 3.12. Right now, there are just one little problem: Unittest.assertDictContainsSubset() has been removed in Python 3.12, so five tests fail currently. This is fixed by https://github.com/nest/nest-simulator/pull/2997.
Best regards,
Hans Ekkehard
--
Prof. Dr. Hans Ekkehard Plesser
Department of Data Science
Faculty of Science and Technology
Norwegian University of Life Sciences
PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560
Email hans.ekkehard.plesser(a)nmbu.no<mailto:hans.ekkehard.plesser@nmbu.no>
Home http://arken.nmbu.no/~plesser
When installing Nest, I encountered the following error
"
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/yao/Documents/nest-simulator-2.16.0-build/lib/python2.7/site-packages/nest/__init__.py", line 70, in <module>
from . import pynestkernel as _kernel # noqa
ImportError: dynamic module does not define module export function (PyInit_pynestkernel)
"
I tried nest 2.16.0, nest 2.20.0, and nest 2.18.0, but all encountered this error. I haven't encountered it before, so I would like to ask for advice on how to do it
When I check the nest source code, the updates for each neuron are based on the ringbuffer. Its size is max_ Delay.The code defines moduli, whose size should be max as analyzed earlier_ Delay+min_ Delay, But I don't quite understand the mechanism of moduli because it involves the minimum delay of many neuron update steps, the size of ringbuffer, and the size of moduli. Can I see the relevant detailed information there, or can you guide me
Dear NEST Users & Developers!
I would like to invite you to our next fortnightly Open NEST Developer Video Conference today
*Monday November 20, at 11:30 CET (UTC+0100).*
As usual, in the Project team round, a contact person of each team will give a short statement summarizing ongoing and planned work in the team and highlight cross-cutting points that need discussion among the teams. The remainder of the meeting we would go into a more in-depth discussion of topics that came up on the mailing list or that are suggested by the teams.
Feel free to join the meeting also if it’s just to bring your own quick questions for direct discussion in the in-depth section.
Agenda
* Welcome
* Review of NEST User Mailing List
* Project team round
* In-depth discussion
The agenda for this meeting is also available online, see https://github.com/nest/nest-simulator/wiki/2023-11-20-Open-NEST-Developer-… <https://github.com/nest/nest-simulator/wiki/2023-11-20-Open-NEST-Developer-…>
Looking forward to seeing you soon!
Cheers,
Dennis Terhorst
Log-in information
We use a virtual conference room provided by DFN <https://www.dfn.de/en/> (Deutsches Forschungsnetz).
You can use the web client to connect. We however encourage everyone to use a headset for better audio quality or even a proper video conferencing system (see below) or software when available.
Web client
* Visit https://conf.dfn.de/webapp/conference/97938800 <https://conf.dfn.de/webapp/conference/97938800>
* Enter your name and allow your browser to use camera and microphone
* The conference does not need a PIN to join, just click join and you’re in.
In case you see a dfnconf logo and the phrase “Auf den Meetingveranstalter warten”, just be patient, the meeting host needs to join first (a voice will tell you).
VC system/software
How to log in with a video conferencing system, depends on you VC system or software.
* Using the H.323 protocol (eg Polycom): |vc.dfn.net##97938800| or |194.95.240.2##97938800|
* Using the SIP protocol:97938800@vc.dfn.de <mailto:97938800@vc.dfn.de>
* By telephone: |+49-30-200-97938800|
For those who do not have a video conference system or suitable software, Polycom provides a pretty good free app for iOS and Android, so you can join from your tablet (Polycom RealPresence Mobile, available from AppStore/PlayStore). Note that firewalls may interfere with videoconferencing in various and sometimes confusing ways.
For more technical information on logging in from various VC systems, please see
http://vcc.zih.tu-dresden.de/index.php?linkid=1.1.3.4 <http://vcc.zih.tu-dresden.de/index.php?linkid=1.1.3.4>
--
Dipl.-Phys. Dennis Terhorst
Coordinator Software Development
Institute of Neuroscience and Medicine
Computational and Systems Neuroscience (INM-6) &
Institute for Advanced Simulation (IAS-6)
Theoretical Neuroscience & JARA (INM-10)
Jülich Research Center, Member of the Helmholz Association
52425 Jülich, Germany
http://www.csn.fz-juelich.de/
Phone +49 2461 61-85062
----------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Stefan Müller
Geschaeftsfuehrung: Prof. Dr. Astrid Lambrecht (Vorsitzende),
Karsten Beneke (stellv. Vorsitzender), Dr. Ir. Pieter Jansens
----------------------------------------------------------------------
Dear NEST users and developers,
Pylint was recently updated to version 3, which changed the way in which pylintrc is discovered (https://github.com/pylint-dev/pylint/issues/8862). This seems to break pytest.
So if “make installcheck” gives you the message
Executing NEST's testsuite...
Error: PyNEST testing requested, but 'pytest' cannot be run.
Testing also requires the 'pytest-xdist' and 'pytest-timeout' extensions.
And running
pytest --version
gives you a long error trace ending in
ImportError: cannot import name 'PYLINTRC' from 'pylint.config' ...
and
pylint --version
shows version 3.x.x, you need to downgrade to “pylint<3”.
https://github.com/nest/nest-simulator/pull/2996 updates our environment file accordingly.
Best,
Hans Ekkehard
--
Prof. Dr. Hans Ekkehard Plesser
Department of Data Science
Faculty of Science and Technology
Norwegian University of Life Sciences
PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560
Email hans.ekkehard.plesser(a)nmbu.no<mailto:hans.ekkehard.plesser@nmbu.no>
Home http://arken.nmbu.no/~plesser
Hello all, I need to record I_sys from the neurons of network, but when I use .recordables for my neuron defined, I_syn isn't included in recording. can you help me how can I make I_sys recordable?Thanks for your help. Best, Atiyeh
Dear NEST Users,
Is there an easy way to replay the poisson input other than saving spike
timings and using spike_generator to replay.
--
Thanks and Regards
*Maryada*