Result
- class Result(*, samples=None, action=None, errors=None)
The result of the coherent simulation. It includes 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 \(|\psi(t)\rangle\) (if requested).
- Variables:
samples (List[qctrl.dynamic.types.coherent_simulation.Sample], optional) – The result of the coherent simulation 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.