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
For compatibility reasons, the diff method in catalyst is set to parameter-shift when the user selects diff_method="best". The performance will generally suffer significantly on simulators as a result of this. Implement a device-aware choice to select adjoint if the device supports it.
The text was updated successfully, but these errors were encountered:
For compatibility reasons, the diff method in catalyst is set to
parameter-shift
when the user selectsdiff_method="best"
. The performance will generally suffer significantly on simulators as a result of this. Implement a device-aware choice to selectadjoint
if the device supports it.The text was updated successfully, but these errors were encountered: