Sample
- class Sample(*, time=None, evolution_operator=None, infidelity=None, state_vector=None)
A result of a colored noise simulation realization corresponding to a single sample time.
- Variables:
time (float, optional) – The time that the sample corresponds to, \(t\).
evolution_operator (ndarray, optional) – The unitary evolution operator from 0 to the sample time, \(U(t)\).
infidelity (float, optional) – The infidelity of the unitary evolution operator with respect to the target, \(\mathcal{I}(t)\).
state_vector (ndarray, optional) – The evolved initial_state_vector \(|\psi(t)\rangle = U(t)|\psi(0)\rangle\).