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
inputs and weights are concatenated as parameters for the primitive. However the primitives bind the data to the circuit in the order in which the parameters are returned by the circuit.parameters function (which is sorted so its always the same for the circuit). Hence depending on parameter naming the order may very well not end up being such that the inputs and weights are not bound as per the parameter sequences supplied defining the input and weight parameters.
inputs and weights are concatenated as parameters for the primitive. However the primitives bind the data to the circuit in the order in which the parameters are returned by the circuit.parameters function (which is sorted so its always the same for the circuit). Hence depending on parameter naming the order may very well not end up being such that the inputs and weights are not bound as per the parameter sequences supplied defining the input and weight parameters.
Findings from investigating this Qiskit Slack workspace message https://qiskit.slack.com/archives/C7SS31917/p1702175603460089
The text was updated successfully, but these errors were encountered: