cirq.measurement_key_obj
Get the single measurement key object for the given value.
cirq.measurement_key_obj(
val: Any, default: Any = RaiseTypeErrorIfNotProvided
)
Args |
val
|
The value which has one measurement key.
|
default
|
Determines the fallback behavior when val doesn't have
a measurement key. If default is not set, a TypeError is raised.
If default is set to a value, that value is returned if the value
does not have _measurement_key_name_ .
|
Returns |
If val has a _measurement_key_obj[s]_ method and its result is not
NotImplemented , that result is returned. Otherwise, if a default
value was specified, the default value is returned.
|
Raises |
TypeError
|
val doesn't have a _measurement_keyobj[s] method (or that method
returned NotImplemented) and also no default value was specified.
|
ValueError
|
val has multiple measurement keys.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-27 UTC."],[],[]]