compgraph

run.compgraph

Functions

Name Description
collect_time_series
compute_delayed_input_signal Compute input signal using delayed states.
initialize_graph_states_with_history Initialize states, time-series, and history buffer for each node.
simulate_graph_dynamics_with_delay Run the simulation over the graph considering delays.
tqdm
update_node_state_with_delay Update node state considering delayed input.

collect_time_series

run.compgraph.collect_time_series(G, time_points)

compute_delayed_input_signal

run.compgraph.compute_delayed_input_signal(node, G, t, dt)

Compute input signal using delayed states.

initialize_graph_states_with_history

run.compgraph.initialize_graph_states_with_history(G, delay_buffer=1000)

Initialize states, time-series, and history buffer for each node.

simulate_graph_dynamics_with_delay

run.compgraph.simulate_graph_dynamics_with_delay(G, T, dt)

Run the simulation over the graph considering delays.

tqdm

run.compgraph.tqdm(x, **kwargs)

update_node_state_with_delay

run.compgraph.update_node_state_with_delay(G, node, t, dt, input_signal)

Update node state considering delayed input.