Trajectory
- class Trajectory(*, noise_realizations=None, samples=None)
A single trajectory of a colored noise simulation, corresponding to a realization of all noise processes.
- Variables:
noise_realizations (List[qctrl.dynamic.types.colored_noise_simulation.NoiseRealization], optional) – The realization of all noise processes \(\{\beta_{\mu}(t)\}\). The list of noises includes the drive noise terms, followed by the shift noise terms, followed by the drift noise terms, each in the same order as you provide them.
samples (List[qctrl.dynamic.types.colored_noise_simulation.Sample], optional) – The results of a colored noise simulation realization for each sample time, in order.