PyNEST EI-clustered network: Simulation ParametersΒΆ


Run this example as a Jupyter notebook:

See our guide for more information and troubleshooting.


A dictionary with parameters defining the simulation.

sim_dict = {
    # The full simulation time is the sum of a presimulation time and the main
    # simulation time.
    # presimulation time (in ms)
    "warmup": 1000.0,
    # simulation time (in ms)
    "simtime": 10000.0,
    # resolution of the simulation (in ms)
    "dt": 0.1,
    "randseed": 55,
    # Number of virtual processes
    "n_vp": 4,
}

Gallery generated by Sphinx-Gallery