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
Currently the Matrix documentation shows the code definition of each constant as well as the mathematical representation. But it does not explain what that constant is useful for. For example, what is the HADAMARD useful for? Write descriptions for all.
The text was updated successfully, but these errors were encountered:
All of these definitions need updates in general to reflect additions to how Gates are now defined—and how controlled gates are no longer defined by Gate but implicitly by the Circuit rendering routine. The short win is writing good brief descriptions of what the existing gates do conceptually—rather than just their mathematical definitions. The longer win is also solving how we want to be able to group several operations in to a compound operation and implementing that in code as well as describing that in the docs.
Currently the
Matrix
documentation shows the code definition of each constant as well as the mathematical representation. But it does not explain what that constant is useful for. For example, what is theHADAMARD
useful for? Write descriptions for all.The text was updated successfully, but these errors were encountered: