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
The norm of coeff is 1.0, so I get the same jacobian if I remove the normalization step. However, if I use np.linalg.norm instead, I get a different jacobian:
This came to be known due to an issue on the PennyLane GitHub. Consider the following function:
The norm of
coeff
is1.0
, so I get the same jacobian if I remove the normalization step. However, if I usenp.linalg.norm
instead, I get a different jacobian:System info:
The text was updated successfully, but these errors were encountered: