pyeeg.simulate.Kuramoto.step
- Kuramoto.step()
Advance the network by one integration step.
The readout of every node is collected, combined through the coupling function into one input per node, and each node is advanced with its coupling input.
- Returns:
outs – The node readouts before the step. Shape (N,).
- Return type:
ndarray
- Raises:
RuntimeError – If
node_dynamicswas not provided at construction.ValueError – If the coupling function does not return a vector of shape (N,).