![]() |
Given a measurement_key, splits into index (series of repetition_ids) and unindexed key
cirq.circuits.circuit_operation.split_maybe_indexed_key(
maybe_indexed_key: str
) -> List[str]
parts. For a key without index, returns the unaltered key in a list. Assumes that the
unindexed measurement key does not contain the MEASUREMENT_KEY_SEPARATOR. This is validated by
the CircuitOperation
constructor.