You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reject formulas as keys of ParamResolvers
- A ParamResolver resolves variables into values.
- Having non-trivial formulas as keys allows a significant
complexity and ambiguity into ParamResolvers, since it is
unclear how much is supported. Prevent this case altogether
by raising an error if non-symbol formulas are used in ParamResolvers.
Fixes: quantumlib#3550
0 commit comments