View source on GitHub |
Adds the path to the target's measurement keys.
cirq.with_key_path(
val: Any, path: Tuple[str, ...]
)
The path usually refers to an identifier or a list of identifiers from a subcircuit that used to contain the target. Since a subcircuit can be repeated and reused, these paths help differentiate the actual measurement keys.