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
IBM backend exposes now two new variables: num_retries and interval=1
Fixes
Fix for "502 Server Error" which sometimes appeared when running on IBM's QE devices
Bugfix in restrictedgateset which allowed the controlled version of an allowed single qubit gate, which should not be the case (#301)
Breaking Changes
BasicGateshould not be used anymore to create individual gates defined by a custom matrix. Equality testing won't check gate matrices for BasicGate anymore. This gives a large speed improvement for compilation. Instead use the new MatrixGate class or better define a new gate class derived from BasicGate if your desired gate does not yet exist in ProjectQ.