NEST simulations

NEST Installation

To reproduce the experiments presented below, you should install the NEST simulator (see instructions here).

NEST modules are automatically compiled with BSB as components and deployed as cerebmodule through the provided configurations:

components:
  - cerebellar_models.nest_models.build_models
simulations:
    simulation_name:
        simulator: nest
        modules:
            - cerebmodule

Alternatively, you can manually compile them, running the build_models.py python script.