slaclab/simulacrum

Improve jitter performance by avoiding lattice calcs.

Opened this issue · 0 comments

Right now it is hard to get jitter at more than 1 Hz without maxing out a CPU core, because we run a Tao lattice calc on every iteration (even if nothing in the lattice changes). There's some hope that we can avoid doing those unnecessary lattice class, by caching the R matrices and just propagating varying initial conditions through there.