![]() |
A simple sweep over one parameter with values from an iterator.
Inherits From: Sweep
cirq.study.sweeps.SingleSweep(
key: 'cirq.TParamKey'
) -> None
Attributes | |
---|---|
keys
|
The keys for the all of the sympy.Symbols that are resolved. |
Methods
param_tuples
param_tuples() -> Iterator[cirq.study.sweeps.Params
]
An iterator over (key, value) pairs assigning Symbol key to value.
__add__
__add__(
other: 'Sweep'
) -> 'Sweep'
__eq__
__eq__(
other
)
Return self==value.
__getitem__
__getitem__(
val
)
__iter__
__iter__() -> Iterator[cirq.study.ParamResolver
]
__len__
@abc.abstractmethod
__len__() -> int
__mul__
__mul__(
other: 'Sweep'
) -> 'Sweep'
__ne__
__ne__(
other
) -> bool
Return self!=value.