The For Each Control Value scope takes a control curve and iterates over each the control values. It can be used to show the time dynamics of any Control, e.g. a seed or an optimized control from Grape Optimization
The node has the following input:
This node is a time loop which displays the time based on the time dimensions and timestep defined in the Time node. For every value of $t$, the node outputs the instaneous control values contained in the input Control.
The number of control value outputs equals $N_\mathrm{params}$ in the input Control.
In the example below, a harmonic potential is parameterized by two controls $V(u_1,u_2) = \frac{1}{2}u_1^2 (x-u_2(t) - 0.25 \cos(10\pi t))^2$, where $u_1$ controls the harmonic frequency and $u_2$ the trap center, which is also modulated by an additional (uncontrolled) cosine term. The Control node defines the time dependent shapes $u_1(t/t_{\mathrm{max}})$ and $u_2(t/t_{\mathrm{max}})$, which are roughly parabolic and linear, respectively. In the For Each Control Value scope, the control curves are iterated in time and the instantaneous values are output in the For Each Control Value boundary node. These are plotted in the Scalar Time Trace Plot and are used as inputs to the Potential which can be used for Time Evolution.