View source on GitHub |
Results of a simulation by a SimulatesFinalState.
cirq.SimulationTrialResult(
params: 'cirq.ParamResolver',
measurements: Mapping[str, np.ndarray],
final_simulator_state: TSimulatorState
) -> None
Unlike cirq.Result
, a SimulationTrialResult contains the final
simulator_state of the system. This simulator_state is dependent on the
simulation implementation and may be, for example, the state vector
or the density matrix of the system.
Methods
__eq__
__eq__(
other: _SupportsValueEquality
) -> bool
__ne__
__ne__(
other: _SupportsValueEquality
) -> bool