cirq.SupportsTraceDistanceBound¶
-
class
cirq.SupportsTraceDistanceBound(*args, **kwargs)[source]¶ An effect with known bounds on how easy it is to detect.
Used when deciding whether or not an operation is negligible. For example,the trace distance between the states before and after a Z**0.00000001operation is very close to 0, so it would typically be considerednegligible.-
__init__(*args, **kwargs)¶
Methods
-