![]() |
Returns parameter symbols for this object.
cirq.protocols.parameter_symbols(
val: Any
) -> AbstractSet[sympy.Symbol]
Args | |
---|---|
val
|
Object for which to find the parameter symbols. |
Returns | |
---|---|
A set of parameter symbols if the object is parameterized. It the object does not implement the _parametersymbols magic method or that method returns NotImplemented, returns an empty set. |