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: