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
#9796 added parameter support parameters and assign_parameters to SparsePauliOp. Given this is more exposed/public that before where it may get used more, and at present Estimator primitives do not support parameterized operators
Maybe it would be good to do that in a separate PR as introducing the check is not the direct goal of this PR and the BaseEstimator is so fundamental
Supporting this is most likely a more extensive change. At least it may be useful in the near term to check and reject so things fail earlier and perhaps with a more meaningful end user message.
The text was updated successfully, but these errors were encountered:
#9796 added parameter support
parameters
andassign_parameters
to SparsePauliOp. Given this is more exposed/public that before where it may get used more, and at present Estimator primitives do not support parameterized operators#9796 (comment)
Supporting this is most likely a more extensive change. At least it may be useful in the near term to check and reject so things fail earlier and perhaps with a more meaningful end user message.
The text was updated successfully, but these errors were encountered: