``brainpy.dyn`` module
===============================


The `brainpy.dyn` module provides standard implementations for ions, ion channels, neurons, synapses, synaptic
plasticity, and population rate models in the BrainPy framework.

This module includes classes and functions that are commonly used to describe the dynamics of neural systems.
It provides a set of standard components and models that can be easily integrated into larger brain dynamics
simulations using the BrainPy framework.

Note: The `brainpy.dyn` module is part of the BrainPy library, which is an open-source framework for brain
dynamics programming. For more information and usage examples, please refer to the official documentation.



.. toctree::
   :maxdepth: 1

   brainpy.dyn.base.rst
   brainpy.dyn.ions.rst
   brainpy.dyn.channels.rst
   brainpy.dyn.neurons.rst
   brainpy.dyn.synapses.rst
   brainpy.dyn.outs.rst
   brainpy.dyn.rates.rst
   brainpy.dyn.projections.rst
   brainpy.dyn.plasticity.rst
   brainpy.dyn.others.rst

