View source on GitHub |
Given a list of arguments of the eigenvalues of a unitary matrix, calculates the trace distance bound of the unitary effect.
cirq.trace_distance_from_angle_list(
angle_list: Union[Sequence[float], np.ndarray]
) -> float
The maximum provided angle should not exceed the minimum provided angle by more than 2π.