Result
- class Result(*, trajectories=None, average_samples=None, action=None, errors=None)
The result of the colored noise simulation. It includes, for each trajectory, the realizations for each control noise \(\{\beta_{\mu}(t)\}\) and the values at the sample times of the unitary evolution operator \(U(t)\), the target operation infidelity \(\mathcal{I}(t)\) (if requested), and the evolved state_vector \(|\psi(t)\rangle\) (if requested). It also includes the average_infidelity \(\langle\mathcal{I}(t)\rangle\) (if requested) and average_density_matrix \(\rho(t)\) (if requested).
- Variables:
trajectories (List[qctrl.dynamic.types.colored_noise_simulation.Trajectory], optional) – The dynamics of each of the \(N_\mathrm{traj}\) simulated trajectories.
average_samples (List[qctrl.dynamic.types.colored_noise_simulation.AverageSample], optional) – The average dynamics (across all trajectories) for each sample time, in order.
action (qctrl.dynamic.types.CoreAction, optional) – Metadata about the execution of the function.
errors (List[qctrl.dynamic.types.Error], optional) – Related validation errors.