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
E.g. sqrtPauliX = rotateX(pi/2), but avoids using pi or evaluating transcendentals.
This might as well be added, since these functions are to exist to implement #97
They're generally useful for a user for changing basis
The text was updated successfully, but these errors were encountered:
Hello, I am also interested in using sqrt(X) and sqrt(Y) gates. I am wondering if these have been implemented, even in a non-public version, and/or if it's difficult to patch the code to add them. Thank you!
E.g. sqrtPauliX = rotateX(pi/2), but avoids using pi or evaluating transcendentals.
This might as well be added, since these functions are to exist to implement #97
They're generally useful for a user for changing basis
The text was updated successfully, but these errors were encountered: