hypersynchronization.rhs_pairwise_meso#

hypersynchronization.rhs_pairwise_meso(t, theta, omega, k1, links)[source]#

Right-hand side of the ODE, pairwise coupling on an arbitrary network.

Coupling function: sin(theta_j - theta_i). Loops over links.

Parameters:
tfloat

Time (unused, present for compatibility with integrators).

thetanumpy.ndarray

Phases of the oscillators.

omegafloat or numpy.ndarray

Natural frequencies of the oscillators.

k1float

Coupling strength.

linkslist of tuples

Pairwise edges, each as a tuple/list/set of two node indices.

Returns:
dthetanumpy.ndarray of shape (N,)

Rate of change of phases.

See also

rhs_pairwise_adj