cirq.Points¶
-
class
cirq.Points(key: str, points: Sequence[float])[source]¶ A simple sweep with explicitly supplied values.
-
__init__(key: str, points: Sequence[float]) → None[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
param_tuples()An iterator over (key, value) pairs assigning Symbol key to value. Attributes
keysThe keys for the all of the Symbols that are resolved. -